Shades of Chilean Fire #D65137
Tints of Chilean Fire #D65137
RGB
CMYK
RGB Variations
Color information
#D65137 (or 0xD65137) is known color: Chilean Fire. HEX triplet: D6, 51 and 37. RGB value is (214,81,55). Sum of RGB (Red+Green+Blue) = 214+81+55=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D65137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65137 is #29AEC8. Grayscale: #767676. Windows color (decimal): -2731721 or 3625430. OLE color: 3625430.
HSL color Cylindrical-coordinate representation of color #D65137: hue angle of 9.81º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D65137 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 55 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.16 |
| HSL | 9.81º | 0.66% | 0.53% | - |
| HSV(B) | 9.81º | 0.74% | 0.84% | - |
| XYZ | 31.36 | 20.46 | 5.91 | - |
| YUV | 117.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 55 | 0 | 0.62 | 0.74 | 0.16 | 9.81 | 0.66 | 0.53 |
| Hex | D6 | 51 | 37 | 0 | 3E | 4A | 10 | A | 42 | 35 |
| Octal | 326 | 121 | 67 | 0 | 76 | 112 | 20 | 12 | 102 | 65 |
| Binary | 11010110 | 1010001 | 110111 | 0 | 111110 | 1001010 | 10000 | 1010 | 1000010 | 110101 |
Color Harmonies of #D65137
Complementary color
Monochromatic Colors of #D65137
Black with #D65137
Text Example
Text Example
White with #D65137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65137; }
p { color: rgb(214,81,55); }
H1.HeaderClassName
{
color: #D65137;
}
.AnyTagClassName
{
color: #D65137;
}
</style>
background-color css
<style>
a { background-color: #D65137; }
a { background-color: rgb(214,81,55); }
div.DivClassName
{
background-color: #D65137;
}
.BgClassName
{
background-color: #D65137;
}
</style>
border-color css
<style>
span { border-color: #D65137; }
span { border-color: rgb(214,81,55); }
td.TdClassName
{
border-color: #D65137;
}
.TagClassName
{
border-color: #D65137;
}
</style>