Shades of Cinnabar #E33F1D
Tints of Cinnabar #E33F1D
RGB
CMYK
RGB Variations
Color information
#E33F1D (or 0xE33F1D) is known color: Cinnabar. HEX triplet: E3, 3F and 1D. RGB value is (227,63,29). Sum of RGB (Red+Green+Blue) = 227+63+29=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33F1D is #1CC0E2. Grayscale: #6C6C6C. Windows color (decimal): -1884387 or 1916899. OLE color: 1916899.
HSL color Cylindrical-coordinate representation of color #E33F1D: hue angle of 10.3º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E33F1D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 29 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.11 |
| HSL | 10.3º | 0.78% | 0.5% | - |
| HSV(B) | 10.3º | 0.87% | 0.89% | - |
| XYZ | 33.68 | 19.97 | 3.24 | - |
| YUV | 108.16 | 83.33 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 29 | 0 | 0.72 | 0.87 | 0.11 | 10.3 | 0.78 | 0.5 |
| Hex | E3 | 3F | 1D | 0 | 48 | 57 | B | A | 4E | 32 |
| Octal | 343 | 77 | 35 | 0 | 110 | 127 | 13 | 12 | 116 | 62 |
| Binary | 11100011 | 111111 | 11101 | 0 | 1001000 | 1010111 | 1011 | 1010 | 1001110 | 110010 |
Color Harmonies of #E33F1D
Complementary color
Monochromatic Colors of #E33F1D
Black with #E33F1D
Text Example
Text Example
White with #E33F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33F1D; }
p { color: rgb(227,63,29); }
H1.HeaderClassName
{
color: #E33F1D;
}
.AnyTagClassName
{
color: #E33F1D;
}
</style>
background-color css
<style>
a { background-color: #E33F1D; }
a { background-color: rgb(227,63,29); }
div.DivClassName
{
background-color: #E33F1D;
}
.BgClassName
{
background-color: #E33F1D;
}
</style>
border-color css
<style>
span { border-color: #E33F1D; }
span { border-color: rgb(227,63,29); }
td.TdClassName
{
border-color: #E33F1D;
}
.TagClassName
{
border-color: #E33F1D;
}
</style>