Shades of Cinnabar #E13C32
Tints of Cinnabar #E13C32
RGB
CMYK
RGB Variations
Color information
#E13C32 (or 0xE13C32) is known color: Cinnabar. HEX triplet: E1, 3C and 32. RGB value is (225,60,50). Sum of RGB (Red+Green+Blue) = 225+60+50=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C32 is #1EC3CD. Grayscale: #6C6C6C. Windows color (decimal): -2016206 or 3292385. OLE color: 3292385.
HSL color Cylindrical-coordinate representation of color #E13C32: hue angle of 3.43º 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 #E13C32 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 50 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.12 |
| HSL | 3.43º | 0.74% | 0.54% | - |
| HSV(B) | 3.43º | 0.78% | 0.88% | - |
| XYZ | 33.24 | 19.47 | 5.02 | - |
| YUV | 108.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 50 | 0 | 0.73 | 0.78 | 0.12 | 3.43 | 0.74 | 0.54 |
| Hex | E1 | 3C | 32 | 0 | 49 | 4E | C | 3 | 4A | 36 |
| Octal | 341 | 74 | 62 | 0 | 111 | 116 | 14 | 3 | 112 | 66 |
| Binary | 11100001 | 111100 | 110010 | 0 | 1001001 | 1001110 | 1100 | 11 | 1001010 | 110110 |
Color Harmonies of #E13C32
Complementary color
Monochromatic Colors of #E13C32
Black with #E13C32
Text Example
Text Example
White with #E13C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C32; }
p { color: rgb(225,60,50); }
H1.HeaderClassName
{
color: #E13C32;
}
.AnyTagClassName
{
color: #E13C32;
}
</style>
background-color css
<style>
a { background-color: #E13C32; }
a { background-color: rgb(225,60,50); }
div.DivClassName
{
background-color: #E13C32;
}
.BgClassName
{
background-color: #E13C32;
}
</style>
border-color css
<style>
span { border-color: #E13C32; }
span { border-color: rgb(225,60,50); }
td.TdClassName
{
border-color: #E13C32;
}
.TagClassName
{
border-color: #E13C32;
}
</style>