Shades of Chilean Fire #D65028
Tints of Chilean Fire #D65028
RGB
CMYK
RGB Variations
Color information
#D65028 (or 0xD65028) is known color: Chilean Fire. HEX triplet: D6, 50 and 28. RGB value is (214,80,40). Sum of RGB (Red+Green+Blue) = 214+80+40=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D65028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65028 is #29AFD7. Grayscale: #737373. Windows color (decimal): -2731992 or 2642134. OLE color: 2642134.
HSL color Cylindrical-coordinate representation of color #D65028: hue angle of 13.79º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D65028 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 40 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.16 |
| HSL | 13.79º | 0.69% | 0.5% | - |
| HSV(B) | 13.79º | 0.81% | 0.84% | - |
| XYZ | 30.98 | 20.19 | 4.27 | - |
| YUV | 115.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 40 | 0 | 0.63 | 0.81 | 0.16 | 13.79 | 0.69 | 0.5 |
| Hex | D6 | 50 | 28 | 0 | 3F | 51 | 10 | E | 45 | 32 |
| Octal | 326 | 120 | 50 | 0 | 77 | 121 | 20 | 16 | 105 | 62 |
| Binary | 11010110 | 1010000 | 101000 | 0 | 111111 | 1010001 | 10000 | 1110 | 1000101 | 110010 |
Color Harmonies of #D65028
Complementary color
Monochromatic Colors of #D65028
Black with #D65028
Text Example
Text Example
White with #D65028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65028; }
p { color: rgb(214,80,40); }
H1.HeaderClassName
{
color: #D65028;
}
.AnyTagClassName
{
color: #D65028;
}
</style>
background-color css
<style>
a { background-color: #D65028; }
a { background-color: rgb(214,80,40); }
div.DivClassName
{
background-color: #D65028;
}
.BgClassName
{
background-color: #D65028;
}
</style>
border-color css
<style>
span { border-color: #D65028; }
span { border-color: rgb(214,80,40); }
td.TdClassName
{
border-color: #D65028;
}
.TagClassName
{
border-color: #D65028;
}
</style>