Html Css Color HEX #D4572B Chilean Fire

📋 copy color: '#D4572B'

red 212 ◦ green 87 ◦ blue 43

#D4572B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #D4572B

Tints of Chilean Fire #D4572B

RGB

 RED value IS 212 (83.2% from 255) = 61.99%

 GREEN value IS 87 (34.38% from 255) = 25.44%

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 61.99%
G = 25.44%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4572B (or 0xD4572B) is known color: Chilean Fire. HEX triplet: D4, 57 and 2B. RGB value is (212,87,43). Sum of RGB (Red+Green+Blue) = 212+87+43=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4572B is #2BA8D4. Grayscale: #777777. Windows color (decimal): -2861269 or 2840532. OLE color: 2840532.

HSL color Cylindrical-coordinate representation of color #D4572B: hue angle of 15.62º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4572B is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 87 43 -
CMYK 0 0.59 0.80 0.17
HSL 15.62º 0.66% 0.5% -
HSV(B) 15.62º 0.8% 0.83% -
XYZ 31 20.99 4.7 -
YUV 119.36 84.91 194.08 -
System Red Green Blue C M Y K H S L
Decimal 212 87 43 0 0.59 0.80 0.17 15.62 0.66 0.5
Hex D4 57 2B 0 3B 50 11 10 42 32
Octal 324 127 53 0 73 120 21 20 102 62
Binary 11010100 1010111 101011 0 111011 1010000 10001 10000 1000010 110010

Color Harmonies of #D4572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4572B

Black with #D4572B

Text Example


Text Example

White with #D4572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4572B; }

 p { color: rgb(212,87,43); }

 H1.HeaderClassName
 {
   color: #D4572B;
 }
 .AnyTagClassName
 {
   color: #D4572B;
 }
</style>

background-color css

<style>
 a { background-color: #D4572B; }

 a { background-color: rgb(212,87,43); }

 div.DivClassName
 {
   background-color: #D4572B;
 }
 .BgClassName
 {
   background-color: #D4572B;
 }
</style>

border-color css

<style>
 span { border-color: #D4572B; }

 span { border-color: rgb(212,87,43); }

 td.TdClassName
 {
   border-color: #D4572B;
 }
 .TagClassName
 {
   border-color: #D4572B;
 }
</style>