Shades of Chilean Fire #D5562B
Tints of Chilean Fire #D5562B
RGB
CMYK
RGB Variations
Color information
#D5562B (or 0xD5562B) is known color: Chilean Fire. HEX triplet: D5, 56 and 2B. RGB value is (213,86,43). Sum of RGB (Red+Green+Blue) = 213+86+43=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5562B is #2AA9D4. Grayscale: #777777. Windows color (decimal): -2795989 or 2840277. OLE color: 2840277.
HSL color Cylindrical-coordinate representation of color #D5562B: hue angle of 15.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5562B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 43 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.16 |
| HSL | 15.18º | 0.67% | 0.5% | - |
| HSV(B) | 15.18º | 0.8% | 0.84% | - |
| XYZ | 31.2 | 20.98 | 4.69 | - |
| YUV | 119.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 43 | 0 | 0.60 | 0.80 | 0.16 | 15.18 | 0.67 | 0.5 |
| Hex | D5 | 56 | 2B | 0 | 3C | 50 | 10 | F | 43 | 32 |
| Octal | 325 | 126 | 53 | 0 | 74 | 120 | 20 | 17 | 103 | 62 |
| Binary | 11010101 | 1010110 | 101011 | 0 | 111100 | 1010000 | 10000 | 1111 | 1000011 | 110010 |
Color Harmonies of #D5562B
Complementary color
Monochromatic Colors of #D5562B
Black with #D5562B
Text Example
Text Example
White with #D5562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5562B; }
p { color: rgb(213,86,43); }
H1.HeaderClassName
{
color: #D5562B;
}
.AnyTagClassName
{
color: #D5562B;
}
</style>
background-color css
<style>
a { background-color: #D5562B; }
a { background-color: rgb(213,86,43); }
div.DivClassName
{
background-color: #D5562B;
}
.BgClassName
{
background-color: #D5562B;
}
</style>
border-color css
<style>
span { border-color: #D5562B; }
span { border-color: rgb(213,86,43); }
td.TdClassName
{
border-color: #D5562B;
}
.TagClassName
{
border-color: #D5562B;
}
</style>