Shades of Cinnabar #E13E3B
Tints of Cinnabar #E13E3B
RGB
CMYK
RGB Variations
Color information
#E13E3B (or 0xE13E3B) is known color: Cinnabar. HEX triplet: E1, 3E and 3B. RGB value is (225,62,59). Sum of RGB (Red+Green+Blue) = 225+62+59=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E3B is #1EC1C4. Grayscale: #6E6E6E. Windows color (decimal): -2015685 or 3882721. OLE color: 3882721.
HSL color Cylindrical-coordinate representation of color #E13E3B: hue angle of 1.08º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13E3B is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 59 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.12 |
| HSL | 1.08º | 0.73% | 0.56% | - |
| HSV(B) | 1.08º | 0.74% | 0.88% | - |
| XYZ | 33.56 | 19.77 | 6.18 | - |
| YUV | 110.4 | 99 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 59 | 0 | 0.72 | 0.74 | 0.12 | 1.08 | 0.73 | 0.56 |
| Hex | E1 | 3E | 3B | 0 | 48 | 4A | C | 1 | 49 | 38 |
| Octal | 341 | 76 | 73 | 0 | 110 | 112 | 14 | 1 | 111 | 70 |
| Binary | 11100001 | 111110 | 111011 | 0 | 1001000 | 1001010 | 1100 | 1 | 1001001 | 111000 |
Color Harmonies of #E13E3B
Complementary color
Monochromatic Colors of #E13E3B
Black with #E13E3B
Text Example
Text Example
White with #E13E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E3B; }
p { color: rgb(225,62,59); }
H1.HeaderClassName
{
color: #E13E3B;
}
.AnyTagClassName
{
color: #E13E3B;
}
</style>
background-color css
<style>
a { background-color: #E13E3B; }
a { background-color: rgb(225,62,59); }
div.DivClassName
{
background-color: #E13E3B;
}
.BgClassName
{
background-color: #E13E3B;
}
</style>
border-color css
<style>
span { border-color: #E13E3B; }
span { border-color: rgb(225,62,59); }
td.TdClassName
{
border-color: #E13E3B;
}
.TagClassName
{
border-color: #E13E3B;
}
</style>