Shades of Cinnabar #E5563C
Tints of Cinnabar #E5563C
RGB
CMYK
RGB Variations
Color information
#E5563C (or 0xE5563C) is known color: Cinnabar. HEX triplet: E5, 56 and 3C. RGB value is (229,86,60). Sum of RGB (Red+Green+Blue) = 229+86+60=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5563C is #1AA9C3. Grayscale: #7E7E7E. Windows color (decimal): -1747396 or 3954405. OLE color: 3954405.
HSL color Cylindrical-coordinate representation of color #E5563C: hue angle of 9.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5563C is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 60 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.10 |
| HSL | 9.23º | 0.76% | 0.57% | - |
| HSV(B) | 9.23º | 0.74% | 0.9% | - |
| XYZ | 36.46 | 23.64 | 6.92 | - |
| YUV | 125.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 60 | 0 | 0.62 | 0.74 | 0.10 | 9.23 | 0.76 | 0.57 |
| Hex | E5 | 56 | 3C | 0 | 3E | 4A | A | 9 | 4C | 39 |
| Octal | 345 | 126 | 74 | 0 | 76 | 112 | 12 | 11 | 114 | 71 |
| Binary | 11100101 | 1010110 | 111100 | 0 | 111110 | 1001010 | 1010 | 1001 | 1001100 | 111001 |
Color Harmonies of #E5563C
Complementary color
Monochromatic Colors of #E5563C
Black with #E5563C
Text Example
Text Example
White with #E5563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5563C; }
p { color: rgb(229,86,60); }
H1.HeaderClassName
{
color: #E5563C;
}
.AnyTagClassName
{
color: #E5563C;
}
</style>
background-color css
<style>
a { background-color: #E5563C; }
a { background-color: rgb(229,86,60); }
div.DivClassName
{
background-color: #E5563C;
}
.BgClassName
{
background-color: #E5563C;
}
</style>
border-color css
<style>
span { border-color: #E5563C; }
span { border-color: rgb(229,86,60); }
td.TdClassName
{
border-color: #E5563C;
}
.TagClassName
{
border-color: #E5563C;
}
</style>