Shades of Cinnabar #E14A32
Tints of Cinnabar #E14A32
RGB
CMYK
RGB Variations
Color information
#E14A32 (or 0xE14A32) is known color: Cinnabar. HEX triplet: E1, 4A and 32. RGB value is (225,74,50). Sum of RGB (Red+Green+Blue) = 225+74+50=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A32 is #1EB5CD. Grayscale: #747474. Windows color (decimal): -2012622 or 3295969. OLE color: 3295969.
HSL color Cylindrical-coordinate representation of color #E14A32: hue angle of 8.23º 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 #E14A32 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 50 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.12 |
| HSL | 8.23º | 0.74% | 0.54% | - |
| HSV(B) | 8.23º | 0.78% | 0.88% | - |
| XYZ | 34.08 | 21.14 | 5.3 | - |
| YUV | 116.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 50 | 0 | 0.67 | 0.78 | 0.12 | 8.23 | 0.74 | 0.54 |
| Hex | E1 | 4A | 32 | 0 | 43 | 4E | C | 8 | 4A | 36 |
| Octal | 341 | 112 | 62 | 0 | 103 | 116 | 14 | 10 | 112 | 66 |
| Binary | 11100001 | 1001010 | 110010 | 0 | 1000011 | 1001110 | 1100 | 1000 | 1001010 | 110110 |
Color Harmonies of #E14A32
Complementary color
Monochromatic Colors of #E14A32
Black with #E14A32
Text Example
Text Example
White with #E14A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A32; }
p { color: rgb(225,74,50); }
H1.HeaderClassName
{
color: #E14A32;
}
.AnyTagClassName
{
color: #E14A32;
}
</style>
background-color css
<style>
a { background-color: #E14A32; }
a { background-color: rgb(225,74,50); }
div.DivClassName
{
background-color: #E14A32;
}
.BgClassName
{
background-color: #E14A32;
}
</style>
border-color css
<style>
span { border-color: #E14A32; }
span { border-color: rgb(225,74,50); }
td.TdClassName
{
border-color: #E14A32;
}
.TagClassName
{
border-color: #E14A32;
}
</style>