Shades of Cinnabar #E5412F
Tints of Cinnabar #E5412F
RGB
CMYK
RGB Variations
Color information
#E5412F (or 0xE5412F) is known color: Cinnabar. HEX triplet: E5, 41 and 2F. RGB value is (229,65,47). Sum of RGB (Red+Green+Blue) = 229+65+47=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5412F is #1ABED0. Grayscale: #707070. Windows color (decimal): -1752785 or 3097061. OLE color: 3097061.
HSL color Cylindrical-coordinate representation of color #E5412F: hue angle of 5.93º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5412F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 47 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.10 |
| HSL | 5.93º | 0.78% | 0.54% | - |
| HSV(B) | 5.93º | 0.79% | 0.9% | - |
| XYZ | 34.72 | 20.64 | 4.84 | - |
| YUV | 111.98 | 91.33 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 47 | 0 | 0.72 | 0.79 | 0.10 | 5.93 | 0.78 | 0.54 |
| Hex | E5 | 41 | 2F | 0 | 48 | 4F | A | 6 | 4E | 36 |
| Octal | 345 | 101 | 57 | 0 | 110 | 117 | 12 | 6 | 116 | 66 |
| Binary | 11100101 | 1000001 | 101111 | 0 | 1001000 | 1001111 | 1010 | 110 | 1001110 | 110110 |
Color Harmonies of #E5412F
Complementary color
Monochromatic Colors of #E5412F
Black with #E5412F
Text Example
Text Example
White with #E5412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5412F; }
p { color: rgb(229,65,47); }
H1.HeaderClassName
{
color: #E5412F;
}
.AnyTagClassName
{
color: #E5412F;
}
</style>
background-color css
<style>
a { background-color: #E5412F; }
a { background-color: rgb(229,65,47); }
div.DivClassName
{
background-color: #E5412F;
}
.BgClassName
{
background-color: #E5412F;
}
</style>
border-color css
<style>
span { border-color: #E5412F; }
span { border-color: rgb(229,65,47); }
td.TdClassName
{
border-color: #E5412F;
}
.TagClassName
{
border-color: #E5412F;
}
</style>