Shades of Chilean Fire #D85238
Tints of Chilean Fire #D85238
RGB
CMYK
RGB Variations
Color information
#D85238 (or 0xD85238) is known color: Chilean Fire. HEX triplet: D8, 52 and 38. RGB value is (216,82,56). Sum of RGB (Red+Green+Blue) = 216+82+56=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D85238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85238 is #27ADC7. Grayscale: #777777. Windows color (decimal): -2600392 or 3691224. OLE color: 3691224.
HSL color Cylindrical-coordinate representation of color #D85238: hue angle of 9.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D85238 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 56 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.15 |
| HSL | 9.75º | 0.67% | 0.53% | - |
| HSV(B) | 9.75º | 0.74% | 0.85% | - |
| XYZ | 32.05 | 20.92 | 6.09 | - |
| YUV | 119.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 56 | 0 | 0.62 | 0.74 | 0.15 | 9.75 | 0.67 | 0.53 |
| Hex | D8 | 52 | 38 | 0 | 3E | 4A | F | A | 43 | 35 |
| Octal | 330 | 122 | 70 | 0 | 76 | 112 | 17 | 12 | 103 | 65 |
| Binary | 11011000 | 1010010 | 111000 | 0 | 111110 | 1001010 | 1111 | 1010 | 1000011 | 110101 |
Color Harmonies of #D85238
Complementary color
Monochromatic Colors of #D85238
Black with #D85238
Text Example
Text Example
White with #D85238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85238; }
p { color: rgb(216,82,56); }
H1.HeaderClassName
{
color: #D85238;
}
.AnyTagClassName
{
color: #D85238;
}
</style>
background-color css
<style>
a { background-color: #D85238; }
a { background-color: rgb(216,82,56); }
div.DivClassName
{
background-color: #D85238;
}
.BgClassName
{
background-color: #D85238;
}
</style>
border-color css
<style>
span { border-color: #D85238; }
span { border-color: rgb(216,82,56); }
td.TdClassName
{
border-color: #D85238;
}
.TagClassName
{
border-color: #D85238;
}
</style>