Shades of Cinnabar #E13333
Tints of Cinnabar #E13333
RGB
CMYK
RGB Variations
Color information
#E13333 (or 0xE13333) is known color: Cinnabar. HEX triplet: E1, 33 and 33. RGB value is (225,51,51). Sum of RGB (Red+Green+Blue) = 225+51+51=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E13333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13333 is #1ECCCC. Grayscale: #676767. Windows color (decimal): -2018509 or 3355617. OLE color: 3355617.
HSL color Cylindrical-coordinate representation of color #E13333: hue angle of 0º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13333 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 51 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.12 |
| HSL | 0º | 0.74% | 0.54% | - |
| HSV(B) | 0º | 0.77% | 0.88% | - |
| XYZ | 32.83 | 18.61 | 4.99 | - |
| YUV | 103.03 | 98.65 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 51 | 0 | 0.77 | 0.77 | 0.12 | 0 | 0.74 | 0.54 |
| Hex | E1 | 33 | 33 | 0 | 4D | 4D | C | 0 | 4A | 36 |
| Octal | 341 | 63 | 63 | 0 | 115 | 115 | 14 | 0 | 112 | 66 |
| Binary | 11100001 | 110011 | 110011 | 0 | 1001101 | 1001101 | 1100 | 0 | 1001010 | 110110 |
Color Harmonies of #E13333
Complementary color
Monochromatic Colors of #E13333
Black with #E13333
Text Example
Text Example
White with #E13333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13333; }
p { color: rgb(225,51,51); }
H1.HeaderClassName
{
color: #E13333;
}
.AnyTagClassName
{
color: #E13333;
}
</style>
background-color css
<style>
a { background-color: #E13333; }
a { background-color: rgb(225,51,51); }
div.DivClassName
{
background-color: #E13333;
}
.BgClassName
{
background-color: #E13333;
}
</style>
border-color css
<style>
span { border-color: #E13333; }
span { border-color: rgb(225,51,51); }
td.TdClassName
{
border-color: #E13333;
}
.TagClassName
{
border-color: #E13333;
}
</style>