color codes Logo

#d4562f color codes

#D4562F
(212,86,47)
0 Favorites   0 Comments

Color spaces of #d4562f

RGB 2128647
HSL0.040.660.51
HSV14°78°83°
CMYK 0.000.590.78   0.17
XYZ30.992320.85795.0818
Yxy20.85790.54440.3664
Hunter Lab45.670441.208125.3721
CIE-Lab52.793647.621046.6014

#d4562f color RGB value is (212,86,47).

#d4562f hex color red value is 212, green value is 86 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d4562f hue: 0.04 , saturation: 0.66 and the lightness value of d4562f is 0.51.

The process color (four color CMYK) of #d4562f color code is 0.00, 0.59, 0.78, 0.17. Web safe color of #d4562f is #cc6633. Color #d4562f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010110 00101111
Octal 324 126 57
Decimal 212 86 47
Hex D4 56 2F

RGB Percentages of Color #d4562f

%61.45
%24.93
%13.62

CMYK Percentages of Color #d4562f

%0
%59
%78
%17

Triadic Colors of #d4562f

#d4562f #2fd456 #562fd4

Analogous Colors of #d4562f

#d4562f #d4a92f #d42f5a

Monochromatic Colors of #d4562f

#d4562f

Complementary Color

#d4562f #2fadd4

#d4562f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4562f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4562f Color CSS Codes

.mybgcolor {background-color:#d4562f; } 
.myforecolor {color:#d4562f; }
.mybordercolor {border:3px solid #d4562f; }

#d4562f Text Font Color

<p style="color:#d4562f">Text here</p>

This sample text font color is #d4562f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d4562f Background Color

<div style="background-color:#d4562f">
Div content here</div>

This div background color is #d4562f


#d4562f Border Color

<div style="border:3px solid #d4562f">
Div here</div>

This div border color is #d4562f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,86,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4562f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4562f;
  -webkit-box-shadow: 1px 1px 3px 2px #d4562f;
  box-shadow:         1px 1px 3px 2px #d4562f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,86,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d4562f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d4562f;
  -webkit-box-shadow: 1px 1px 3px 2px #d4562f;
  box-shadow:         1px 1px 3px 2px #d4562f;">
Div content here</div>

This div box has shadow with color #d4562f


Comments

No comments written yet.

Please login to write comment.