Shades of Chilean Fire #D65E3C
Tints of Chilean Fire #D65E3C
RGB
CMYK
RGB Variations
Color information
#D65E3C (or 0xD65E3C) is known color: Chilean Fire. HEX triplet: D6, 5E and 3C. RGB value is (214,94,60). Sum of RGB (Red+Green+Blue) = 214+94+60=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E3C is #29A1C3. Grayscale: #7E7E7E. Windows color (decimal): -2728388 or 3956438. OLE color: 3956438.
HSL color Cylindrical-coordinate representation of color #D65E3C: hue angle of 13.25º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D65E3C is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 60 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.16 |
| HSL | 13.25º | 0.65% | 0.54% | - |
| HSV(B) | 13.25º | 0.72% | 0.84% | - |
| XYZ | 32.55 | 22.63 | 6.93 | - |
| YUV | 126 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 60 | 0 | 0.56 | 0.72 | 0.16 | 13.25 | 0.65 | 0.54 |
| Hex | D6 | 5E | 3C | 0 | 38 | 48 | 10 | D | 41 | 36 |
| Octal | 326 | 136 | 74 | 0 | 70 | 110 | 20 | 15 | 101 | 66 |
| Binary | 11010110 | 1011110 | 111100 | 0 | 111000 | 1001000 | 10000 | 1101 | 1000001 | 110110 |
Color Harmonies of #D65E3C
Complementary color
Monochromatic Colors of #D65E3C
Black with #D65E3C
Text Example
Text Example
White with #D65E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E3C; }
p { color: rgb(214,94,60); }
H1.HeaderClassName
{
color: #D65E3C;
}
.AnyTagClassName
{
color: #D65E3C;
}
</style>
background-color css
<style>
a { background-color: #D65E3C; }
a { background-color: rgb(214,94,60); }
div.DivClassName
{
background-color: #D65E3C;
}
.BgClassName
{
background-color: #D65E3C;
}
</style>
border-color css
<style>
span { border-color: #D65E3C; }
span { border-color: rgb(214,94,60); }
td.TdClassName
{
border-color: #D65E3C;
}
.TagClassName
{
border-color: #D65E3C;
}
</style>