Shades of Chilean Fire #D85022
Tints of Chilean Fire #D85022
RGB
CMYK
RGB Variations
Color information
#D85022 (or 0xD85022) is known color: Chilean Fire. HEX triplet: D8, 50 and 22. RGB value is (216,80,34). Sum of RGB (Red+Green+Blue) = 216+80+34=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D85022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85022 is #27AFDD. Grayscale: #737373. Windows color (decimal): -2600926 or 2248920. OLE color: 2248920.
HSL color Cylindrical-coordinate representation of color #D85022: hue angle of 15.16º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D85022 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 34 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.15 |
| HSL | 15.16º | 0.73% | 0.49% | - |
| HSV(B) | 15.16º | 0.84% | 0.85% | - |
| XYZ | 31.48 | 20.45 | 3.8 | - |
| YUV | 115.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 34 | 0 | 0.63 | 0.84 | 0.15 | 15.16 | 0.73 | 0.49 |
| Hex | D8 | 50 | 22 | 0 | 3F | 54 | F | F | 49 | 31 |
| Octal | 330 | 120 | 42 | 0 | 77 | 124 | 17 | 17 | 111 | 61 |
| Binary | 11011000 | 1010000 | 100010 | 0 | 111111 | 1010100 | 1111 | 1111 | 1001001 | 110001 |
Color Harmonies of #D85022
Complementary color
Monochromatic Colors of #D85022
Black with #D85022
Text Example
Text Example
White with #D85022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85022; }
p { color: rgb(216,80,34); }
H1.HeaderClassName
{
color: #D85022;
}
.AnyTagClassName
{
color: #D85022;
}
</style>
background-color css
<style>
a { background-color: #D85022; }
a { background-color: rgb(216,80,34); }
div.DivClassName
{
background-color: #D85022;
}
.BgClassName
{
background-color: #D85022;
}
</style>
border-color css
<style>
span { border-color: #D85022; }
span { border-color: rgb(216,80,34); }
td.TdClassName
{
border-color: #D85022;
}
.TagClassName
{
border-color: #D85022;
}
</style>