Shades of Chilean Fire #D85338
Tints of Chilean Fire #D85338
RGB
CMYK
RGB Variations
Color information
#D85338 (or 0xD85338) is known color: Chilean Fire. HEX triplet: D8, 53 and 38. RGB value is (216,83,56). Sum of RGB (Red+Green+Blue) = 216+83+56=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D85338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85338 is #27ACC7. Grayscale: #777777. Windows color (decimal): -2600136 or 3691480. OLE color: 3691480.
HSL color Cylindrical-coordinate representation of color #D85338: hue angle of 10.12º 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 #D85338 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 56 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.15 |
| HSL | 10.13º | 0.67% | 0.53% | - |
| HSV(B) | 10.13º | 0.74% | 0.85% | - |
| XYZ | 32.13 | 21.07 | 6.12 | - |
| YUV | 119.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 56 | 0 | 0.62 | 0.74 | 0.15 | 10.13 | 0.67 | 0.53 |
| Hex | D8 | 53 | 38 | 0 | 3E | 4A | F | A | 43 | 35 |
| Octal | 330 | 123 | 70 | 0 | 76 | 112 | 17 | 12 | 103 | 65 |
| Binary | 11011000 | 1010011 | 111000 | 0 | 111110 | 1001010 | 1111 | 1010 | 1000011 | 110101 |
Color Harmonies of #D85338
Complementary color
Monochromatic Colors of #D85338
Black with #D85338
Text Example
Text Example
White with #D85338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85338; }
p { color: rgb(216,83,56); }
H1.HeaderClassName
{
color: #D85338;
}
.AnyTagClassName
{
color: #D85338;
}
</style>
background-color css
<style>
a { background-color: #D85338; }
a { background-color: rgb(216,83,56); }
div.DivClassName
{
background-color: #D85338;
}
.BgClassName
{
background-color: #D85338;
}
</style>
border-color css
<style>
span { border-color: #D85338; }
span { border-color: rgb(216,83,56); }
td.TdClassName
{
border-color: #D85338;
}
.TagClassName
{
border-color: #D85338;
}
</style>