Shades of Cinnabar #E53D1B
Tints of Cinnabar #E53D1B
RGB
CMYK
RGB Variations
Color information
#E53D1B (or 0xE53D1B) is known color: Cinnabar. HEX triplet: E5, 3D and 1B. RGB value is (229,61,27). Sum of RGB (Red+Green+Blue) = 229+61+27=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53D1B is #1AC2E4. Grayscale: #6B6B6B. Windows color (decimal): -1753829 or 1785317. OLE color: 1785317.
HSL color Cylindrical-coordinate representation of color #E53D1B: hue angle of 10.1º 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 #E53D1B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 27 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.10 |
| HSL | 10.1º | 0.8% | 0.5% | - |
| HSV(B) | 10.1º | 0.88% | 0.9% | - |
| XYZ | 34.18 | 20.07 | 3.11 | - |
| YUV | 107.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 27 | 0 | 0.73 | 0.88 | 0.10 | 10.1 | 0.8 | 0.5 |
| Hex | E5 | 3D | 1B | 0 | 49 | 58 | A | A | 50 | 32 |
| Octal | 345 | 75 | 33 | 0 | 111 | 130 | 12 | 12 | 120 | 62 |
| Binary | 11100101 | 111101 | 11011 | 0 | 1001001 | 1011000 | 1010 | 1010 | 1010000 | 110010 |
Color Harmonies of #E53D1B
Complementary color
Monochromatic Colors of #E53D1B
Black with #E53D1B
Text Example
Text Example
White with #E53D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D1B; }
p { color: rgb(229,61,27); }
H1.HeaderClassName
{
color: #E53D1B;
}
.AnyTagClassName
{
color: #E53D1B;
}
</style>
background-color css
<style>
a { background-color: #E53D1B; }
a { background-color: rgb(229,61,27); }
div.DivClassName
{
background-color: #E53D1B;
}
.BgClassName
{
background-color: #E53D1B;
}
</style>
border-color css
<style>
span { border-color: #E53D1B; }
span { border-color: rgb(229,61,27); }
td.TdClassName
{
border-color: #E53D1B;
}
.TagClassName
{
border-color: #E53D1B;
}
</style>