Shades of Chilean Fire #D0552F
Tints of Chilean Fire #D0552F
RGB
CMYK
RGB Variations
Color information
#D0552F (or 0xD0552F) is known color: Chilean Fire. HEX triplet: D0, 55 and 2F. RGB value is (208,85,47). Sum of RGB (Red+Green+Blue) = 208+85+47=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0552F is #2FAAD0. Grayscale: #757575. Windows color (decimal): -3123921 or 3102160. OLE color: 3102160.
HSL color Cylindrical-coordinate representation of color #D0552F: hue angle of 14.16º 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 #D0552F is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 47 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.18 |
| HSL | 14.16º | 0.63% | 0.5% | - |
| HSV(B) | 14.16º | 0.77% | 0.82% | - |
| XYZ | 29.77 | 20.11 | 5 | - |
| YUV | 117.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 47 | 0 | 0.59 | 0.77 | 0.18 | 14.16 | 0.63 | 0.5 |
| Hex | D0 | 55 | 2F | 0 | 3B | 4D | 12 | E | 3F | 32 |
| Octal | 320 | 125 | 57 | 0 | 73 | 115 | 22 | 16 | 77 | 62 |
| Binary | 11010000 | 1010101 | 101111 | 0 | 111011 | 1001101 | 10010 | 1110 | 111111 | 110010 |
Color Harmonies of #D0552F
Complementary color
Monochromatic Colors of #D0552F
Black with #D0552F
Text Example
Text Example
White with #D0552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0552F; }
p { color: rgb(208,85,47); }
H1.HeaderClassName
{
color: #D0552F;
}
.AnyTagClassName
{
color: #D0552F;
}
</style>
background-color css
<style>
a { background-color: #D0552F; }
a { background-color: rgb(208,85,47); }
div.DivClassName
{
background-color: #D0552F;
}
.BgClassName
{
background-color: #D0552F;
}
</style>
border-color css
<style>
span { border-color: #D0552F; }
span { border-color: rgb(208,85,47); }
td.TdClassName
{
border-color: #D0552F;
}
.TagClassName
{
border-color: #D0552F;
}
</style>