Shades of Cinnabar #E14B2D
Tints of Cinnabar #E14B2D
RGB
CMYK
RGB Variations
Color information
#E14B2D (or 0xE14B2D) is known color: Cinnabar. HEX triplet: E1, 4B and 2D. RGB value is (225,75,45). Sum of RGB (Red+Green+Blue) = 225+75+45=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14B2D is #1EB4D2. Grayscale: #747474. Windows color (decimal): -2012371 or 2968545. OLE color: 2968545.
HSL color Cylindrical-coordinate representation of color #E14B2D: hue angle of 10º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E14B2D is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 45 | - |
| CMYK | 0 | 0.67 | 0.8 | 0.12 |
| HSL | 10º | 0.75% | 0.53% | - |
| HSV(B) | 10º | 0.8% | 0.88% | - |
| XYZ | 34.04 | 21.23 | 4.79 | - |
| YUV | 116.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 45 | 0 | 0.67 | 0.8 | 0.12 | 10 | 0.75 | 0.53 |
| Hex | E1 | 4B | 2D | 0 | 43 | 50 | C | A | 4B | 35 |
| Octal | 341 | 113 | 55 | 0 | 103 | 120 | 14 | 12 | 113 | 65 |
| Binary | 11100001 | 1001011 | 101101 | 0 | 1000011 | 1010000 | 1100 | 1010 | 1001011 | 110101 |
Color Harmonies of #E14B2D
Complementary color
Monochromatic Colors of #E14B2D
Black with #E14B2D
Text Example
Text Example
White with #E14B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B2D; }
p { color: rgb(225,75,45); }
H1.HeaderClassName
{
color: #E14B2D;
}
.AnyTagClassName
{
color: #E14B2D;
}
</style>
background-color css
<style>
a { background-color: #E14B2D; }
a { background-color: rgb(225,75,45); }
div.DivClassName
{
background-color: #E14B2D;
}
.BgClassName
{
background-color: #E14B2D;
}
</style>
border-color css
<style>
span { border-color: #E14B2D; }
span { border-color: rgb(225,75,45); }
td.TdClassName
{
border-color: #E14B2D;
}
.TagClassName
{
border-color: #E14B2D;
}
</style>