Shades of Chilean Fire #D6552F
Tints of Chilean Fire #D6552F
RGB
CMYK
RGB Variations
Color information
#D6552F (or 0xD6552F) is known color: Chilean Fire. HEX triplet: D6, 55 and 2F. RGB value is (214,85,47). Sum of RGB (Red+Green+Blue) = 214+85+47=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6552F is #29AAD0. Grayscale: #777777. Windows color (decimal): -2730705 or 3102166. OLE color: 3102166.
HSL color Cylindrical-coordinate representation of color #D6552F: hue angle of 13.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6552F is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 47 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.16 |
| HSL | 13.65º | 0.67% | 0.51% | - |
| HSV(B) | 13.65º | 0.78% | 0.84% | - |
| XYZ | 31.49 | 21 | 5.08 | - |
| YUV | 119.24 | 87.24 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 47 | 0 | 0.60 | 0.78 | 0.16 | 13.65 | 0.67 | 0.51 |
| Hex | D6 | 55 | 2F | 0 | 3C | 4E | 10 | E | 43 | 33 |
| Octal | 326 | 125 | 57 | 0 | 74 | 116 | 20 | 16 | 103 | 63 |
| Binary | 11010110 | 1010101 | 101111 | 0 | 111100 | 1001110 | 10000 | 1110 | 1000011 | 110011 |
Color Harmonies of #D6552F
Complementary color
Monochromatic Colors of #D6552F
Black with #D6552F
Text Example
Text Example
White with #D6552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6552F; }
p { color: rgb(214,85,47); }
H1.HeaderClassName
{
color: #D6552F;
}
.AnyTagClassName
{
color: #D6552F;
}
</style>
background-color css
<style>
a { background-color: #D6552F; }
a { background-color: rgb(214,85,47); }
div.DivClassName
{
background-color: #D6552F;
}
.BgClassName
{
background-color: #D6552F;
}
</style>
border-color css
<style>
span { border-color: #D6552F; }
span { border-color: rgb(214,85,47); }
td.TdClassName
{
border-color: #D6552F;
}
.TagClassName
{
border-color: #D6552F;
}
</style>