Shades of Cinnabar #E33F26
Tints of Cinnabar #E33F26
RGB
CMYK
RGB Variations
Color information
#E33F26 (or 0xE33F26) is known color: Cinnabar. HEX triplet: E3, 3F and 26. RGB value is (227,63,38). Sum of RGB (Red+Green+Blue) = 227+63+38=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33F26 is #1CC0D9. Grayscale: #6D6D6D. Windows color (decimal): -1884378 or 2506723. OLE color: 2506723.
HSL color Cylindrical-coordinate representation of color #E33F26: hue angle of 7.94º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E33F26 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 38 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.11 |
| HSL | 7.94º | 0.77% | 0.52% | - |
| HSV(B) | 7.94º | 0.83% | 0.89% | - |
| XYZ | 33.81 | 20.03 | 3.92 | - |
| YUV | 109.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 38 | 0 | 0.72 | 0.83 | 0.11 | 7.94 | 0.77 | 0.52 |
| Hex | E3 | 3F | 26 | 0 | 48 | 53 | B | 8 | 4D | 34 |
| Octal | 343 | 77 | 46 | 0 | 110 | 123 | 13 | 10 | 115 | 64 |
| Binary | 11100011 | 111111 | 100110 | 0 | 1001000 | 1010011 | 1011 | 1000 | 1001101 | 110100 |
Color Harmonies of #E33F26
Complementary color
Monochromatic Colors of #E33F26
Black with #E33F26
Text Example
Text Example
White with #E33F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33F26; }
p { color: rgb(227,63,38); }
H1.HeaderClassName
{
color: #E33F26;
}
.AnyTagClassName
{
color: #E33F26;
}
</style>
background-color css
<style>
a { background-color: #E33F26; }
a { background-color: rgb(227,63,38); }
div.DivClassName
{
background-color: #E33F26;
}
.BgClassName
{
background-color: #E33F26;
}
</style>
border-color css
<style>
span { border-color: #E33F26; }
span { border-color: rgb(227,63,38); }
td.TdClassName
{
border-color: #E33F26;
}
.TagClassName
{
border-color: #E33F26;
}
</style>