Shades of Chilean Fire #D85023
Tints of Chilean Fire #D85023
RGB
CMYK
RGB Variations
Color information
#D85023 (or 0xD85023) is known color: Chilean Fire. HEX triplet: D8, 50 and 23. RGB value is (216,80,35). Sum of RGB (Red+Green+Blue) = 216+80+35=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D85023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85023 is #27AFDC. Grayscale: #737373. Windows color (decimal): -2600925 or 2314456. OLE color: 2314456.
HSL color Cylindrical-coordinate representation of color #D85023: hue angle of 14.92º degrees, saturation: 0.72, 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 #D85023 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 35 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.15 |
| HSL | 14.92º | 0.72% | 0.49% | - |
| HSV(B) | 14.92º | 0.84% | 0.85% | - |
| XYZ | 31.49 | 20.46 | 3.88 | - |
| YUV | 115.53 | 82.56 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 35 | 0 | 0.63 | 0.84 | 0.15 | 14.92 | 0.72 | 0.49 |
| Hex | D8 | 50 | 23 | 0 | 3F | 54 | F | F | 48 | 31 |
| Octal | 330 | 120 | 43 | 0 | 77 | 124 | 17 | 17 | 110 | 61 |
| Binary | 11011000 | 1010000 | 100011 | 0 | 111111 | 1010100 | 1111 | 1111 | 1001000 | 110001 |
Color Harmonies of #D85023
Complementary color
Monochromatic Colors of #D85023
Black with #D85023
Text Example
Text Example
White with #D85023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85023; }
p { color: rgb(216,80,35); }
H1.HeaderClassName
{
color: #D85023;
}
.AnyTagClassName
{
color: #D85023;
}
</style>
background-color css
<style>
a { background-color: #D85023; }
a { background-color: rgb(216,80,35); }
div.DivClassName
{
background-color: #D85023;
}
.BgClassName
{
background-color: #D85023;
}
</style>
border-color css
<style>
span { border-color: #D85023; }
span { border-color: rgb(216,80,35); }
td.TdClassName
{
border-color: #D85023;
}
.TagClassName
{
border-color: #D85023;
}
</style>