Shades of Chilean Fire #D65136
Tints of Chilean Fire #D65136
RGB
CMYK
RGB Variations
Color information
#D65136 (or 0xD65136) is known color: Chilean Fire. HEX triplet: D6, 51 and 36. RGB value is (214,81,54). Sum of RGB (Red+Green+Blue) = 214+81+54=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D65136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65136 is #29AEC9. Grayscale: #757575. Windows color (decimal): -2731722 or 3559894. OLE color: 3559894.
HSL color Cylindrical-coordinate representation of color #D65136: hue angle of 10.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65136 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 54 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.16 |
| HSL | 10.13º | 0.66% | 0.53% | - |
| HSV(B) | 10.13º | 0.75% | 0.84% | - |
| XYZ | 31.34 | 20.45 | 5.78 | - |
| YUV | 117.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 54 | 0 | 0.62 | 0.75 | 0.16 | 10.13 | 0.66 | 0.53 |
| Hex | D6 | 51 | 36 | 0 | 3E | 4B | 10 | A | 42 | 35 |
| Octal | 326 | 121 | 66 | 0 | 76 | 113 | 20 | 12 | 102 | 65 |
| Binary | 11010110 | 1010001 | 110110 | 0 | 111110 | 1001011 | 10000 | 1010 | 1000010 | 110101 |
Color Harmonies of #D65136
Complementary color
Monochromatic Colors of #D65136
Black with #D65136
Text Example
Text Example
White with #D65136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65136; }
p { color: rgb(214,81,54); }
H1.HeaderClassName
{
color: #D65136;
}
.AnyTagClassName
{
color: #D65136;
}
</style>
background-color css
<style>
a { background-color: #D65136; }
a { background-color: rgb(214,81,54); }
div.DivClassName
{
background-color: #D65136;
}
.BgClassName
{
background-color: #D65136;
}
</style>
border-color css
<style>
span { border-color: #D65136; }
span { border-color: rgb(214,81,54); }
td.TdClassName
{
border-color: #D65136;
}
.TagClassName
{
border-color: #D65136;
}
</style>