Shades of Cinnabar #E1473A
Tints of Cinnabar #E1473A
RGB
CMYK
RGB Variations
Color information
#E1473A (or 0xE1473A) is known color: Cinnabar. HEX triplet: E1, 47 and 3A. RGB value is (225,71,58). Sum of RGB (Red+Green+Blue) = 225+71+58=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1473A is #1EB8C5. Grayscale: #737373. Windows color (decimal): -2013382 or 3819489. OLE color: 3819489.
HSL color Cylindrical-coordinate representation of color #E1473A: hue angle of 4.67º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1473A is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 58 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.12 |
| HSL | 4.67º | 0.74% | 0.55% | - |
| HSV(B) | 4.67º | 0.74% | 0.88% | - |
| XYZ | 34.07 | 20.82 | 6.23 | - |
| YUV | 115.56 | 95.52 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 58 | 0 | 0.68 | 0.74 | 0.12 | 4.67 | 0.74 | 0.55 |
| Hex | E1 | 47 | 3A | 0 | 44 | 4A | C | 5 | 4A | 37 |
| Octal | 341 | 107 | 72 | 0 | 104 | 112 | 14 | 5 | 112 | 67 |
| Binary | 11100001 | 1000111 | 111010 | 0 | 1000100 | 1001010 | 1100 | 101 | 1001010 | 110111 |
Color Harmonies of #E1473A
Complementary color
Monochromatic Colors of #E1473A
Black with #E1473A
Text Example
Text Example
White with #E1473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1473A; }
p { color: rgb(225,71,58); }
H1.HeaderClassName
{
color: #E1473A;
}
.AnyTagClassName
{
color: #E1473A;
}
</style>
background-color css
<style>
a { background-color: #E1473A; }
a { background-color: rgb(225,71,58); }
div.DivClassName
{
background-color: #E1473A;
}
.BgClassName
{
background-color: #E1473A;
}
</style>
border-color css
<style>
span { border-color: #E1473A; }
span { border-color: rgb(225,71,58); }
td.TdClassName
{
border-color: #E1473A;
}
.TagClassName
{
border-color: #E1473A;
}
</style>