Shades of Cinnabar #E53D34
Tints of Cinnabar #E53D34
RGB
CMYK
RGB Variations
Color information
#E53D34 (or 0xE53D34) is known color: Cinnabar. HEX triplet: E5, 3D and 34. RGB value is (229,61,52). Sum of RGB (Red+Green+Blue) = 229+61+52=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53D34 is #1AC2CB. Grayscale: #6E6E6E. Windows color (decimal): -1753804 or 3423717. OLE color: 3423717.
HSL color Cylindrical-coordinate representation of color #E53D34: hue angle of 3.05º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53D34 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 52 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.10 |
| HSL | 3.05º | 0.77% | 0.55% | - |
| HSV(B) | 3.05º | 0.77% | 0.9% | - |
| XYZ | 34.6 | 20.24 | 5.33 | - |
| YUV | 110.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 52 | 0 | 0.73 | 0.77 | 0.10 | 3.05 | 0.77 | 0.55 |
| Hex | E5 | 3D | 34 | 0 | 49 | 4D | A | 3 | 4D | 37 |
| Octal | 345 | 75 | 64 | 0 | 111 | 115 | 12 | 3 | 115 | 67 |
| Binary | 11100101 | 111101 | 110100 | 0 | 1001001 | 1001101 | 1010 | 11 | 1001101 | 110111 |
Color Harmonies of #E53D34
Complementary color
Monochromatic Colors of #E53D34
Black with #E53D34
Text Example
Text Example
White with #E53D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D34; }
p { color: rgb(229,61,52); }
H1.HeaderClassName
{
color: #E53D34;
}
.AnyTagClassName
{
color: #E53D34;
}
</style>
background-color css
<style>
a { background-color: #E53D34; }
a { background-color: rgb(229,61,52); }
div.DivClassName
{
background-color: #E53D34;
}
.BgClassName
{
background-color: #E53D34;
}
</style>
border-color css
<style>
span { border-color: #E53D34; }
span { border-color: rgb(229,61,52); }
td.TdClassName
{
border-color: #E53D34;
}
.TagClassName
{
border-color: #E53D34;
}
</style>