Shades of Chilean Fire #D05A2F
Tints of Chilean Fire #D05A2F
RGB
CMYK
RGB Variations
Color information
#D05A2F (or 0xD05A2F) is known color: Chilean Fire. HEX triplet: D0, 5A and 2F. RGB value is (208,90,47). Sum of RGB (Red+Green+Blue) = 208+90+47=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A2F is #2FA5D0. Grayscale: #787878. Windows color (decimal): -3122641 or 3103440. OLE color: 3103440.
HSL color Cylindrical-coordinate representation of color #D05A2F: hue angle of 16.02º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D05A2F is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 47 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.18 |
| HSL | 16.02º | 0.63% | 0.5% | - |
| HSV(B) | 16.02º | 0.77% | 0.82% | - |
| XYZ | 30.18 | 20.93 | 5.14 | - |
| YUV | 120.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 47 | 0 | 0.57 | 0.77 | 0.18 | 16.02 | 0.63 | 0.5 |
| Hex | D0 | 5A | 2F | 0 | 39 | 4D | 12 | 10 | 3F | 32 |
| Octal | 320 | 132 | 57 | 0 | 71 | 115 | 22 | 20 | 77 | 62 |
| Binary | 11010000 | 1011010 | 101111 | 0 | 111001 | 1001101 | 10010 | 10000 | 111111 | 110010 |
Color Harmonies of #D05A2F
Complementary color
Monochromatic Colors of #D05A2F
Black with #D05A2F
Text Example
Text Example
White with #D05A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A2F; }
p { color: rgb(208,90,47); }
H1.HeaderClassName
{
color: #D05A2F;
}
.AnyTagClassName
{
color: #D05A2F;
}
</style>
background-color css
<style>
a { background-color: #D05A2F; }
a { background-color: rgb(208,90,47); }
div.DivClassName
{
background-color: #D05A2F;
}
.BgClassName
{
background-color: #D05A2F;
}
</style>
border-color css
<style>
span { border-color: #D05A2F; }
span { border-color: rgb(208,90,47); }
td.TdClassName
{
border-color: #D05A2F;
}
.TagClassName
{
border-color: #D05A2F;
}
</style>