Shades of Cinnabar #E14932
Tints of Cinnabar #E14932
RGB
CMYK
RGB Variations
Color information
#E14932 (or 0xE14932) is known color: Cinnabar. HEX triplet: E1, 49 and 32. RGB value is (225,73,50). Sum of RGB (Red+Green+Blue) = 225+73+50=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E14932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14932 is #1EB6CD. Grayscale: #747474. Windows color (decimal): -2012878 or 3295713. OLE color: 3295713.
HSL color Cylindrical-coordinate representation of color #E14932: hue angle of 7.89º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E14932 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.12 |
| HSL | 7.89º | 0.74% | 0.54% | - |
| HSV(B) | 7.89º | 0.78% | 0.88% | - |
| XYZ | 34.01 | 21 | 5.28 | - |
| YUV | 115.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 50 | 0 | 0.68 | 0.78 | 0.12 | 7.89 | 0.74 | 0.54 |
| Hex | E1 | 49 | 32 | 0 | 44 | 4E | C | 8 | 4A | 36 |
| Octal | 341 | 111 | 62 | 0 | 104 | 116 | 14 | 10 | 112 | 66 |
| Binary | 11100001 | 1001001 | 110010 | 0 | 1000100 | 1001110 | 1100 | 1000 | 1001010 | 110110 |
Color Harmonies of #E14932
Complementary color
Monochromatic Colors of #E14932
Black with #E14932
Text Example
Text Example
White with #E14932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14932; }
p { color: rgb(225,73,50); }
H1.HeaderClassName
{
color: #E14932;
}
.AnyTagClassName
{
color: #E14932;
}
</style>
background-color css
<style>
a { background-color: #E14932; }
a { background-color: rgb(225,73,50); }
div.DivClassName
{
background-color: #E14932;
}
.BgClassName
{
background-color: #E14932;
}
</style>
border-color css
<style>
span { border-color: #E14932; }
span { border-color: rgb(225,73,50); }
td.TdClassName
{
border-color: #E14932;
}
.TagClassName
{
border-color: #E14932;
}
</style>