Shades of Cinnabar #E13427
Tints of Cinnabar #E13427
RGB
CMYK
RGB Variations
Color information
#E13427 (or 0xE13427) is known color: Cinnabar. HEX triplet: E1, 34 and 27. RGB value is (225,52,39). Sum of RGB (Red+Green+Blue) = 225+52+39=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E13427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13427 is #1ECBD8. Grayscale: #666666. Windows color (decimal): -2018265 or 2569441. OLE color: 2569441.
HSL color Cylindrical-coordinate representation of color #E13427: hue angle of 4.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E13427 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 39 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.12 |
| HSL | 4.19º | 0.76% | 0.52% | - |
| HSV(B) | 4.19º | 0.83% | 0.88% | - |
| XYZ | 32.65 | 18.61 | 3.79 | - |
| YUV | 102.25 | 92.31 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 39 | 0 | 0.77 | 0.83 | 0.12 | 4.19 | 0.76 | 0.52 |
| Hex | E1 | 34 | 27 | 0 | 4D | 53 | C | 4 | 4C | 34 |
| Octal | 341 | 64 | 47 | 0 | 115 | 123 | 14 | 4 | 114 | 64 |
| Binary | 11100001 | 110100 | 100111 | 0 | 1001101 | 1010011 | 1100 | 100 | 1001100 | 110100 |
Color Harmonies of #E13427
Complementary color
Monochromatic Colors of #E13427
Black with #E13427
Text Example
Text Example
White with #E13427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13427; }
p { color: rgb(225,52,39); }
H1.HeaderClassName
{
color: #E13427;
}
.AnyTagClassName
{
color: #E13427;
}
</style>
background-color css
<style>
a { background-color: #E13427; }
a { background-color: rgb(225,52,39); }
div.DivClassName
{
background-color: #E13427;
}
.BgClassName
{
background-color: #E13427;
}
</style>
border-color css
<style>
span { border-color: #E13427; }
span { border-color: rgb(225,52,39); }
td.TdClassName
{
border-color: #E13427;
}
.TagClassName
{
border-color: #E13427;
}
</style>