Shades of Chilean Fire #D6552C
Tints of Chilean Fire #D6552C
RGB
CMYK
RGB Variations
Color information
#D6552C (or 0xD6552C) is known color: Chilean Fire. HEX triplet: D6, 55 and 2C. RGB value is (214,85,44). Sum of RGB (Red+Green+Blue) = 214+85+44=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6552C is #29AAD3. Grayscale: #777777. Windows color (decimal): -2730708 or 2905558. OLE color: 2905558.
HSL color Cylindrical-coordinate representation of color #D6552C: hue angle of 14.47º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6552C is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 44 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.16 |
| HSL | 14.47º | 0.67% | 0.51% | - |
| HSV(B) | 14.47º | 0.79% | 0.84% | - |
| XYZ | 31.43 | 20.97 | 4.77 | - |
| YUV | 118.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 44 | 0 | 0.60 | 0.79 | 0.16 | 14.47 | 0.67 | 0.51 |
| Hex | D6 | 55 | 2C | 0 | 3C | 4F | 10 | E | 43 | 33 |
| Octal | 326 | 125 | 54 | 0 | 74 | 117 | 20 | 16 | 103 | 63 |
| Binary | 11010110 | 1010101 | 101100 | 0 | 111100 | 1001111 | 10000 | 1110 | 1000011 | 110011 |
Color Harmonies of #D6552C
Complementary color
Monochromatic Colors of #D6552C
Black with #D6552C
Text Example
Text Example
White with #D6552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6552C; }
p { color: rgb(214,85,44); }
H1.HeaderClassName
{
color: #D6552C;
}
.AnyTagClassName
{
color: #D6552C;
}
</style>
background-color css
<style>
a { background-color: #D6552C; }
a { background-color: rgb(214,85,44); }
div.DivClassName
{
background-color: #D6552C;
}
.BgClassName
{
background-color: #D6552C;
}
</style>
border-color css
<style>
span { border-color: #D6552C; }
span { border-color: rgb(214,85,44); }
td.TdClassName
{
border-color: #D6552C;
}
.TagClassName
{
border-color: #D6552C;
}
</style>