Shades of Cinnabar #E53C1B
Tints of Cinnabar #E53C1B
RGB
CMYK
RGB Variations
Color information
#E53C1B (or 0xE53C1B) is known color: Cinnabar. HEX triplet: E5, 3C and 1B. RGB value is (229,60,27). Sum of RGB (Red+Green+Blue) = 229+60+27=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53C1B is #1AC3E4. Grayscale: #6B6B6B. Windows color (decimal): -1754085 or 1785061. OLE color: 1785061.
HSL color Cylindrical-coordinate representation of color #E53C1B: hue angle of 9.8º degrees, saturation: 0.8, 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 #E53C1B is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 27 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.10 |
| HSL | 9.8º | 0.8% | 0.5% | - |
| HSV(B) | 9.8º | 0.88% | 0.9% | - |
| XYZ | 34.13 | 19.97 | 3.09 | - |
| YUV | 106.77 | 82.99 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 27 | 0 | 0.74 | 0.88 | 0.10 | 9.8 | 0.8 | 0.5 |
| Hex | E5 | 3C | 1B | 0 | 4A | 58 | A | A | 50 | 32 |
| Octal | 345 | 74 | 33 | 0 | 112 | 130 | 12 | 12 | 120 | 62 |
| Binary | 11100101 | 111100 | 11011 | 0 | 1001010 | 1011000 | 1010 | 1010 | 1010000 | 110010 |
Color Harmonies of #E53C1B
Complementary color
Monochromatic Colors of #E53C1B
Black with #E53C1B
Text Example
Text Example
White with #E53C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C1B; }
p { color: rgb(229,60,27); }
H1.HeaderClassName
{
color: #E53C1B;
}
.AnyTagClassName
{
color: #E53C1B;
}
</style>
background-color css
<style>
a { background-color: #E53C1B; }
a { background-color: rgb(229,60,27); }
div.DivClassName
{
background-color: #E53C1B;
}
.BgClassName
{
background-color: #E53C1B;
}
</style>
border-color css
<style>
span { border-color: #E53C1B; }
span { border-color: rgb(229,60,27); }
td.TdClassName
{
border-color: #E53C1B;
}
.TagClassName
{
border-color: #E53C1B;
}
</style>