Shades of Chilean Fire #D85A2D
Tints of Chilean Fire #D85A2D
RGB
CMYK
RGB Variations
Color information
#D85A2D (or 0xD85A2D) is known color: Chilean Fire. HEX triplet: D8, 5A and 2D. RGB value is (216,90,45). Sum of RGB (Red+Green+Blue) = 216+90+45=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A2D is #27A5D2. Grayscale: #7A7A7A. Windows color (decimal): -2598355 or 2972376. OLE color: 2972376.
HSL color Cylindrical-coordinate representation of color #D85A2D: hue angle of 15.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D85A2D is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 45 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.15 |
| HSL | 15.79º | 0.69% | 0.51% | - |
| HSV(B) | 15.79º | 0.79% | 0.85% | - |
| XYZ | 32.45 | 22.1 | 5.04 | - |
| YUV | 122.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 45 | 0 | 0.58 | 0.79 | 0.15 | 15.79 | 0.69 | 0.51 |
| Hex | D8 | 5A | 2D | 0 | 3A | 4F | F | 10 | 45 | 33 |
| Octal | 330 | 132 | 55 | 0 | 72 | 117 | 17 | 20 | 105 | 63 |
| Binary | 11011000 | 1011010 | 101101 | 0 | 111010 | 1001111 | 1111 | 10000 | 1000101 | 110011 |
Color Harmonies of #D85A2D
Complementary color
Monochromatic Colors of #D85A2D
Black with #D85A2D
Text Example
Text Example
White with #D85A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A2D; }
p { color: rgb(216,90,45); }
H1.HeaderClassName
{
color: #D85A2D;
}
.AnyTagClassName
{
color: #D85A2D;
}
</style>
background-color css
<style>
a { background-color: #D85A2D; }
a { background-color: rgb(216,90,45); }
div.DivClassName
{
background-color: #D85A2D;
}
.BgClassName
{
background-color: #D85A2D;
}
</style>
border-color css
<style>
span { border-color: #D85A2D; }
span { border-color: rgb(216,90,45); }
td.TdClassName
{
border-color: #D85A2D;
}
.TagClassName
{
border-color: #D85A2D;
}
</style>