Shades of Cinnabar #E13632
Tints of Cinnabar #E13632
RGB
CMYK
RGB Variations
Color information
#E13632 (or 0xE13632) is known color: Cinnabar. HEX triplet: E1, 36 and 32. RGB value is (225,54,50). Sum of RGB (Red+Green+Blue) = 225+54+50=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E13632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13632 is #1EC9CD. Grayscale: #686868. Windows color (decimal): -2017742 or 3290849. OLE color: 3290849.
HSL color Cylindrical-coordinate representation of color #E13632: hue angle of 1.37º 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 #E13632 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 50 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.12 |
| HSL | 1.37º | 0.74% | 0.54% | - |
| HSV(B) | 1.37º | 0.78% | 0.88% | - |
| XYZ | 32.95 | 18.88 | 4.92 | - |
| YUV | 104.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 50 | 0 | 0.76 | 0.78 | 0.12 | 1.37 | 0.74 | 0.54 |
| Hex | E1 | 36 | 32 | 0 | 4C | 4E | C | 1 | 4A | 36 |
| Octal | 341 | 66 | 62 | 0 | 114 | 116 | 14 | 1 | 112 | 66 |
| Binary | 11100001 | 110110 | 110010 | 0 | 1001100 | 1001110 | 1100 | 1 | 1001010 | 110110 |
Color Harmonies of #E13632
Complementary color
Monochromatic Colors of #E13632
Black with #E13632
Text Example
Text Example
White with #E13632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13632; }
p { color: rgb(225,54,50); }
H1.HeaderClassName
{
color: #E13632;
}
.AnyTagClassName
{
color: #E13632;
}
</style>
background-color css
<style>
a { background-color: #E13632; }
a { background-color: rgb(225,54,50); }
div.DivClassName
{
background-color: #E13632;
}
.BgClassName
{
background-color: #E13632;
}
</style>
border-color css
<style>
span { border-color: #E13632; }
span { border-color: rgb(225,54,50); }
td.TdClassName
{
border-color: #E13632;
}
.TagClassName
{
border-color: #E13632;
}
</style>