Shades of Cinnabar #E53D2B
Tints of Cinnabar #E53D2B
RGB
CMYK
RGB Variations
Color information
#E53D2B (or 0xE53D2B) is known color: Cinnabar. HEX triplet: E5, 3D and 2B. RGB value is (229,61,43). Sum of RGB (Red+Green+Blue) = 229+61+43=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53D2B is #1AC2D4. Grayscale: #6D6D6D. Windows color (decimal): -1753813 or 2833893. OLE color: 2833893.
HSL color Cylindrical-coordinate representation of color #E53D2B: hue angle of 5.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E53D2B is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 43 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.10 |
| HSL | 5.81º | 0.78% | 0.53% | - |
| HSV(B) | 5.81º | 0.81% | 0.9% | - |
| XYZ | 34.42 | 20.17 | 4.36 | - |
| YUV | 109.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 43 | 0 | 0.73 | 0.81 | 0.10 | 5.81 | 0.78 | 0.53 |
| Hex | E5 | 3D | 2B | 0 | 49 | 51 | A | 6 | 4E | 35 |
| Octal | 345 | 75 | 53 | 0 | 111 | 121 | 12 | 6 | 116 | 65 |
| Binary | 11100101 | 111101 | 101011 | 0 | 1001001 | 1010001 | 1010 | 110 | 1001110 | 110101 |
Color Harmonies of #E53D2B
Complementary color
Monochromatic Colors of #E53D2B
Black with #E53D2B
Text Example
Text Example
White with #E53D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D2B; }
p { color: rgb(229,61,43); }
H1.HeaderClassName
{
color: #E53D2B;
}
.AnyTagClassName
{
color: #E53D2B;
}
</style>
background-color css
<style>
a { background-color: #E53D2B; }
a { background-color: rgb(229,61,43); }
div.DivClassName
{
background-color: #E53D2B;
}
.BgClassName
{
background-color: #E53D2B;
}
</style>
border-color css
<style>
span { border-color: #E53D2B; }
span { border-color: rgb(229,61,43); }
td.TdClassName
{
border-color: #E53D2B;
}
.TagClassName
{
border-color: #E53D2B;
}
</style>