Shades of Cinnabar #E13B2D
Tints of Cinnabar #E13B2D
RGB
CMYK
RGB Variations
Color information
#E13B2D (or 0xE13B2D) is known color: Cinnabar. HEX triplet: E1, 3B and 2D. RGB value is (225,59,45). Sum of RGB (Red+Green+Blue) = 225+59+45=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B2D is #1EC4D2. Grayscale: #6B6B6B. Windows color (decimal): -2016467 or 2964449. OLE color: 2964449.
HSL color Cylindrical-coordinate representation of color #E13B2D: hue angle of 4.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E13B2D is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 45 | - |
| CMYK | 0 | 0.74 | 0.8 | 0.12 |
| HSL | 4.67º | 0.75% | 0.53% | - |
| HSV(B) | 4.67º | 0.8% | 0.88% | - |
| XYZ | 33.09 | 19.32 | 4.47 | - |
| YUV | 107.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 45 | 0 | 0.74 | 0.8 | 0.12 | 4.67 | 0.75 | 0.53 |
| Hex | E1 | 3B | 2D | 0 | 4A | 50 | C | 5 | 4B | 35 |
| Octal | 341 | 73 | 55 | 0 | 112 | 120 | 14 | 5 | 113 | 65 |
| Binary | 11100001 | 111011 | 101101 | 0 | 1001010 | 1010000 | 1100 | 101 | 1001011 | 110101 |
Color Harmonies of #E13B2D
Complementary color
Monochromatic Colors of #E13B2D
Black with #E13B2D
Text Example
Text Example
White with #E13B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B2D; }
p { color: rgb(225,59,45); }
H1.HeaderClassName
{
color: #E13B2D;
}
.AnyTagClassName
{
color: #E13B2D;
}
</style>
background-color css
<style>
a { background-color: #E13B2D; }
a { background-color: rgb(225,59,45); }
div.DivClassName
{
background-color: #E13B2D;
}
.BgClassName
{
background-color: #E13B2D;
}
</style>
border-color css
<style>
span { border-color: #E13B2D; }
span { border-color: rgb(225,59,45); }
td.TdClassName
{
border-color: #E13B2D;
}
.TagClassName
{
border-color: #E13B2D;
}
</style>