Shades of Chilean Fire #D6552D
Tints of Chilean Fire #D6552D
RGB
CMYK
RGB Variations
Color information
#D6552D (or 0xD6552D) is known color: Chilean Fire. HEX triplet: D6, 55 and 2D. RGB value is (214,85,45). Sum of RGB (Red+Green+Blue) = 214+85+45=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6552D is #29AAD2. Grayscale: #777777. Windows color (decimal): -2730707 or 2971094. OLE color: 2971094.
HSL color Cylindrical-coordinate representation of color #D6552D: hue angle of 14.2º 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 #D6552D is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 45 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.16 |
| HSL | 14.2º | 0.67% | 0.51% | - |
| HSV(B) | 14.2º | 0.79% | 0.84% | - |
| XYZ | 31.45 | 20.98 | 4.87 | - |
| YUV | 119.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 45 | 0 | 0.60 | 0.79 | 0.16 | 14.2 | 0.67 | 0.51 |
| Hex | D6 | 55 | 2D | 0 | 3C | 4F | 10 | E | 43 | 33 |
| Octal | 326 | 125 | 55 | 0 | 74 | 117 | 20 | 16 | 103 | 63 |
| Binary | 11010110 | 1010101 | 101101 | 0 | 111100 | 1001111 | 10000 | 1110 | 1000011 | 110011 |
Color Harmonies of #D6552D
Complementary color
Monochromatic Colors of #D6552D
Black with #D6552D
Text Example
Text Example
White with #D6552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6552D; }
p { color: rgb(214,85,45); }
H1.HeaderClassName
{
color: #D6552D;
}
.AnyTagClassName
{
color: #D6552D;
}
</style>
background-color css
<style>
a { background-color: #D6552D; }
a { background-color: rgb(214,85,45); }
div.DivClassName
{
background-color: #D6552D;
}
.BgClassName
{
background-color: #D6552D;
}
</style>
border-color css
<style>
span { border-color: #D6552D; }
span { border-color: rgb(214,85,45); }
td.TdClassName
{
border-color: #D6552D;
}
.TagClassName
{
border-color: #D6552D;
}
</style>