Shades of Cinnabar #E1402A
Tints of Cinnabar #E1402A
RGB
CMYK
RGB Variations
Color information
#E1402A (or 0xE1402A) is known color: Cinnabar. HEX triplet: E1, 40 and 2A. RGB value is (225,64,42). Sum of RGB (Red+Green+Blue) = 225+64+42=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E1402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1402A is #1EBFD5. Grayscale: #6D6D6D. Windows color (decimal): -2015190 or 2769121. OLE color: 2769121.
HSL color Cylindrical-coordinate representation of color #E1402A: hue angle of 7.21º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1402A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 42 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.12 |
| HSL | 7.21º | 0.75% | 0.52% | - |
| HSV(B) | 7.21º | 0.81% | 0.88% | - |
| XYZ | 33.3 | 19.84 | 4.27 | - |
| YUV | 109.63 | 89.84 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 42 | 0 | 0.72 | 0.81 | 0.12 | 7.21 | 0.75 | 0.52 |
| Hex | E1 | 40 | 2A | 0 | 48 | 51 | C | 7 | 4B | 34 |
| Octal | 341 | 100 | 52 | 0 | 110 | 121 | 14 | 7 | 113 | 64 |
| Binary | 11100001 | 1000000 | 101010 | 0 | 1001000 | 1010001 | 1100 | 111 | 1001011 | 110100 |
Color Harmonies of #E1402A
Complementary color
Monochromatic Colors of #E1402A
Black with #E1402A
Text Example
Text Example
White with #E1402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1402A; }
p { color: rgb(225,64,42); }
H1.HeaderClassName
{
color: #E1402A;
}
.AnyTagClassName
{
color: #E1402A;
}
</style>
background-color css
<style>
a { background-color: #E1402A; }
a { background-color: rgb(225,64,42); }
div.DivClassName
{
background-color: #E1402A;
}
.BgClassName
{
background-color: #E1402A;
}
</style>
border-color css
<style>
span { border-color: #E1402A; }
span { border-color: rgb(225,64,42); }
td.TdClassName
{
border-color: #E1402A;
}
.TagClassName
{
border-color: #E1402A;
}
</style>