Shades of Chilean Fire #D5562D
Tints of Chilean Fire #D5562D
RGB
CMYK
RGB Variations
Color information
#D5562D (or 0xD5562D) is known color: Chilean Fire. HEX triplet: D5, 56 and 2D. RGB value is (213,86,45). Sum of RGB (Red+Green+Blue) = 213+86+45=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5562D is #2AA9D2. Grayscale: #777777. Windows color (decimal): -2795987 or 2971349. OLE color: 2971349.
HSL color Cylindrical-coordinate representation of color #D5562D: hue angle of 14.64º 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 #D5562D is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 45 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.16 |
| HSL | 14.64º | 0.67% | 0.51% | - |
| HSV(B) | 14.64º | 0.79% | 0.84% | - |
| XYZ | 31.24 | 20.99 | 4.89 | - |
| YUV | 119.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 45 | 0 | 0.60 | 0.79 | 0.16 | 14.64 | 0.67 | 0.51 |
| Hex | D5 | 56 | 2D | 0 | 3C | 4F | 10 | F | 43 | 33 |
| Octal | 325 | 126 | 55 | 0 | 74 | 117 | 20 | 17 | 103 | 63 |
| Binary | 11010101 | 1010110 | 101101 | 0 | 111100 | 1001111 | 10000 | 1111 | 1000011 | 110011 |
Color Harmonies of #D5562D
Complementary color
Monochromatic Colors of #D5562D
Black with #D5562D
Text Example
Text Example
White with #D5562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5562D; }
p { color: rgb(213,86,45); }
H1.HeaderClassName
{
color: #D5562D;
}
.AnyTagClassName
{
color: #D5562D;
}
</style>
background-color css
<style>
a { background-color: #D5562D; }
a { background-color: rgb(213,86,45); }
div.DivClassName
{
background-color: #D5562D;
}
.BgClassName
{
background-color: #D5562D;
}
</style>
border-color css
<style>
span { border-color: #D5562D; }
span { border-color: rgb(213,86,45); }
td.TdClassName
{
border-color: #D5562D;
}
.TagClassName
{
border-color: #D5562D;
}
</style>