Shades of Cinnabar #E13A35
Tints of Cinnabar #E13A35
RGB
CMYK
RGB Variations
Color information
#E13A35 (or 0xE13A35) is known color: Cinnabar. HEX triplet: E1, 3A and 35. RGB value is (225,58,53). Sum of RGB (Red+Green+Blue) = 225+58+53=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A35 is #1EC5CA. Grayscale: #6B6B6B. Windows color (decimal): -2016715 or 3488481. OLE color: 3488481.
HSL color Cylindrical-coordinate representation of color #E13A35: hue angle of 1.74º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13A35 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 53 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.12 |
| HSL | 1.74º | 0.74% | 0.55% | - |
| HSV(B) | 1.74º | 0.76% | 0.88% | - |
| XYZ | 33.21 | 19.29 | 5.34 | - |
| YUV | 107.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 53 | 0 | 0.74 | 0.76 | 0.12 | 1.74 | 0.74 | 0.55 |
| Hex | E1 | 3A | 35 | 0 | 4A | 4C | C | 2 | 4A | 37 |
| Octal | 341 | 72 | 65 | 0 | 112 | 114 | 14 | 2 | 112 | 67 |
| Binary | 11100001 | 111010 | 110101 | 0 | 1001010 | 1001100 | 1100 | 10 | 1001010 | 110111 |
Color Harmonies of #E13A35
Complementary color
Monochromatic Colors of #E13A35
Black with #E13A35
Text Example
Text Example
White with #E13A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A35; }
p { color: rgb(225,58,53); }
H1.HeaderClassName
{
color: #E13A35;
}
.AnyTagClassName
{
color: #E13A35;
}
</style>
background-color css
<style>
a { background-color: #E13A35; }
a { background-color: rgb(225,58,53); }
div.DivClassName
{
background-color: #E13A35;
}
.BgClassName
{
background-color: #E13A35;
}
</style>
border-color css
<style>
span { border-color: #E13A35; }
span { border-color: rgb(225,58,53); }
td.TdClassName
{
border-color: #E13A35;
}
.TagClassName
{
border-color: #E13A35;
}
</style>