Shades of Chilean Fire #D5562A
Tints of Chilean Fire #D5562A
RGB
CMYK
RGB Variations
Color information
#D5562A (or 0xD5562A) is known color: Chilean Fire. HEX triplet: D5, 56 and 2A. RGB value is (213,86,42). Sum of RGB (Red+Green+Blue) = 213+86+42=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5562A is #2AA9D5. Grayscale: #777777. Windows color (decimal): -2795990 or 2774741. OLE color: 2774741.
HSL color Cylindrical-coordinate representation of color #D5562A: hue angle of 15.44º 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 #D5562A is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 42 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.16 |
| HSL | 15.44º | 0.67% | 0.5% | - |
| HSV(B) | 15.44º | 0.8% | 0.84% | - |
| XYZ | 31.19 | 20.97 | 4.59 | - |
| YUV | 118.96 | 84.58 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 42 | 0 | 0.60 | 0.80 | 0.16 | 15.44 | 0.67 | 0.5 |
| Hex | D5 | 56 | 2A | 0 | 3C | 50 | 10 | F | 43 | 32 |
| Octal | 325 | 126 | 52 | 0 | 74 | 120 | 20 | 17 | 103 | 62 |
| Binary | 11010101 | 1010110 | 101010 | 0 | 111100 | 1010000 | 10000 | 1111 | 1000011 | 110010 |
Color Harmonies of #D5562A
Complementary color
Monochromatic Colors of #D5562A
Black with #D5562A
Text Example
Text Example
White with #D5562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5562A; }
p { color: rgb(213,86,42); }
H1.HeaderClassName
{
color: #D5562A;
}
.AnyTagClassName
{
color: #D5562A;
}
</style>
background-color css
<style>
a { background-color: #D5562A; }
a { background-color: rgb(213,86,42); }
div.DivClassName
{
background-color: #D5562A;
}
.BgClassName
{
background-color: #D5562A;
}
</style>
border-color css
<style>
span { border-color: #D5562A; }
span { border-color: rgb(213,86,42); }
td.TdClassName
{
border-color: #D5562A;
}
.TagClassName
{
border-color: #D5562A;
}
</style>