Shades of Chilean Fire #D05D37
Tints of Chilean Fire #D05D37
RGB
CMYK
RGB Variations
Color information
#D05D37 (or 0xD05D37) is known color: Chilean Fire. HEX triplet: D0, 5D and 37. RGB value is (208,93,55). Sum of RGB (Red+Green+Blue) = 208+93+55=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D37 is #2FA2C8. Grayscale: #7B7B7B. Windows color (decimal): -3121865 or 3628496. OLE color: 3628496.
HSL color Cylindrical-coordinate representation of color #D05D37: hue angle of 14.9º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D05D37 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 55 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.18 |
| HSL | 14.9º | 0.62% | 0.52% | - |
| HSV(B) | 14.9º | 0.74% | 0.82% | - |
| XYZ | 30.62 | 21.51 | 6.15 | - |
| YUV | 123.05 | 89.6 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 55 | 0 | 0.55 | 0.74 | 0.18 | 14.9 | 0.62 | 0.52 |
| Hex | D0 | 5D | 37 | 0 | 37 | 4A | 12 | F | 3E | 34 |
| Octal | 320 | 135 | 67 | 0 | 67 | 112 | 22 | 17 | 76 | 64 |
| Binary | 11010000 | 1011101 | 110111 | 0 | 110111 | 1001010 | 10010 | 1111 | 111110 | 110100 |
Color Harmonies of #D05D37
Complementary color
Monochromatic Colors of #D05D37
Black with #D05D37
Text Example
Text Example
White with #D05D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D37; }
p { color: rgb(208,93,55); }
H1.HeaderClassName
{
color: #D05D37;
}
.AnyTagClassName
{
color: #D05D37;
}
</style>
background-color css
<style>
a { background-color: #D05D37; }
a { background-color: rgb(208,93,55); }
div.DivClassName
{
background-color: #D05D37;
}
.BgClassName
{
background-color: #D05D37;
}
</style>
border-color css
<style>
span { border-color: #D05D37; }
span { border-color: rgb(208,93,55); }
td.TdClassName
{
border-color: #D05D37;
}
.TagClassName
{
border-color: #D05D37;
}
</style>