Shades of Chilean Fire #D65132
Tints of Chilean Fire #D65132
RGB
CMYK
RGB Variations
Color information
#D65132 (or 0xD65132) is known color: Chilean Fire. HEX triplet: D6, 51 and 32. RGB value is (214,81,50). Sum of RGB (Red+Green+Blue) = 214+81+50=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D65132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65132 is #29AECD. Grayscale: #757575. Windows color (decimal): -2731726 or 3297750. OLE color: 3297750.
HSL color Cylindrical-coordinate representation of color #D65132: hue angle of 11.34º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D65132 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 50 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.16 |
| HSL | 11.34º | 0.67% | 0.52% | - |
| HSV(B) | 11.34º | 0.77% | 0.84% | - |
| XYZ | 31.25 | 20.41 | 5.31 | - |
| YUV | 117.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 50 | 0 | 0.62 | 0.77 | 0.16 | 11.34 | 0.67 | 0.52 |
| Hex | D6 | 51 | 32 | 0 | 3E | 4D | 10 | B | 43 | 34 |
| Octal | 326 | 121 | 62 | 0 | 76 | 115 | 20 | 13 | 103 | 64 |
| Binary | 11010110 | 1010001 | 110010 | 0 | 111110 | 1001101 | 10000 | 1011 | 1000011 | 110100 |
Color Harmonies of #D65132
Complementary color
Monochromatic Colors of #D65132
Black with #D65132
Text Example
Text Example
White with #D65132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65132; }
p { color: rgb(214,81,50); }
H1.HeaderClassName
{
color: #D65132;
}
.AnyTagClassName
{
color: #D65132;
}
</style>
background-color css
<style>
a { background-color: #D65132; }
a { background-color: rgb(214,81,50); }
div.DivClassName
{
background-color: #D65132;
}
.BgClassName
{
background-color: #D65132;
}
</style>
border-color css
<style>
span { border-color: #D65132; }
span { border-color: rgb(214,81,50); }
td.TdClassName
{
border-color: #D65132;
}
.TagClassName
{
border-color: #D65132;
}
</style>