Shades of Cinnabar #E32F1F
Tints of Cinnabar #E32F1F
RGB
CMYK
RGB Variations
Color information
#E32F1F (or 0xE32F1F) is known color: Cinnabar. HEX triplet: E3, 2F and 1F. RGB value is (227,47,31). Sum of RGB (Red+Green+Blue) = 227+47+31=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F1F is #1CD0E0. Grayscale: #636363. Windows color (decimal): -1888481 or 2043875. OLE color: 2043875.
HSL color Cylindrical-coordinate representation of color #E32F1F: hue angle of 4.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32F1F is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 31 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.11 |
| HSL | 4.9º | 0.78% | 0.51% | - |
| HSV(B) | 4.9º | 0.86% | 0.89% | - |
| XYZ | 32.94 | 18.46 | 3.12 | - |
| YUV | 99 | 89.63 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 31 | 0 | 0.79 | 0.86 | 0.11 | 4.9 | 0.78 | 0.51 |
| Hex | E3 | 2F | 1F | 0 | 4F | 56 | B | 5 | 4E | 33 |
| Octal | 343 | 57 | 37 | 0 | 117 | 126 | 13 | 5 | 116 | 63 |
| Binary | 11100011 | 101111 | 11111 | 0 | 1001111 | 1010110 | 1011 | 101 | 1001110 | 110011 |
Color Harmonies of #E32F1F
Complementary color
Monochromatic Colors of #E32F1F
Black with #E32F1F
Text Example
Text Example
White with #E32F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F1F; }
p { color: rgb(227,47,31); }
H1.HeaderClassName
{
color: #E32F1F;
}
.AnyTagClassName
{
color: #E32F1F;
}
</style>
background-color css
<style>
a { background-color: #E32F1F; }
a { background-color: rgb(227,47,31); }
div.DivClassName
{
background-color: #E32F1F;
}
.BgClassName
{
background-color: #E32F1F;
}
</style>
border-color css
<style>
span { border-color: #E32F1F; }
span { border-color: rgb(227,47,31); }
td.TdClassName
{
border-color: #E32F1F;
}
.TagClassName
{
border-color: #E32F1F;
}
</style>