Shades of Chilean Fire #D65437
Tints of Chilean Fire #D65437
RGB
CMYK
RGB Variations
Color information
#D65437 (or 0xD65437) is known color: Chilean Fire. HEX triplet: D6, 54 and 37. RGB value is (214,84,55). Sum of RGB (Red+Green+Blue) = 214+84+55=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D65437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65437 is #29ABC8. Grayscale: #777777. Windows color (decimal): -2730953 or 3626198. OLE color: 3626198.
HSL color Cylindrical-coordinate representation of color #D65437: hue angle of 10.94º 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 #D65437 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 55 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.16 |
| HSL | 10.94º | 0.66% | 0.53% | - |
| HSV(B) | 10.94º | 0.74% | 0.84% | - |
| XYZ | 31.59 | 20.91 | 5.99 | - |
| YUV | 119.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 55 | 0 | 0.61 | 0.74 | 0.16 | 10.94 | 0.66 | 0.53 |
| Hex | D6 | 54 | 37 | 0 | 3D | 4A | 10 | B | 42 | 35 |
| Octal | 326 | 124 | 67 | 0 | 75 | 112 | 20 | 13 | 102 | 65 |
| Binary | 11010110 | 1010100 | 110111 | 0 | 111101 | 1001010 | 10000 | 1011 | 1000010 | 110101 |
Color Harmonies of #D65437
Complementary color
Monochromatic Colors of #D65437
Black with #D65437
Text Example
Text Example
White with #D65437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65437; }
p { color: rgb(214,84,55); }
H1.HeaderClassName
{
color: #D65437;
}
.AnyTagClassName
{
color: #D65437;
}
</style>
background-color css
<style>
a { background-color: #D65437; }
a { background-color: rgb(214,84,55); }
div.DivClassName
{
background-color: #D65437;
}
.BgClassName
{
background-color: #D65437;
}
</style>
border-color css
<style>
span { border-color: #D65437; }
span { border-color: rgb(214,84,55); }
td.TdClassName
{
border-color: #D65437;
}
.TagClassName
{
border-color: #D65437;
}
</style>