Shades of Cinnabar #E1402D
Tints of Cinnabar #E1402D
RGB
CMYK
RGB Variations
Color information
#E1402D (or 0xE1402D) is known color: Cinnabar. HEX triplet: E1, 40 and 2D. RGB value is (225,64,45). Sum of RGB (Red+Green+Blue) = 225+64+45=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1402D is #1EBFD2. Grayscale: #6E6E6E. Windows color (decimal): -2015187 or 2965729. OLE color: 2965729.
HSL color Cylindrical-coordinate representation of color #E1402D: hue angle of 6.33º 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 #E1402D is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 45 | - |
| CMYK | 0 | 0.72 | 0.8 | 0.12 |
| HSL | 6.33º | 0.75% | 0.53% | - |
| HSV(B) | 6.33º | 0.8% | 0.88% | - |
| XYZ | 33.36 | 19.86 | 4.56 | - |
| YUV | 109.97 | 91.34 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 45 | 0 | 0.72 | 0.8 | 0.12 | 6.33 | 0.75 | 0.53 |
| Hex | E1 | 40 | 2D | 0 | 48 | 50 | C | 6 | 4B | 35 |
| Octal | 341 | 100 | 55 | 0 | 110 | 120 | 14 | 6 | 113 | 65 |
| Binary | 11100001 | 1000000 | 101101 | 0 | 1001000 | 1010000 | 1100 | 110 | 1001011 | 110101 |
Color Harmonies of #E1402D
Complementary color
Monochromatic Colors of #E1402D
Black with #E1402D
Text Example
Text Example
White with #E1402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1402D; }
p { color: rgb(225,64,45); }
H1.HeaderClassName
{
color: #E1402D;
}
.AnyTagClassName
{
color: #E1402D;
}
</style>
background-color css
<style>
a { background-color: #E1402D; }
a { background-color: rgb(225,64,45); }
div.DivClassName
{
background-color: #E1402D;
}
.BgClassName
{
background-color: #E1402D;
}
</style>
border-color css
<style>
span { border-color: #E1402D; }
span { border-color: rgb(225,64,45); }
td.TdClassName
{
border-color: #E1402D;
}
.TagClassName
{
border-color: #E1402D;
}
</style>