Shades of Cinnabar #E14D21
Tints of Cinnabar #E14D21
RGB
CMYK
RGB Variations
Color information
#E14D21 (or 0xE14D21) is known color: Cinnabar. HEX triplet: E1, 4D and 21. RGB value is (225,77,33). Sum of RGB (Red+Green+Blue) = 225+77+33=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D21 is #1EB2DE. Grayscale: #747474. Windows color (decimal): -2011871 or 2182625. OLE color: 2182625.
HSL color Cylindrical-coordinate representation of color #E14D21: hue angle of 13.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E14D21 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 33 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.12 |
| HSL | 13.75º | 0.76% | 0.51% | - |
| HSV(B) | 13.75º | 0.85% | 0.88% | - |
| XYZ | 33.98 | 21.43 | 3.78 | - |
| YUV | 116.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 33 | 0 | 0.66 | 0.85 | 0.12 | 13.75 | 0.76 | 0.51 |
| Hex | E1 | 4D | 21 | 0 | 42 | 55 | C | E | 4C | 33 |
| Octal | 341 | 115 | 41 | 0 | 102 | 125 | 14 | 16 | 114 | 63 |
| Binary | 11100001 | 1001101 | 100001 | 0 | 1000010 | 1010101 | 1100 | 1110 | 1001100 | 110011 |
Color Harmonies of #E14D21
Complementary color
Monochromatic Colors of #E14D21
Black with #E14D21
Text Example
Text Example
White with #E14D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D21; }
p { color: rgb(225,77,33); }
H1.HeaderClassName
{
color: #E14D21;
}
.AnyTagClassName
{
color: #E14D21;
}
</style>
background-color css
<style>
a { background-color: #E14D21; }
a { background-color: rgb(225,77,33); }
div.DivClassName
{
background-color: #E14D21;
}
.BgClassName
{
background-color: #E14D21;
}
</style>
border-color css
<style>
span { border-color: #E14D21; }
span { border-color: rgb(225,77,33); }
td.TdClassName
{
border-color: #E14D21;
}
.TagClassName
{
border-color: #E14D21;
}
</style>