Shades of Chilean Fire #D65E39
Tints of Chilean Fire #D65E39
RGB
CMYK
RGB Variations
Color information
#D65E39 (or 0xD65E39) is known color: Chilean Fire. HEX triplet: D6, 5E and 39. RGB value is (214,94,57). Sum of RGB (Red+Green+Blue) = 214+94+57=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E39 is #29A1C6. Grayscale: #7D7D7D. Windows color (decimal): -2728391 or 3759830. OLE color: 3759830.
HSL color Cylindrical-coordinate representation of color #D65E39: hue angle of 14.14º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D65E39 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 57 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.16 |
| HSL | 14.14º | 0.66% | 0.53% | - |
| HSV(B) | 14.14º | 0.73% | 0.84% | - |
| XYZ | 32.47 | 22.6 | 6.52 | - |
| YUV | 125.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 57 | 0 | 0.56 | 0.73 | 0.16 | 14.14 | 0.66 | 0.53 |
| Hex | D6 | 5E | 39 | 0 | 38 | 49 | 10 | E | 42 | 35 |
| Octal | 326 | 136 | 71 | 0 | 70 | 111 | 20 | 16 | 102 | 65 |
| Binary | 11010110 | 1011110 | 111001 | 0 | 111000 | 1001001 | 10000 | 1110 | 1000010 | 110101 |
Color Harmonies of #D65E39
Complementary color
Monochromatic Colors of #D65E39
Black with #D65E39
Text Example
Text Example
White with #D65E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E39; }
p { color: rgb(214,94,57); }
H1.HeaderClassName
{
color: #D65E39;
}
.AnyTagClassName
{
color: #D65E39;
}
</style>
background-color css
<style>
a { background-color: #D65E39; }
a { background-color: rgb(214,94,57); }
div.DivClassName
{
background-color: #D65E39;
}
.BgClassName
{
background-color: #D65E39;
}
</style>
border-color css
<style>
span { border-color: #D65E39; }
span { border-color: rgb(214,94,57); }
td.TdClassName
{
border-color: #D65E39;
}
.TagClassName
{
border-color: #D65E39;
}
</style>