Shades of Cinnabar #E14C30
Tints of Cinnabar #E14C30
RGB
CMYK
RGB Variations
Color information
#E14C30 (or 0xE14C30) is known color: Cinnabar. HEX triplet: E1, 4C and 30. RGB value is (225,76,48). Sum of RGB (Red+Green+Blue) = 225+76+48=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C30 is #1EB3CF. Grayscale: #757575. Windows color (decimal): -2012112 or 3165409. OLE color: 3165409.
HSL color Cylindrical-coordinate representation of color #E14C30: hue angle of 9.49º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E14C30 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 48 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.12 |
| HSL | 9.49º | 0.75% | 0.54% | - |
| HSV(B) | 9.49º | 0.79% | 0.88% | - |
| XYZ | 34.17 | 21.39 | 5.12 | - |
| YUV | 117.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 48 | 0 | 0.66 | 0.79 | 0.12 | 9.49 | 0.75 | 0.54 |
| Hex | E1 | 4C | 30 | 0 | 42 | 4F | C | 9 | 4B | 36 |
| Octal | 341 | 114 | 60 | 0 | 102 | 117 | 14 | 11 | 113 | 66 |
| Binary | 11100001 | 1001100 | 110000 | 0 | 1000010 | 1001111 | 1100 | 1001 | 1001011 | 110110 |
Color Harmonies of #E14C30
Complementary color
Monochromatic Colors of #E14C30
Black with #E14C30
Text Example
Text Example
White with #E14C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C30; }
p { color: rgb(225,76,48); }
H1.HeaderClassName
{
color: #E14C30;
}
.AnyTagClassName
{
color: #E14C30;
}
</style>
background-color css
<style>
a { background-color: #E14C30; }
a { background-color: rgb(225,76,48); }
div.DivClassName
{
background-color: #E14C30;
}
.BgClassName
{
background-color: #E14C30;
}
</style>
border-color css
<style>
span { border-color: #E14C30; }
span { border-color: rgb(225,76,48); }
td.TdClassName
{
border-color: #E14C30;
}
.TagClassName
{
border-color: #E14C30;
}
</style>