Shades of Chilean Fire #D85A31
Tints of Chilean Fire #D85A31
RGB
CMYK
RGB Variations
Color information
#D85A31 (or 0xD85A31) is known color: Chilean Fire. HEX triplet: D8, 5A and 31. RGB value is (216,90,49). Sum of RGB (Red+Green+Blue) = 216+90+49=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A31 is #27A5CE. Grayscale: #7B7B7B. Windows color (decimal): -2598351 or 3234520. OLE color: 3234520.
HSL color Cylindrical-coordinate representation of color #D85A31: hue angle of 14.73º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D85A31 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 49 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.15 |
| HSL | 14.73º | 0.68% | 0.52% | - |
| HSV(B) | 14.73º | 0.77% | 0.85% | - |
| XYZ | 32.53 | 22.13 | 5.46 | - |
| YUV | 123 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 49 | 0 | 0.58 | 0.77 | 0.15 | 14.73 | 0.68 | 0.52 |
| Hex | D8 | 5A | 31 | 0 | 3A | 4D | F | F | 44 | 34 |
| Octal | 330 | 132 | 61 | 0 | 72 | 115 | 17 | 17 | 104 | 64 |
| Binary | 11011000 | 1011010 | 110001 | 0 | 111010 | 1001101 | 1111 | 1111 | 1000100 | 110100 |
Color Harmonies of #D85A31
Complementary color
Monochromatic Colors of #D85A31
Black with #D85A31
Text Example
Text Example
White with #D85A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A31; }
p { color: rgb(216,90,49); }
H1.HeaderClassName
{
color: #D85A31;
}
.AnyTagClassName
{
color: #D85A31;
}
</style>
background-color css
<style>
a { background-color: #D85A31; }
a { background-color: rgb(216,90,49); }
div.DivClassName
{
background-color: #D85A31;
}
.BgClassName
{
background-color: #D85A31;
}
</style>
border-color css
<style>
span { border-color: #D85A31; }
span { border-color: rgb(216,90,49); }
td.TdClassName
{
border-color: #D85A31;
}
.TagClassName
{
border-color: #D85A31;
}
</style>