Shades of Cinnabar #E14A20
Tints of Cinnabar #E14A20
RGB
CMYK
RGB Variations
Color information
#E14A20 (or 0xE14A20) is known color: Cinnabar. HEX triplet: E1, 4A and 20. RGB value is (225,74,32). Sum of RGB (Red+Green+Blue) = 225+74+32=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A20 is #1EB5DF. Grayscale: #727272. Windows color (decimal): -2012640 or 2116321. OLE color: 2116321.
HSL color Cylindrical-coordinate representation of color #E14A20: hue angle of 13.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E14A20 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 32 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.12 |
| HSL | 13.06º | 0.76% | 0.5% | - |
| HSV(B) | 13.06º | 0.86% | 0.88% | - |
| XYZ | 33.76 | 21.01 | 3.64 | - |
| YUV | 114.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 32 | 0 | 0.67 | 0.86 | 0.12 | 13.06 | 0.76 | 0.5 |
| Hex | E1 | 4A | 20 | 0 | 43 | 56 | C | D | 4C | 32 |
| Octal | 341 | 112 | 40 | 0 | 103 | 126 | 14 | 15 | 114 | 62 |
| Binary | 11100001 | 1001010 | 100000 | 0 | 1000011 | 1010110 | 1100 | 1101 | 1001100 | 110010 |
Color Harmonies of #E14A20
Complementary color
Monochromatic Colors of #E14A20
Black with #E14A20
Text Example
Text Example
White with #E14A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A20; }
p { color: rgb(225,74,32); }
H1.HeaderClassName
{
color: #E14A20;
}
.AnyTagClassName
{
color: #E14A20;
}
</style>
background-color css
<style>
a { background-color: #E14A20; }
a { background-color: rgb(225,74,32); }
div.DivClassName
{
background-color: #E14A20;
}
.BgClassName
{
background-color: #E14A20;
}
</style>
border-color css
<style>
span { border-color: #E14A20; }
span { border-color: rgb(225,74,32); }
td.TdClassName
{
border-color: #E14A20;
}
.TagClassName
{
border-color: #E14A20;
}
</style>