Shades of Cinnabar #E13636
Tints of Cinnabar #E13636
RGB
CMYK
RGB Variations
Color information
#E13636 (or 0xE13636) is known color: Cinnabar. HEX triplet: E1, 36 and 36. RGB value is (225,54,54). Sum of RGB (Red+Green+Blue) = 225+54+54=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E13636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13636 is #1EC9C9. Grayscale: #696969. Windows color (decimal): -2017738 or 3552993. OLE color: 3552993.
HSL color Cylindrical-coordinate representation of color #E13636: hue angle of 0º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13636 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 54 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.12 |
| HSL | 0º | 0.74% | 0.55% | - |
| HSV(B) | 0º | 0.76% | 0.88% | - |
| XYZ | 33.04 | 18.91 | 5.4 | - |
| YUV | 105.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 54 | 0 | 0.76 | 0.76 | 0.12 | 0 | 0.74 | 0.55 |
| Hex | E1 | 36 | 36 | 0 | 4C | 4C | C | 0 | 4A | 37 |
| Octal | 341 | 66 | 66 | 0 | 114 | 114 | 14 | 0 | 112 | 67 |
| Binary | 11100001 | 110110 | 110110 | 0 | 1001100 | 1001100 | 1100 | 0 | 1001010 | 110111 |
Color Harmonies of #E13636
Complementary color
Monochromatic Colors of #E13636
Black with #E13636
Text Example
Text Example
White with #E13636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13636; }
p { color: rgb(225,54,54); }
H1.HeaderClassName
{
color: #E13636;
}
.AnyTagClassName
{
color: #E13636;
}
</style>
background-color css
<style>
a { background-color: #E13636; }
a { background-color: rgb(225,54,54); }
div.DivClassName
{
background-color: #E13636;
}
.BgClassName
{
background-color: #E13636;
}
</style>
border-color css
<style>
span { border-color: #E13636; }
span { border-color: rgb(225,54,54); }
td.TdClassName
{
border-color: #E13636;
}
.TagClassName
{
border-color: #E13636;
}
</style>