Shades of Cinnabar #E14A1A
Tints of Cinnabar #E14A1A
RGB
CMYK
RGB Variations
Color information
#E14A1A (or 0xE14A1A) is known color: Cinnabar. HEX triplet: E1, 4A and 1A. RGB value is (225,74,26). Sum of RGB (Red+Green+Blue) = 225+74+26=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A1A is #1EB5E5. Grayscale: #727272. Windows color (decimal): -2012646 or 1723105. OLE color: 1723105.
HSL color Cylindrical-coordinate representation of color #E14A1A: hue angle of 14.47º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E14A1A is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 26 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.12 |
| HSL | 14.47º | 0.79% | 0.49% | - |
| HSV(B) | 14.47º | 0.88% | 0.88% | - |
| XYZ | 33.69 | 20.98 | 3.25 | - |
| YUV | 113.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 26 | 0 | 0.67 | 0.88 | 0.12 | 14.47 | 0.79 | 0.49 |
| Hex | E1 | 4A | 1A | 0 | 43 | 58 | C | E | 4F | 31 |
| Octal | 341 | 112 | 32 | 0 | 103 | 130 | 14 | 16 | 117 | 61 |
| Binary | 11100001 | 1001010 | 11010 | 0 | 1000011 | 1011000 | 1100 | 1110 | 1001111 | 110001 |
Color Harmonies of #E14A1A
Complementary color
Monochromatic Colors of #E14A1A
Black with #E14A1A
Text Example
Text Example
White with #E14A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A1A; }
p { color: rgb(225,74,26); }
H1.HeaderClassName
{
color: #E14A1A;
}
.AnyTagClassName
{
color: #E14A1A;
}
</style>
background-color css
<style>
a { background-color: #E14A1A; }
a { background-color: rgb(225,74,26); }
div.DivClassName
{
background-color: #E14A1A;
}
.BgClassName
{
background-color: #E14A1A;
}
</style>
border-color css
<style>
span { border-color: #E14A1A; }
span { border-color: rgb(225,74,26); }
td.TdClassName
{
border-color: #E14A1A;
}
.TagClassName
{
border-color: #E14A1A;
}
</style>