Shades of Cinnabar #E33A28
Tints of Cinnabar #E33A28
RGB
CMYK
RGB Variations
Color information
#E33A28 (or 0xE33A28) is known color: Cinnabar. HEX triplet: E3, 3A and 28. RGB value is (227,58,40). Sum of RGB (Red+Green+Blue) = 227+58+40=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33A28 is #1CC5D7. Grayscale: #6A6A6A. Windows color (decimal): -1885656 or 2636515. OLE color: 2636515.
HSL color Cylindrical-coordinate representation of color #E33A28: hue angle of 5.78º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E33A28 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 40 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.11 |
| HSL | 5.78º | 0.77% | 0.52% | - |
| HSV(B) | 5.78º | 0.82% | 0.89% | - |
| XYZ | 33.57 | 19.51 | 4 | - |
| YUV | 106.48 | 90.49 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 40 | 0 | 0.74 | 0.82 | 0.11 | 5.78 | 0.77 | 0.52 |
| Hex | E3 | 3A | 28 | 0 | 4A | 52 | B | 6 | 4D | 34 |
| Octal | 343 | 72 | 50 | 0 | 112 | 122 | 13 | 6 | 115 | 64 |
| Binary | 11100011 | 111010 | 101000 | 0 | 1001010 | 1010010 | 1011 | 110 | 1001101 | 110100 |
Color Harmonies of #E33A28
Complementary color
Monochromatic Colors of #E33A28
Black with #E33A28
Text Example
Text Example
White with #E33A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33A28; }
p { color: rgb(227,58,40); }
H1.HeaderClassName
{
color: #E33A28;
}
.AnyTagClassName
{
color: #E33A28;
}
</style>
background-color css
<style>
a { background-color: #E33A28; }
a { background-color: rgb(227,58,40); }
div.DivClassName
{
background-color: #E33A28;
}
.BgClassName
{
background-color: #E33A28;
}
</style>
border-color css
<style>
span { border-color: #E33A28; }
span { border-color: rgb(227,58,40); }
td.TdClassName
{
border-color: #E33A28;
}
.TagClassName
{
border-color: #E33A28;
}
</style>