Shades of Cinnabar #E3442F
Tints of Cinnabar #E3442F
RGB
CMYK
RGB Variations
Color information
#E3442F (or 0xE3442F) is known color: Cinnabar. HEX triplet: E3, 44 and 2F. RGB value is (227,68,47). Sum of RGB (Red+Green+Blue) = 227+68+47=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3442F is #1CBBD0. Grayscale: #717171. Windows color (decimal): -1883089 or 3097827. OLE color: 3097827.
HSL color Cylindrical-coordinate representation of color #E3442F: hue angle of 7º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3442F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.11 |
| HSL | 7º | 0.76% | 0.54% | - |
| HSV(B) | 7º | 0.79% | 0.89% | - |
| XYZ | 34.26 | 20.67 | 4.87 | - |
| YUV | 113.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 47 | 0 | 0.70 | 0.79 | 0.11 | 7 | 0.76 | 0.54 |
| Hex | E3 | 44 | 2F | 0 | 46 | 4F | B | 7 | 4C | 36 |
| Octal | 343 | 104 | 57 | 0 | 106 | 117 | 13 | 7 | 114 | 66 |
| Binary | 11100011 | 1000100 | 101111 | 0 | 1000110 | 1001111 | 1011 | 111 | 1001100 | 110110 |
Color Harmonies of #E3442F
Complementary color
Monochromatic Colors of #E3442F
Black with #E3442F
Text Example
Text Example
White with #E3442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3442F; }
p { color: rgb(227,68,47); }
H1.HeaderClassName
{
color: #E3442F;
}
.AnyTagClassName
{
color: #E3442F;
}
</style>
background-color css
<style>
a { background-color: #E3442F; }
a { background-color: rgb(227,68,47); }
div.DivClassName
{
background-color: #E3442F;
}
.BgClassName
{
background-color: #E3442F;
}
</style>
border-color css
<style>
span { border-color: #E3442F; }
span { border-color: rgb(227,68,47); }
td.TdClassName
{
border-color: #E3442F;
}
.TagClassName
{
border-color: #E3442F;
}
</style>