Shades of Cinnabar #E53D2C
Tints of Cinnabar #E53D2C
RGB
CMYK
RGB Variations
Color information
#E53D2C (or 0xE53D2C) is known color: Cinnabar. HEX triplet: E5, 3D and 2C. RGB value is (229,61,44). Sum of RGB (Red+Green+Blue) = 229+61+44=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53D2C is #1AC2D3. Grayscale: #6D6D6D. Windows color (decimal): -1753812 or 2899429. OLE color: 2899429.
HSL color Cylindrical-coordinate representation of color #E53D2C: hue angle of 5.51º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E53D2C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 44 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.10 |
| HSL | 5.51º | 0.78% | 0.54% | - |
| HSV(B) | 5.51º | 0.81% | 0.9% | - |
| XYZ | 34.44 | 20.18 | 4.46 | - |
| YUV | 109.29 | 91.16 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 44 | 0 | 0.73 | 0.81 | 0.10 | 5.51 | 0.78 | 0.54 |
| Hex | E5 | 3D | 2C | 0 | 49 | 51 | A | 6 | 4E | 36 |
| Octal | 345 | 75 | 54 | 0 | 111 | 121 | 12 | 6 | 116 | 66 |
| Binary | 11100101 | 111101 | 101100 | 0 | 1001001 | 1010001 | 1010 | 110 | 1001110 | 110110 |
Color Harmonies of #E53D2C
Complementary color
Monochromatic Colors of #E53D2C
Black with #E53D2C
Text Example
Text Example
White with #E53D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D2C; }
p { color: rgb(229,61,44); }
H1.HeaderClassName
{
color: #E53D2C;
}
.AnyTagClassName
{
color: #E53D2C;
}
</style>
background-color css
<style>
a { background-color: #E53D2C; }
a { background-color: rgb(229,61,44); }
div.DivClassName
{
background-color: #E53D2C;
}
.BgClassName
{
background-color: #E53D2C;
}
</style>
border-color css
<style>
span { border-color: #E53D2C; }
span { border-color: rgb(229,61,44); }
td.TdClassName
{
border-color: #E53D2C;
}
.TagClassName
{
border-color: #E53D2C;
}
</style>