Shades of Chilean Fire #D0562D
Tints of Chilean Fire #D0562D
RGB
CMYK
RGB Variations
Color information
#D0562D (or 0xD0562D) is known color: Chilean Fire. HEX triplet: D0, 56 and 2D. RGB value is (208,86,45). Sum of RGB (Red+Green+Blue) = 208+86+45=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0562D is #2FA9D2. Grayscale: #767676. Windows color (decimal): -3123667 or 2971344. OLE color: 2971344.
HSL color Cylindrical-coordinate representation of color #D0562D: hue angle of 15.09º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0562D is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 45 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.18 |
| HSL | 15.09º | 0.64% | 0.5% | - |
| HSV(B) | 15.09º | 0.78% | 0.82% | - |
| XYZ | 29.81 | 20.25 | 4.82 | - |
| YUV | 117.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 45 | 0 | 0.59 | 0.78 | 0.18 | 15.09 | 0.64 | 0.5 |
| Hex | D0 | 56 | 2D | 0 | 3B | 4E | 12 | F | 40 | 32 |
| Octal | 320 | 126 | 55 | 0 | 73 | 116 | 22 | 17 | 100 | 62 |
| Binary | 11010000 | 1010110 | 101101 | 0 | 111011 | 1001110 | 10010 | 1111 | 1000000 | 110010 |
Color Harmonies of #D0562D
Complementary color
Monochromatic Colors of #D0562D
Black with #D0562D
Text Example
Text Example
White with #D0562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0562D; }
p { color: rgb(208,86,45); }
H1.HeaderClassName
{
color: #D0562D;
}
.AnyTagClassName
{
color: #D0562D;
}
</style>
background-color css
<style>
a { background-color: #D0562D; }
a { background-color: rgb(208,86,45); }
div.DivClassName
{
background-color: #D0562D;
}
.BgClassName
{
background-color: #D0562D;
}
</style>
border-color css
<style>
span { border-color: #D0562D; }
span { border-color: rgb(208,86,45); }
td.TdClassName
{
border-color: #D0562D;
}
.TagClassName
{
border-color: #D0562D;
}
</style>