Shades of Chilean Fire #D85630
Tints of Chilean Fire #D85630
RGB
CMYK
RGB Variations
Color information
#D85630 (or 0xD85630) is known color: Chilean Fire. HEX triplet: D8, 56 and 30. RGB value is (216,86,48). Sum of RGB (Red+Green+Blue) = 216+86+48=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D85630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85630 is #27A9CF. Grayscale: #787878. Windows color (decimal): -2599376 or 3167960. OLE color: 3167960.
HSL color Cylindrical-coordinate representation of color #D85630: hue angle of 13.57º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D85630 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 48 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.15 |
| HSL | 13.57º | 0.68% | 0.52% | - |
| HSV(B) | 13.57º | 0.78% | 0.85% | - |
| XYZ | 32.18 | 21.47 | 5.24 | - |
| YUV | 120.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 48 | 0 | 0.60 | 0.78 | 0.15 | 13.57 | 0.68 | 0.52 |
| Hex | D8 | 56 | 30 | 0 | 3C | 4E | F | E | 44 | 34 |
| Octal | 330 | 126 | 60 | 0 | 74 | 116 | 17 | 16 | 104 | 64 |
| Binary | 11011000 | 1010110 | 110000 | 0 | 111100 | 1001110 | 1111 | 1110 | 1000100 | 110100 |
Color Harmonies of #D85630
Complementary color
Monochromatic Colors of #D85630
Black with #D85630
Text Example
Text Example
White with #D85630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85630; }
p { color: rgb(216,86,48); }
H1.HeaderClassName
{
color: #D85630;
}
.AnyTagClassName
{
color: #D85630;
}
</style>
background-color css
<style>
a { background-color: #D85630; }
a { background-color: rgb(216,86,48); }
div.DivClassName
{
background-color: #D85630;
}
.BgClassName
{
background-color: #D85630;
}
</style>
border-color css
<style>
span { border-color: #D85630; }
span { border-color: rgb(216,86,48); }
td.TdClassName
{
border-color: #D85630;
}
.TagClassName
{
border-color: #D85630;
}
</style>