Shades of Cinnabar #E1423F
Tints of Cinnabar #E1423F
RGB
CMYK
RGB Variations
Color information
#E1423F (or 0xE1423F) is known color: Cinnabar. HEX triplet: E1, 42 and 3F. RGB value is (225,66,63). Sum of RGB (Red+Green+Blue) = 225+66+63=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1423F is #1EBDC0. Grayscale: #717171. Windows color (decimal): -2014657 or 4145889. OLE color: 4145889.
HSL color Cylindrical-coordinate representation of color #E1423F: hue angle of 1.11º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1423F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 63 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.12 |
| HSL | 1.11º | 0.73% | 0.56% | - |
| HSV(B) | 1.11º | 0.72% | 0.88% | - |
| XYZ | 33.9 | 20.26 | 6.83 | - |
| YUV | 113.2 | 99.68 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 63 | 0 | 0.71 | 0.72 | 0.12 | 1.11 | 0.73 | 0.56 |
| Hex | E1 | 42 | 3F | 0 | 47 | 48 | C | 1 | 49 | 38 |
| Octal | 341 | 102 | 77 | 0 | 107 | 110 | 14 | 1 | 111 | 70 |
| Binary | 11100001 | 1000010 | 111111 | 0 | 1000111 | 1001000 | 1100 | 1 | 1001001 | 111000 |
Color Harmonies of #E1423F
Complementary color
Monochromatic Colors of #E1423F
Black with #E1423F
Text Example
Text Example
White with #E1423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1423F; }
p { color: rgb(225,66,63); }
H1.HeaderClassName
{
color: #E1423F;
}
.AnyTagClassName
{
color: #E1423F;
}
</style>
background-color css
<style>
a { background-color: #E1423F; }
a { background-color: rgb(225,66,63); }
div.DivClassName
{
background-color: #E1423F;
}
.BgClassName
{
background-color: #E1423F;
}
</style>
border-color css
<style>
span { border-color: #E1423F; }
span { border-color: rgb(225,66,63); }
td.TdClassName
{
border-color: #E1423F;
}
.TagClassName
{
border-color: #E1423F;
}
</style>