Shades of Cinnabar #E33F29
Tints of Cinnabar #E33F29
RGB
CMYK
RGB Variations
Color information
#E33F29 (or 0xE33F29) is known color: Cinnabar. HEX triplet: E3, 3F and 29. RGB value is (227,63,41). Sum of RGB (Red+Green+Blue) = 227+63+41=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33F29 is #1CC0D6. Grayscale: #6D6D6D. Windows color (decimal): -1884375 or 2703331. OLE color: 2703331.
HSL color Cylindrical-coordinate representation of color #E33F29: hue angle of 7.1º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E33F29 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 41 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.11 |
| HSL | 7.1º | 0.77% | 0.53% | - |
| HSV(B) | 7.1º | 0.82% | 0.89% | - |
| XYZ | 33.86 | 20.05 | 4.18 | - |
| YUV | 109.53 | 89.33 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 41 | 0 | 0.72 | 0.82 | 0.11 | 7.1 | 0.77 | 0.53 |
| Hex | E3 | 3F | 29 | 0 | 48 | 52 | B | 7 | 4D | 35 |
| Octal | 343 | 77 | 51 | 0 | 110 | 122 | 13 | 7 | 115 | 65 |
| Binary | 11100011 | 111111 | 101001 | 0 | 1001000 | 1010010 | 1011 | 111 | 1001101 | 110101 |
Color Harmonies of #E33F29
Complementary color
Monochromatic Colors of #E33F29
Black with #E33F29
Text Example
Text Example
White with #E33F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33F29; }
p { color: rgb(227,63,41); }
H1.HeaderClassName
{
color: #E33F29;
}
.AnyTagClassName
{
color: #E33F29;
}
</style>
background-color css
<style>
a { background-color: #E33F29; }
a { background-color: rgb(227,63,41); }
div.DivClassName
{
background-color: #E33F29;
}
.BgClassName
{
background-color: #E33F29;
}
</style>
border-color css
<style>
span { border-color: #E33F29; }
span { border-color: rgb(227,63,41); }
td.TdClassName
{
border-color: #E33F29;
}
.TagClassName
{
border-color: #E33F29;
}
</style>