Shades of Cinnabar #E53B1C
Tints of Cinnabar #E53B1C
RGB
CMYK
RGB Variations
Color information
#E53B1C (or 0xE53B1C) is known color: Cinnabar. HEX triplet: E5, 3B and 1C. RGB value is (229,59,28). Sum of RGB (Red+Green+Blue) = 229+59+28=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E53B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53B1C is #1AC4E3. Grayscale: #6A6A6A. Windows color (decimal): -1754340 or 1850341. OLE color: 1850341.
HSL color Cylindrical-coordinate representation of color #E53B1C: hue angle of 9.25º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E53B1C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 28 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.10 |
| HSL | 9.25º | 0.79% | 0.5% | - |
| HSV(B) | 9.25º | 0.88% | 0.9% | - |
| XYZ | 34.09 | 19.87 | 3.14 | - |
| YUV | 106.3 | 83.82 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 28 | 0 | 0.74 | 0.88 | 0.10 | 9.25 | 0.79 | 0.5 |
| Hex | E5 | 3B | 1C | 0 | 4A | 58 | A | 9 | 4F | 32 |
| Octal | 345 | 73 | 34 | 0 | 112 | 130 | 12 | 11 | 117 | 62 |
| Binary | 11100101 | 111011 | 11100 | 0 | 1001010 | 1011000 | 1010 | 1001 | 1001111 | 110010 |
Color Harmonies of #E53B1C
Complementary color
Monochromatic Colors of #E53B1C
Black with #E53B1C
Text Example
Text Example
White with #E53B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53B1C; }
p { color: rgb(229,59,28); }
H1.HeaderClassName
{
color: #E53B1C;
}
.AnyTagClassName
{
color: #E53B1C;
}
</style>
background-color css
<style>
a { background-color: #E53B1C; }
a { background-color: rgb(229,59,28); }
div.DivClassName
{
background-color: #E53B1C;
}
.BgClassName
{
background-color: #E53B1C;
}
</style>
border-color css
<style>
span { border-color: #E53B1C; }
span { border-color: rgb(229,59,28); }
td.TdClassName
{
border-color: #E53B1C;
}
.TagClassName
{
border-color: #E53B1C;
}
</style>