Shades of Cinnabar #E14A41
Tints of Cinnabar #E14A41
RGB
CMYK
RGB Variations
Color information
#E14A41 (or 0xE14A41) is known color: Cinnabar. HEX triplet: E1, 4A and 41. RGB value is (225,74,65). Sum of RGB (Red+Green+Blue) = 225+74+65=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A41 is #1EB5BE. Grayscale: #767676. Windows color (decimal): -2012607 or 4279009. OLE color: 4279009.
HSL color Cylindrical-coordinate representation of color #E14A41: hue angle of 3.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14A41 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 65 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.12 |
| HSL | 3.38º | 0.73% | 0.57% | - |
| HSV(B) | 3.38º | 0.71% | 0.88% | - |
| XYZ | 34.45 | 21.29 | 7.29 | - |
| YUV | 118.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 65 | 0 | 0.67 | 0.71 | 0.12 | 3.38 | 0.73 | 0.57 |
| Hex | E1 | 4A | 41 | 0 | 43 | 47 | C | 3 | 49 | 39 |
| Octal | 341 | 112 | 101 | 0 | 103 | 107 | 14 | 3 | 111 | 71 |
| Binary | 11100001 | 1001010 | 1000001 | 0 | 1000011 | 1000111 | 1100 | 11 | 1001001 | 111001 |
Color Harmonies of #E14A41
Complementary color
Monochromatic Colors of #E14A41
Black with #E14A41
Text Example
Text Example
White with #E14A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A41; }
p { color: rgb(225,74,65); }
H1.HeaderClassName
{
color: #E14A41;
}
.AnyTagClassName
{
color: #E14A41;
}
</style>
background-color css
<style>
a { background-color: #E14A41; }
a { background-color: rgb(225,74,65); }
div.DivClassName
{
background-color: #E14A41;
}
.BgClassName
{
background-color: #E14A41;
}
</style>
border-color css
<style>
span { border-color: #E14A41; }
span { border-color: rgb(225,74,65); }
td.TdClassName
{
border-color: #E14A41;
}
.TagClassName
{
border-color: #E14A41;
}
</style>