Shades of Chilean Fire #D65223
Tints of Chilean Fire #D65223
RGB
CMYK
RGB Variations
Color information
#D65223 (or 0xD65223) is known color: Chilean Fire. HEX triplet: D6, 52 and 23. RGB value is (214,82,35). Sum of RGB (Red+Green+Blue) = 214+82+35=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D65223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65223 is #29ADDC. Grayscale: #747474. Windows color (decimal): -2731485 or 2314966. OLE color: 2314966.
HSL color Cylindrical-coordinate representation of color #D65223: hue angle of 15.75º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D65223 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 35 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.16 |
| HSL | 15.75º | 0.72% | 0.49% | - |
| HSV(B) | 15.75º | 0.84% | 0.84% | - |
| XYZ | 31.05 | 20.45 | 3.9 | - |
| YUV | 116.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 35 | 0 | 0.62 | 0.84 | 0.16 | 15.75 | 0.72 | 0.49 |
| Hex | D6 | 52 | 23 | 0 | 3E | 54 | 10 | 10 | 48 | 31 |
| Octal | 326 | 122 | 43 | 0 | 76 | 124 | 20 | 20 | 110 | 61 |
| Binary | 11010110 | 1010010 | 100011 | 0 | 111110 | 1010100 | 10000 | 10000 | 1001000 | 110001 |
Color Harmonies of #D65223
Complementary color
Monochromatic Colors of #D65223
Black with #D65223
Text Example
Text Example
White with #D65223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65223; }
p { color: rgb(214,82,35); }
H1.HeaderClassName
{
color: #D65223;
}
.AnyTagClassName
{
color: #D65223;
}
</style>
background-color css
<style>
a { background-color: #D65223; }
a { background-color: rgb(214,82,35); }
div.DivClassName
{
background-color: #D65223;
}
.BgClassName
{
background-color: #D65223;
}
</style>
border-color css
<style>
span { border-color: #D65223; }
span { border-color: rgb(214,82,35); }
td.TdClassName
{
border-color: #D65223;
}
.TagClassName
{
border-color: #D65223;
}
</style>