Shades of Cinnabar #E7421A
Tints of Cinnabar #E7421A
RGB
CMYK
RGB Variations
Color information
#E7421A (or 0xE7421A) is known color: Cinnabar. HEX triplet: E7, 42 and 1A. RGB value is (231,66,26). Sum of RGB (Red+Green+Blue) = 231+66+26=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E7421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7421A is #18BDE5. Grayscale: #6F6F6F. Windows color (decimal): -1621478 or 1721063. OLE color: 1721063.
HSL color Cylindrical-coordinate representation of color #E7421A: hue angle of 11.71º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7421A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 26 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.09 |
| HSL | 11.71º | 0.81% | 0.5% | - |
| HSV(B) | 11.71º | 0.89% | 0.91% | - |
| XYZ | 35.09 | 20.96 | 3.17 | - |
| YUV | 110.78 | 80.16 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 26 | 0 | 0.71 | 0.89 | 0.09 | 11.71 | 0.81 | 0.5 |
| Hex | E7 | 42 | 1A | 0 | 47 | 59 | 9 | C | 51 | 32 |
| Octal | 347 | 102 | 32 | 0 | 107 | 131 | 11 | 14 | 121 | 62 |
| Binary | 11100111 | 1000010 | 11010 | 0 | 1000111 | 1011001 | 1001 | 1100 | 1010001 | 110010 |
Color Harmonies of #E7421A
Complementary color
Monochromatic Colors of #E7421A
Black with #E7421A
Text Example
Text Example
White with #E7421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7421A; }
p { color: rgb(231,66,26); }
H1.HeaderClassName
{
color: #E7421A;
}
.AnyTagClassName
{
color: #E7421A;
}
</style>
background-color css
<style>
a { background-color: #E7421A; }
a { background-color: rgb(231,66,26); }
div.DivClassName
{
background-color: #E7421A;
}
.BgClassName
{
background-color: #E7421A;
}
</style>
border-color css
<style>
span { border-color: #E7421A; }
span { border-color: rgb(231,66,26); }
td.TdClassName
{
border-color: #E7421A;
}
.TagClassName
{
border-color: #E7421A;
}
</style>