Shades of Chilean Fire #D05C2E
Tints of Chilean Fire #D05C2E
RGB
CMYK
RGB Variations
Color information
#D05C2E (or 0xD05C2E) is known color: Chilean Fire. HEX triplet: D0, 5C and 2E. RGB value is (208,92,46). Sum of RGB (Red+Green+Blue) = 208+92+46=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05C2E is #2FA3D1. Grayscale: #797979. Windows color (decimal): -3122130 or 3038416. OLE color: 3038416.
HSL color Cylindrical-coordinate representation of color #D05C2E: hue angle of 17.04º 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 #D05C2E is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 46 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.18 |
| HSL | 17.04º | 0.64% | 0.5% | - |
| HSV(B) | 17.04º | 0.78% | 0.82% | - |
| XYZ | 30.33 | 21.26 | 5.09 | - |
| YUV | 121.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 46 | 0 | 0.56 | 0.78 | 0.18 | 17.04 | 0.64 | 0.5 |
| Hex | D0 | 5C | 2E | 0 | 38 | 4E | 12 | 11 | 40 | 32 |
| Octal | 320 | 134 | 56 | 0 | 70 | 116 | 22 | 21 | 100 | 62 |
| Binary | 11010000 | 1011100 | 101110 | 0 | 111000 | 1001110 | 10010 | 10001 | 1000000 | 110010 |
Color Harmonies of #D05C2E
Complementary color
Monochromatic Colors of #D05C2E
Black with #D05C2E
Text Example
Text Example
White with #D05C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C2E; }
p { color: rgb(208,92,46); }
H1.HeaderClassName
{
color: #D05C2E;
}
.AnyTagClassName
{
color: #D05C2E;
}
</style>
background-color css
<style>
a { background-color: #D05C2E; }
a { background-color: rgb(208,92,46); }
div.DivClassName
{
background-color: #D05C2E;
}
.BgClassName
{
background-color: #D05C2E;
}
</style>
border-color css
<style>
span { border-color: #D05C2E; }
span { border-color: rgb(208,92,46); }
td.TdClassName
{
border-color: #D05C2E;
}
.TagClassName
{
border-color: #D05C2E;
}
</style>