Shades of Cinnabar #E33B29
Tints of Cinnabar #E33B29
RGB
CMYK
RGB Variations
Color information
#E33B29 (or 0xE33B29) is known color: Cinnabar. HEX triplet: E3, 3B and 29. RGB value is (227,59,41). Sum of RGB (Red+Green+Blue) = 227+59+41=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E33B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33B29 is #1CC4D6. Grayscale: #6B6B6B. Windows color (decimal): -1885399 or 2702307. OLE color: 2702307.
HSL color Cylindrical-coordinate representation of color #E33B29: hue angle of 5.81º 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 #E33B29 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 59 | 41 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.11 |
| HSL | 5.81º | 0.77% | 0.53% | - |
| HSV(B) | 5.81º | 0.82% | 0.89% | - |
| XYZ | 33.64 | 19.62 | 4.11 | - |
| YUV | 107.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 59 | 41 | 0 | 0.74 | 0.82 | 0.11 | 5.81 | 0.77 | 0.53 |
| Hex | E3 | 3B | 29 | 0 | 4A | 52 | B | 6 | 4D | 35 |
| Octal | 343 | 73 | 51 | 0 | 112 | 122 | 13 | 6 | 115 | 65 |
| Binary | 11100011 | 111011 | 101001 | 0 | 1001010 | 1010010 | 1011 | 110 | 1001101 | 110101 |
Color Harmonies of #E33B29
Complementary color
Monochromatic Colors of #E33B29
Black with #E33B29
Text Example
Text Example
White with #E33B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33B29; }
p { color: rgb(227,59,41); }
H1.HeaderClassName
{
color: #E33B29;
}
.AnyTagClassName
{
color: #E33B29;
}
</style>
background-color css
<style>
a { background-color: #E33B29; }
a { background-color: rgb(227,59,41); }
div.DivClassName
{
background-color: #E33B29;
}
.BgClassName
{
background-color: #E33B29;
}
</style>
border-color css
<style>
span { border-color: #E33B29; }
span { border-color: rgb(227,59,41); }
td.TdClassName
{
border-color: #E33B29;
}
.TagClassName
{
border-color: #E33B29;
}
</style>