Shades of Cinnabar #E32F2E
Tints of Cinnabar #E32F2E
RGB
CMYK
RGB Variations
Color information
#E32F2E (or 0xE32F2E) is known color: Cinnabar. HEX triplet: E3, 2F and 2E. RGB value is (227,47,46). Sum of RGB (Red+Green+Blue) = 227+47+46=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F2E is #1CD0D1. Grayscale: #646464. Windows color (decimal): -1888466 or 3026915. OLE color: 3026915.
HSL color Cylindrical-coordinate representation of color #E32F2E: hue angle of 0.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32F2E is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 46 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.11 |
| HSL | 0.33º | 0.76% | 0.54% | - |
| HSV(B) | 0.33º | 0.8% | 0.89% | - |
| XYZ | 33.19 | 18.56 | 4.42 | - |
| YUV | 100.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 46 | 0 | 0.79 | 0.80 | 0.11 | 0.33 | 0.76 | 0.54 |
| Hex | E3 | 2F | 2E | 0 | 4F | 50 | B | 0 | 4C | 36 |
| Octal | 343 | 57 | 56 | 0 | 117 | 120 | 13 | 0 | 114 | 66 |
| Binary | 11100011 | 101111 | 101110 | 0 | 1001111 | 1010000 | 1011 | 0 | 1001100 | 110110 |
Color Harmonies of #E32F2E
Complementary color
Monochromatic Colors of #E32F2E
Black with #E32F2E
Text Example
Text Example
White with #E32F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F2E; }
p { color: rgb(227,47,46); }
H1.HeaderClassName
{
color: #E32F2E;
}
.AnyTagClassName
{
color: #E32F2E;
}
</style>
background-color css
<style>
a { background-color: #E32F2E; }
a { background-color: rgb(227,47,46); }
div.DivClassName
{
background-color: #E32F2E;
}
.BgClassName
{
background-color: #E32F2E;
}
</style>
border-color css
<style>
span { border-color: #E32F2E; }
span { border-color: rgb(227,47,46); }
td.TdClassName
{
border-color: #E32F2E;
}
.TagClassName
{
border-color: #E32F2E;
}
</style>