Shades of Cinnabar #E13A32
Tints of Cinnabar #E13A32
RGB
CMYK
RGB Variations
Color information
#E13A32 (or 0xE13A32) is known color: Cinnabar. HEX triplet: E1, 3A and 32. RGB value is (225,58,50). Sum of RGB (Red+Green+Blue) = 225+58+50=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A32 is #1EC5CD. Grayscale: #6B6B6B. Windows color (decimal): -2016718 or 3291873. OLE color: 3291873.
HSL color Cylindrical-coordinate representation of color #E13A32: hue angle of 2.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13A32 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 50 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.12 |
| HSL | 2.74º | 0.74% | 0.54% | - |
| HSV(B) | 2.74º | 0.78% | 0.88% | - |
| XYZ | 33.14 | 19.26 | 4.99 | - |
| YUV | 107.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 50 | 0 | 0.74 | 0.78 | 0.12 | 2.74 | 0.74 | 0.54 |
| Hex | E1 | 3A | 32 | 0 | 4A | 4E | C | 3 | 4A | 36 |
| Octal | 341 | 72 | 62 | 0 | 112 | 116 | 14 | 3 | 112 | 66 |
| Binary | 11100001 | 111010 | 110010 | 0 | 1001010 | 1001110 | 1100 | 11 | 1001010 | 110110 |
Color Harmonies of #E13A32
Complementary color
Monochromatic Colors of #E13A32
Black with #E13A32
Text Example
Text Example
White with #E13A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A32; }
p { color: rgb(225,58,50); }
H1.HeaderClassName
{
color: #E13A32;
}
.AnyTagClassName
{
color: #E13A32;
}
</style>
background-color css
<style>
a { background-color: #E13A32; }
a { background-color: rgb(225,58,50); }
div.DivClassName
{
background-color: #E13A32;
}
.BgClassName
{
background-color: #E13A32;
}
</style>
border-color css
<style>
span { border-color: #E13A32; }
span { border-color: rgb(225,58,50); }
td.TdClassName
{
border-color: #E13A32;
}
.TagClassName
{
border-color: #E13A32;
}
</style>