Shades of Chilean Fire #D65533
Tints of Chilean Fire #D65533
RGB
CMYK
RGB Variations
Color information
#D65533 (or 0xD65533) is known color: Chilean Fire. HEX triplet: D6, 55 and 33. RGB value is (214,85,51). Sum of RGB (Red+Green+Blue) = 214+85+51=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D65533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65533 is #29AACC. Grayscale: #777777. Windows color (decimal): -2730701 or 3364310. OLE color: 3364310.
HSL color Cylindrical-coordinate representation of color #D65533: hue angle of 12.52º 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 #D65533 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 51 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.16 |
| HSL | 12.52º | 0.67% | 0.52% | - |
| HSV(B) | 12.52º | 0.76% | 0.84% | - |
| XYZ | 31.58 | 21.03 | 5.53 | - |
| YUV | 119.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 51 | 0 | 0.60 | 0.76 | 0.16 | 12.52 | 0.67 | 0.52 |
| Hex | D6 | 55 | 33 | 0 | 3C | 4C | 10 | D | 43 | 34 |
| Octal | 326 | 125 | 63 | 0 | 74 | 114 | 20 | 15 | 103 | 64 |
| Binary | 11010110 | 1010101 | 110011 | 0 | 111100 | 1001100 | 10000 | 1101 | 1000011 | 110100 |
Color Harmonies of #D65533
Complementary color
Monochromatic Colors of #D65533
Black with #D65533
Text Example
Text Example
White with #D65533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65533; }
p { color: rgb(214,85,51); }
H1.HeaderClassName
{
color: #D65533;
}
.AnyTagClassName
{
color: #D65533;
}
</style>
background-color css
<style>
a { background-color: #D65533; }
a { background-color: rgb(214,85,51); }
div.DivClassName
{
background-color: #D65533;
}
.BgClassName
{
background-color: #D65533;
}
</style>
border-color css
<style>
span { border-color: #D65533; }
span { border-color: rgb(214,85,51); }
td.TdClassName
{
border-color: #D65533;
}
.TagClassName
{
border-color: #D65533;
}
</style>