Shades of Cinnabar #E53F1A
Tints of Cinnabar #E53F1A
RGB
CMYK
RGB Variations
Color information
#E53F1A (or 0xE53F1A) is known color: Cinnabar. HEX triplet: E5, 3F and 1A. RGB value is (229,63,26). Sum of RGB (Red+Green+Blue) = 229+63+26=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53F1A is #1AC0E5. Grayscale: #6C6C6C. Windows color (decimal): -1753318 or 1720293. OLE color: 1720293.
HSL color Cylindrical-coordinate representation of color #E53F1A: hue angle of 10.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E53F1A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 26 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.10 |
| HSL | 10.94º | 0.8% | 0.5% | - |
| HSV(B) | 10.94º | 0.89% | 0.9% | - |
| XYZ | 34.28 | 20.29 | 3.09 | - |
| YUV | 108.42 | 81.5 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 26 | 0 | 0.72 | 0.89 | 0.10 | 10.94 | 0.8 | 0.5 |
| Hex | E5 | 3F | 1A | 0 | 48 | 59 | A | B | 50 | 32 |
| Octal | 345 | 77 | 32 | 0 | 110 | 131 | 12 | 13 | 120 | 62 |
| Binary | 11100101 | 111111 | 11010 | 0 | 1001000 | 1011001 | 1010 | 1011 | 1010000 | 110010 |
Color Harmonies of #E53F1A
Complementary color
Monochromatic Colors of #E53F1A
Black with #E53F1A
Text Example
Text Example
White with #E53F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F1A; }
p { color: rgb(229,63,26); }
H1.HeaderClassName
{
color: #E53F1A;
}
.AnyTagClassName
{
color: #E53F1A;
}
</style>
background-color css
<style>
a { background-color: #E53F1A; }
a { background-color: rgb(229,63,26); }
div.DivClassName
{
background-color: #E53F1A;
}
.BgClassName
{
background-color: #E53F1A;
}
</style>
border-color css
<style>
span { border-color: #E53F1A; }
span { border-color: rgb(229,63,26); }
td.TdClassName
{
border-color: #E53F1A;
}
.TagClassName
{
border-color: #E53F1A;
}
</style>