Shades of Chilean Fire #D65633
Tints of Chilean Fire #D65633
RGB
CMYK
RGB Variations
Color information
#D65633 (or 0xD65633) is known color: Chilean Fire. HEX triplet: D6, 56 and 33. RGB value is (214,86,51). Sum of RGB (Red+Green+Blue) = 214+86+51=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D65633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65633 is #29A9CC. Grayscale: #787878. Windows color (decimal): -2730445 or 3364566. OLE color: 3364566.
HSL color Cylindrical-coordinate representation of color #D65633: hue angle of 12.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D65633 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 51 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.16 |
| HSL | 12.88º | 0.67% | 0.52% | - |
| HSV(B) | 12.88º | 0.76% | 0.84% | - |
| XYZ | 31.66 | 21.19 | 5.55 | - |
| YUV | 120.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 51 | 0 | 0.60 | 0.76 | 0.16 | 12.88 | 0.67 | 0.52 |
| Hex | D6 | 56 | 33 | 0 | 3C | 4C | 10 | D | 43 | 34 |
| Octal | 326 | 126 | 63 | 0 | 74 | 114 | 20 | 15 | 103 | 64 |
| Binary | 11010110 | 1010110 | 110011 | 0 | 111100 | 1001100 | 10000 | 1101 | 1000011 | 110100 |
Color Harmonies of #D65633
Complementary color
Monochromatic Colors of #D65633
Black with #D65633
Text Example
Text Example
White with #D65633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65633; }
p { color: rgb(214,86,51); }
H1.HeaderClassName
{
color: #D65633;
}
.AnyTagClassName
{
color: #D65633;
}
</style>
background-color css
<style>
a { background-color: #D65633; }
a { background-color: rgb(214,86,51); }
div.DivClassName
{
background-color: #D65633;
}
.BgClassName
{
background-color: #D65633;
}
</style>
border-color css
<style>
span { border-color: #D65633; }
span { border-color: rgb(214,86,51); }
td.TdClassName
{
border-color: #D65633;
}
.TagClassName
{
border-color: #D65633;
}
</style>