Shades of Cinnabar #E14D20
Tints of Cinnabar #E14D20
RGB
CMYK
RGB Variations
Color information
#E14D20 (or 0xE14D20) is known color: Cinnabar. HEX triplet: E1, 4D and 20. RGB value is (225,77,32). Sum of RGB (Red+Green+Blue) = 225+77+32=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D20 is #1EB2DF. Grayscale: #747474. Windows color (decimal): -2011872 or 2117089. OLE color: 2117089.
HSL color Cylindrical-coordinate representation of color #E14D20: hue angle of 13.99º 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 #E14D20 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 32 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.12 |
| HSL | 13.99º | 0.76% | 0.5% | - |
| HSV(B) | 13.99º | 0.86% | 0.88% | - |
| XYZ | 33.97 | 21.42 | 3.71 | - |
| YUV | 116.12 | 80.53 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 32 | 0 | 0.66 | 0.86 | 0.12 | 13.99 | 0.76 | 0.5 |
| Hex | E1 | 4D | 20 | 0 | 42 | 56 | C | E | 4C | 32 |
| Octal | 341 | 115 | 40 | 0 | 102 | 126 | 14 | 16 | 114 | 62 |
| Binary | 11100001 | 1001101 | 100000 | 0 | 1000010 | 1010110 | 1100 | 1110 | 1001100 | 110010 |
Color Harmonies of #E14D20
Complementary color
Monochromatic Colors of #E14D20
Black with #E14D20
Text Example
Text Example
White with #E14D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D20; }
p { color: rgb(225,77,32); }
H1.HeaderClassName
{
color: #E14D20;
}
.AnyTagClassName
{
color: #E14D20;
}
</style>
background-color css
<style>
a { background-color: #E14D20; }
a { background-color: rgb(225,77,32); }
div.DivClassName
{
background-color: #E14D20;
}
.BgClassName
{
background-color: #E14D20;
}
</style>
border-color css
<style>
span { border-color: #E14D20; }
span { border-color: rgb(225,77,32); }
td.TdClassName
{
border-color: #E14D20;
}
.TagClassName
{
border-color: #E14D20;
}
</style>