Shades of Cinnabar #E1423C
Tints of Cinnabar #E1423C
RGB
CMYK
RGB Variations
Color information
#E1423C (or 0xE1423C) is known color: Cinnabar. HEX triplet: E1, 42 and 3C. RGB value is (225,66,60). Sum of RGB (Red+Green+Blue) = 225+66+60=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1423C is #1EBDC3. Grayscale: #717171. Windows color (decimal): -2014660 or 3949281. OLE color: 3949281.
HSL color Cylindrical-coordinate representation of color #E1423C: hue angle of 2.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1423C is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 60 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.12 |
| HSL | 2.18º | 0.73% | 0.56% | - |
| HSV(B) | 2.18º | 0.73% | 0.88% | - |
| XYZ | 33.82 | 20.23 | 6.4 | - |
| YUV | 112.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 60 | 0 | 0.71 | 0.73 | 0.12 | 2.18 | 0.73 | 0.56 |
| Hex | E1 | 42 | 3C | 0 | 47 | 49 | C | 2 | 49 | 38 |
| Octal | 341 | 102 | 74 | 0 | 107 | 111 | 14 | 2 | 111 | 70 |
| Binary | 11100001 | 1000010 | 111100 | 0 | 1000111 | 1001001 | 1100 | 10 | 1001001 | 111000 |
Color Harmonies of #E1423C
Complementary color
Monochromatic Colors of #E1423C
Black with #E1423C
Text Example
Text Example
White with #E1423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1423C; }
p { color: rgb(225,66,60); }
H1.HeaderClassName
{
color: #E1423C;
}
.AnyTagClassName
{
color: #E1423C;
}
</style>
background-color css
<style>
a { background-color: #E1423C; }
a { background-color: rgb(225,66,60); }
div.DivClassName
{
background-color: #E1423C;
}
.BgClassName
{
background-color: #E1423C;
}
</style>
border-color css
<style>
span { border-color: #E1423C; }
span { border-color: rgb(225,66,60); }
td.TdClassName
{
border-color: #E1423C;
}
.TagClassName
{
border-color: #E1423C;
}
</style>