Shades of Cinnabar #E13B2B
Tints of Cinnabar #E13B2B
RGB
CMYK
RGB Variations
Color information
#E13B2B (or 0xE13B2B) is known color: Cinnabar. HEX triplet: E1, 3B and 2B. RGB value is (225,59,43). Sum of RGB (Red+Green+Blue) = 225+59+43=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B2B is #1EC4D4. Grayscale: #6B6B6B. Windows color (decimal): -2016469 or 2833377. OLE color: 2833377.
HSL color Cylindrical-coordinate representation of color #E13B2B: hue angle of 5.27º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E13B2B is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 43 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.12 |
| HSL | 5.27º | 0.75% | 0.53% | - |
| HSV(B) | 5.27º | 0.81% | 0.88% | - |
| XYZ | 33.05 | 19.31 | 4.27 | - |
| YUV | 106.81 | 92 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 43 | 0 | 0.74 | 0.81 | 0.12 | 5.27 | 0.75 | 0.53 |
| Hex | E1 | 3B | 2B | 0 | 4A | 51 | C | 5 | 4B | 35 |
| Octal | 341 | 73 | 53 | 0 | 112 | 121 | 14 | 5 | 113 | 65 |
| Binary | 11100001 | 111011 | 101011 | 0 | 1001010 | 1010001 | 1100 | 101 | 1001011 | 110101 |
Color Harmonies of #E13B2B
Complementary color
Monochromatic Colors of #E13B2B
Black with #E13B2B
Text Example
Text Example
White with #E13B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B2B; }
p { color: rgb(225,59,43); }
H1.HeaderClassName
{
color: #E13B2B;
}
.AnyTagClassName
{
color: #E13B2B;
}
</style>
background-color css
<style>
a { background-color: #E13B2B; }
a { background-color: rgb(225,59,43); }
div.DivClassName
{
background-color: #E13B2B;
}
.BgClassName
{
background-color: #E13B2B;
}
</style>
border-color css
<style>
span { border-color: #E13B2B; }
span { border-color: rgb(225,59,43); }
td.TdClassName
{
border-color: #E13B2B;
}
.TagClassName
{
border-color: #E13B2B;
}
</style>