Shades of Chilean Fire #D9552C
Tints of Chilean Fire #D9552C
RGB
CMYK
RGB Variations
Color information
#D9552C (or 0xD9552C) is known color: Chilean Fire. HEX triplet: D9, 55 and 2C. RGB value is (217,85,44). Sum of RGB (Red+Green+Blue) = 217+85+44=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9552C is #26AAD3. Grayscale: #787878. Windows color (decimal): -2534100 or 2905561. OLE color: 2905561.
HSL color Cylindrical-coordinate representation of color #D9552C: hue angle of 14.22º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9552C is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 44 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.15 |
| HSL | 14.22º | 0.69% | 0.51% | - |
| HSV(B) | 14.22º | 0.8% | 0.85% | - |
| XYZ | 32.32 | 21.43 | 4.82 | - |
| YUV | 119.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 44 | 0 | 0.61 | 0.80 | 0.15 | 14.22 | 0.69 | 0.51 |
| Hex | D9 | 55 | 2C | 0 | 3D | 50 | F | E | 45 | 33 |
| Octal | 331 | 125 | 54 | 0 | 75 | 120 | 17 | 16 | 105 | 63 |
| Binary | 11011001 | 1010101 | 101100 | 0 | 111101 | 1010000 | 1111 | 1110 | 1000101 | 110011 |
Color Harmonies of #D9552C
Complementary color
Monochromatic Colors of #D9552C
Black with #D9552C
Text Example
Text Example
White with #D9552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9552C; }
p { color: rgb(217,85,44); }
H1.HeaderClassName
{
color: #D9552C;
}
.AnyTagClassName
{
color: #D9552C;
}
</style>
background-color css
<style>
a { background-color: #D9552C; }
a { background-color: rgb(217,85,44); }
div.DivClassName
{
background-color: #D9552C;
}
.BgClassName
{
background-color: #D9552C;
}
</style>
border-color css
<style>
span { border-color: #D9552C; }
span { border-color: rgb(217,85,44); }
td.TdClassName
{
border-color: #D9552C;
}
.TagClassName
{
border-color: #D9552C;
}
</style>