#D4511F

Color #D4511F Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #D4511F

Tints of Chilean Fire #D4511F

Color information

#D4511F (or 0xD4511F) is unknown color: approx Chilean Fire. HEX triplet: D4, 51 and 1F. RGB value is (212,81,31). Sum of RGB (Red+Green+Blue) = 212+81+31=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4511F is #2BAEE0. Grayscale: #727272. Windows color (decimal): -2862817 or 2052564. OLE color: 2052564.

HSL color Cylindrical-coordinate representation of color #D4511F: hue angle of 16.57º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4511F is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB2128131-
CMYK00.620.850.17
HSL16.57º74.49%47.65%-
HSV(B)16.57º85.38%83.14%-
XYZ30.3419.983.55-
YUV114.4780.9197.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.43%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=65.43%
G=25%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212813100.620.850.1716.5774.4947.65
HexD4511F03E5511114a30
Octal32412137076125212111260
Binary110101001010001111110111110101010110001100011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4511F; }

 p { color: rgb(212,81,31); }

 H1.HeaderClassName
 {
   color: #D4511F;
 }
 .AnyTagClassName
 {
   color: #D4511F;
 }
</style>
background-color css

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

 a { background-color: rgb(212,81,31); }

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

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

 span { border-color: rgb(212,81,31); }

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