Shades of Cinnabar #E32F1E
Tints of Cinnabar #E32F1E
RGB
CMYK
RGB Variations
Color information
#E32F1E (or 0xE32F1E) is known color: Cinnabar. HEX triplet: E3, 2F and 1E. RGB value is (227,47,30). Sum of RGB (Red+Green+Blue) = 227+47+30=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F1E is #1CD0E1. Grayscale: #636363. Windows color (decimal): -1888482 or 1978339. OLE color: 1978339.
HSL color Cylindrical-coordinate representation of color #E32F1E: hue angle of 5.18º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E32F1E is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 30 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.11 |
| HSL | 5.18º | 0.78% | 0.5% | - |
| HSV(B) | 5.18º | 0.87% | 0.89% | - |
| XYZ | 32.93 | 18.46 | 3.06 | - |
| YUV | 98.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 30 | 0 | 0.79 | 0.87 | 0.11 | 5.18 | 0.78 | 0.5 |
| Hex | E3 | 2F | 1E | 0 | 4F | 57 | B | 5 | 4E | 32 |
| Octal | 343 | 57 | 36 | 0 | 117 | 127 | 13 | 5 | 116 | 62 |
| Binary | 11100011 | 101111 | 11110 | 0 | 1001111 | 1010111 | 1011 | 101 | 1001110 | 110010 |
Color Harmonies of #E32F1E
Complementary color
Monochromatic Colors of #E32F1E
Black with #E32F1E
Text Example
Text Example
White with #E32F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F1E; }
p { color: rgb(227,47,30); }
H1.HeaderClassName
{
color: #E32F1E;
}
.AnyTagClassName
{
color: #E32F1E;
}
</style>
background-color css
<style>
a { background-color: #E32F1E; }
a { background-color: rgb(227,47,30); }
div.DivClassName
{
background-color: #E32F1E;
}
.BgClassName
{
background-color: #E32F1E;
}
</style>
border-color css
<style>
span { border-color: #E32F1E; }
span { border-color: rgb(227,47,30); }
td.TdClassName
{
border-color: #E32F1E;
}
.TagClassName
{
border-color: #E32F1E;
}
</style>