Shades of Cinnabar #E33C1D
Tints of Cinnabar #E33C1D
RGB
CMYK
RGB Variations
Color information
#E33C1D (or 0xE33C1D) is known color: Cinnabar. HEX triplet: E3, 3C and 1D. RGB value is (227,60,29). Sum of RGB (Red+Green+Blue) = 227+60+29=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33C1D is #1CC3E2. Grayscale: #6A6A6A. Windows color (decimal): -1885155 or 1916131. OLE color: 1916131.
HSL color Cylindrical-coordinate representation of color #E33C1D: hue angle of 9.39º 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 #E33C1D is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 29 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.11 |
| HSL | 9.39º | 0.78% | 0.5% | - |
| HSV(B) | 9.39º | 0.87% | 0.89% | - |
| XYZ | 33.52 | 19.65 | 3.19 | - |
| YUV | 106.4 | 84.33 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 29 | 0 | 0.74 | 0.87 | 0.11 | 9.39 | 0.78 | 0.5 |
| Hex | E3 | 3C | 1D | 0 | 4A | 57 | B | 9 | 4E | 32 |
| Octal | 343 | 74 | 35 | 0 | 112 | 127 | 13 | 11 | 116 | 62 |
| Binary | 11100011 | 111100 | 11101 | 0 | 1001010 | 1010111 | 1011 | 1001 | 1001110 | 110010 |
Color Harmonies of #E33C1D
Complementary color
Monochromatic Colors of #E33C1D
Black with #E33C1D
Text Example
Text Example
White with #E33C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33C1D; }
p { color: rgb(227,60,29); }
H1.HeaderClassName
{
color: #E33C1D;
}
.AnyTagClassName
{
color: #E33C1D;
}
</style>
background-color css
<style>
a { background-color: #E33C1D; }
a { background-color: rgb(227,60,29); }
div.DivClassName
{
background-color: #E33C1D;
}
.BgClassName
{
background-color: #E33C1D;
}
</style>
border-color css
<style>
span { border-color: #E33C1D; }
span { border-color: rgb(227,60,29); }
td.TdClassName
{
border-color: #E33C1D;
}
.TagClassName
{
border-color: #E33C1D;
}
</style>