Shades of Chilean Fire #D65321
Tints of Chilean Fire #D65321
RGB
CMYK
RGB Variations
Color information
#D65321 (or 0xD65321) is known color: Chilean Fire. HEX triplet: D6, 53 and 21. RGB value is (214,83,33). Sum of RGB (Red+Green+Blue) = 214+83+33=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D65321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65321 is #29ACDE. Grayscale: #747474. Windows color (decimal): -2731231 or 2184150. OLE color: 2184150.
HSL color Cylindrical-coordinate representation of color #D65321: hue angle of 16.57º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D65321 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 33 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.16 |
| HSL | 16.57º | 0.73% | 0.48% | - |
| HSV(B) | 16.57º | 0.85% | 0.84% | - |
| XYZ | 31.1 | 20.59 | 3.77 | - |
| YUV | 116.47 | 80.9 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 33 | 0 | 0.61 | 0.85 | 0.16 | 16.57 | 0.73 | 0.48 |
| Hex | D6 | 53 | 21 | 0 | 3D | 55 | 10 | 11 | 49 | 30 |
| Octal | 326 | 123 | 41 | 0 | 75 | 125 | 20 | 21 | 111 | 60 |
| Binary | 11010110 | 1010011 | 100001 | 0 | 111101 | 1010101 | 10000 | 10001 | 1001001 | 110000 |
Color Harmonies of #D65321
Complementary color
Monochromatic Colors of #D65321
Black with #D65321
Text Example
Text Example
White with #D65321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65321; }
p { color: rgb(214,83,33); }
H1.HeaderClassName
{
color: #D65321;
}
.AnyTagClassName
{
color: #D65321;
}
</style>
background-color css
<style>
a { background-color: #D65321; }
a { background-color: rgb(214,83,33); }
div.DivClassName
{
background-color: #D65321;
}
.BgClassName
{
background-color: #D65321;
}
</style>
border-color css
<style>
span { border-color: #D65321; }
span { border-color: rgb(214,83,33); }
td.TdClassName
{
border-color: #D65321;
}
.TagClassName
{
border-color: #D65321;
}
</style>