Shades of Chilean Fire #D65626
Tints of Chilean Fire #D65626
RGB
CMYK
RGB Variations
Color information
#D65626 (or 0xD65626) is known color: Chilean Fire. HEX triplet: D6, 56 and 26. RGB value is (214,86,38). Sum of RGB (Red+Green+Blue) = 214+86+38=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D65626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65626 is #29A9D9. Grayscale: #777777. Windows color (decimal): -2730458 or 2512598. OLE color: 2512598.
HSL color Cylindrical-coordinate representation of color #D65626: hue angle of 16.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D65626 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 38 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.16 |
| HSL | 16.36º | 0.7% | 0.49% | - |
| HSV(B) | 16.36º | 0.82% | 0.84% | - |
| XYZ | 31.41 | 21.09 | 4.25 | - |
| YUV | 118.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 38 | 0 | 0.60 | 0.82 | 0.16 | 16.36 | 0.7 | 0.49 |
| Hex | D6 | 56 | 26 | 0 | 3C | 52 | 10 | 10 | 46 | 31 |
| Octal | 326 | 126 | 46 | 0 | 74 | 122 | 20 | 20 | 106 | 61 |
| Binary | 11010110 | 1010110 | 100110 | 0 | 111100 | 1010010 | 10000 | 10000 | 1000110 | 110001 |
Color Harmonies of #D65626
Complementary color
Monochromatic Colors of #D65626
Black with #D65626
Text Example
Text Example
White with #D65626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65626; }
p { color: rgb(214,86,38); }
H1.HeaderClassName
{
color: #D65626;
}
.AnyTagClassName
{
color: #D65626;
}
</style>
background-color css
<style>
a { background-color: #D65626; }
a { background-color: rgb(214,86,38); }
div.DivClassName
{
background-color: #D65626;
}
.BgClassName
{
background-color: #D65626;
}
</style>
border-color css
<style>
span { border-color: #D65626; }
span { border-color: rgb(214,86,38); }
td.TdClassName
{
border-color: #D65626;
}
.TagClassName
{
border-color: #D65626;
}
</style>