Shades of Cinnabar #E13B28
Tints of Cinnabar #E13B28
RGB
CMYK
RGB Variations
Color information
#E13B28 (or 0xE13B28) is known color: Cinnabar. HEX triplet: E1, 3B and 28. RGB value is (225,59,40). Sum of RGB (Red+Green+Blue) = 225+59+40=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B28 is #1EC4D7. Grayscale: #6A6A6A. Windows color (decimal): -2016472 or 2636769. OLE color: 2636769.
HSL color Cylindrical-coordinate representation of color #E13B28: hue angle of 6.16º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E13B28 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 40 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.12 |
| HSL | 6.16º | 0.76% | 0.52% | - |
| HSV(B) | 6.16º | 0.82% | 0.88% | - |
| XYZ | 33 | 19.29 | 3.99 | - |
| YUV | 106.47 | 90.5 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 40 | 0 | 0.74 | 0.82 | 0.12 | 6.16 | 0.76 | 0.52 |
| Hex | E1 | 3B | 28 | 0 | 4A | 52 | C | 6 | 4C | 34 |
| Octal | 341 | 73 | 50 | 0 | 112 | 122 | 14 | 6 | 114 | 64 |
| Binary | 11100001 | 111011 | 101000 | 0 | 1001010 | 1010010 | 1100 | 110 | 1001100 | 110100 |
Color Harmonies of #E13B28
Complementary color
Monochromatic Colors of #E13B28
Black with #E13B28
Text Example
Text Example
White with #E13B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B28; }
p { color: rgb(225,59,40); }
H1.HeaderClassName
{
color: #E13B28;
}
.AnyTagClassName
{
color: #E13B28;
}
</style>
background-color css
<style>
a { background-color: #E13B28; }
a { background-color: rgb(225,59,40); }
div.DivClassName
{
background-color: #E13B28;
}
.BgClassName
{
background-color: #E13B28;
}
</style>
border-color css
<style>
span { border-color: #E13B28; }
span { border-color: rgb(225,59,40); }
td.TdClassName
{
border-color: #E13B28;
}
.TagClassName
{
border-color: #E13B28;
}
</style>