Shades of Chilean Fire #D8553A
Tints of Chilean Fire #D8553A
RGB
CMYK
RGB Variations
Color information
#D8553A (or 0xD8553A) is known color: Chilean Fire. HEX triplet: D8, 55 and 3A. RGB value is (216,85,58). Sum of RGB (Red+Green+Blue) = 216+85+58=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8553A is #27AAC5. Grayscale: #797979. Windows color (decimal): -2599622 or 3823064. OLE color: 3823064.
HSL color Cylindrical-coordinate representation of color #D8553A: hue angle of 10.25º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8553A is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 58 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.15 |
| HSL | 10.25º | 0.67% | 0.54% | - |
| HSV(B) | 10.25º | 0.73% | 0.85% | - |
| XYZ | 32.33 | 21.4 | 6.43 | - |
| YUV | 121.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 58 | 0 | 0.61 | 0.73 | 0.15 | 10.25 | 0.67 | 0.54 |
| Hex | D8 | 55 | 3A | 0 | 3D | 49 | F | A | 43 | 36 |
| Octal | 330 | 125 | 72 | 0 | 75 | 111 | 17 | 12 | 103 | 66 |
| Binary | 11011000 | 1010101 | 111010 | 0 | 111101 | 1001001 | 1111 | 1010 | 1000011 | 110110 |
Color Harmonies of #D8553A
Complementary color
Monochromatic Colors of #D8553A
Black with #D8553A
Text Example
Text Example
White with #D8553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8553A; }
p { color: rgb(216,85,58); }
H1.HeaderClassName
{
color: #D8553A;
}
.AnyTagClassName
{
color: #D8553A;
}
</style>
background-color css
<style>
a { background-color: #D8553A; }
a { background-color: rgb(216,85,58); }
div.DivClassName
{
background-color: #D8553A;
}
.BgClassName
{
background-color: #D8553A;
}
</style>
border-color css
<style>
span { border-color: #D8553A; }
span { border-color: rgb(216,85,58); }
td.TdClassName
{
border-color: #D8553A;
}
.TagClassName
{
border-color: #D8553A;
}
</style>