Shades of Chilean Fire #D65535
Tints of Chilean Fire #D65535
RGB
CMYK
RGB Variations
Color information
#D65535 (or 0xD65535) is known color: Chilean Fire. HEX triplet: D6, 55 and 35. RGB value is (214,85,53). Sum of RGB (Red+Green+Blue) = 214+85+53=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D65535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65535 is #29AACA. Grayscale: #787878. Windows color (decimal): -2730699 or 3495382. OLE color: 3495382.
HSL color Cylindrical-coordinate representation of color #D65535: hue angle of 11.93º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65535 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 53 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.16 |
| HSL | 11.93º | 0.66% | 0.52% | - |
| HSV(B) | 11.93º | 0.75% | 0.84% | - |
| XYZ | 31.62 | 21.05 | 5.76 | - |
| YUV | 119.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 53 | 0 | 0.60 | 0.75 | 0.16 | 11.93 | 0.66 | 0.52 |
| Hex | D6 | 55 | 35 | 0 | 3C | 4B | 10 | C | 42 | 34 |
| Octal | 326 | 125 | 65 | 0 | 74 | 113 | 20 | 14 | 102 | 64 |
| Binary | 11010110 | 1010101 | 110101 | 0 | 111100 | 1001011 | 10000 | 1100 | 1000010 | 110100 |
Color Harmonies of #D65535
Complementary color
Monochromatic Colors of #D65535
Black with #D65535
Text Example
Text Example
White with #D65535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65535; }
p { color: rgb(214,85,53); }
H1.HeaderClassName
{
color: #D65535;
}
.AnyTagClassName
{
color: #D65535;
}
</style>
background-color css
<style>
a { background-color: #D65535; }
a { background-color: rgb(214,85,53); }
div.DivClassName
{
background-color: #D65535;
}
.BgClassName
{
background-color: #D65535;
}
</style>
border-color css
<style>
span { border-color: #D65535; }
span { border-color: rgb(214,85,53); }
td.TdClassName
{
border-color: #D65535;
}
.TagClassName
{
border-color: #D65535;
}
</style>