Shades of Chilean Fire #D05E2F
Tints of Chilean Fire #D05E2F
RGB
CMYK
RGB Variations
Color information
#D05E2F (or 0xD05E2F) is known color: Chilean Fire. HEX triplet: D0, 5E and 2F. RGB value is (208,94,47). Sum of RGB (Red+Green+Blue) = 208+94+47=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05E2F is #2FA1D0. Grayscale: #7B7B7B. Windows color (decimal): -3121617 or 3104464. OLE color: 3104464.
HSL color Cylindrical-coordinate representation of color #D05E2F: hue angle of 17.52º 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 #D05E2F is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 47 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.18 |
| HSL | 17.52º | 0.63% | 0.5% | - |
| HSV(B) | 17.52º | 0.77% | 0.82% | - |
| XYZ | 30.53 | 21.62 | 5.25 | - |
| YUV | 122.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 47 | 0 | 0.55 | 0.77 | 0.18 | 17.52 | 0.63 | 0.5 |
| Hex | D0 | 5E | 2F | 0 | 37 | 4D | 12 | 12 | 3F | 32 |
| Octal | 320 | 136 | 57 | 0 | 67 | 115 | 22 | 22 | 77 | 62 |
| Binary | 11010000 | 1011110 | 101111 | 0 | 110111 | 1001101 | 10010 | 10010 | 111111 | 110010 |
Color Harmonies of #D05E2F
Complementary color
Monochromatic Colors of #D05E2F
Black with #D05E2F
Text Example
Text Example
White with #D05E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E2F; }
p { color: rgb(208,94,47); }
H1.HeaderClassName
{
color: #D05E2F;
}
.AnyTagClassName
{
color: #D05E2F;
}
</style>
background-color css
<style>
a { background-color: #D05E2F; }
a { background-color: rgb(208,94,47); }
div.DivClassName
{
background-color: #D05E2F;
}
.BgClassName
{
background-color: #D05E2F;
}
</style>
border-color css
<style>
span { border-color: #D05E2F; }
span { border-color: rgb(208,94,47); }
td.TdClassName
{
border-color: #D05E2F;
}
.TagClassName
{
border-color: #D05E2F;
}
</style>