Shades of Cinnabar #E33D1D
Tints of Cinnabar #E33D1D
RGB
CMYK
RGB Variations
Color information
#E33D1D (or 0xE33D1D) is known color: Cinnabar. HEX triplet: E3, 3D and 1D. RGB value is (227,61,29). Sum of RGB (Red+Green+Blue) = 227+61+29=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E33D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33D1D is #1CC2E2. Grayscale: #6B6B6B. Windows color (decimal): -1884899 or 1916387. OLE color: 1916387.
HSL color Cylindrical-coordinate representation of color #E33D1D: hue angle of 9.7º 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 #E33D1D is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 61 | 29 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.11 |
| HSL | 9.7º | 0.78% | 0.5% | - |
| HSV(B) | 9.7º | 0.87% | 0.89% | - |
| XYZ | 33.57 | 19.76 | 3.21 | - |
| YUV | 106.99 | 84 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 29 | 0 | 0.73 | 0.87 | 0.11 | 9.7 | 0.78 | 0.5 |
| Hex | E3 | 3D | 1D | 0 | 49 | 57 | B | A | 4E | 32 |
| Octal | 343 | 75 | 35 | 0 | 111 | 127 | 13 | 12 | 116 | 62 |
| Binary | 11100011 | 111101 | 11101 | 0 | 1001001 | 1010111 | 1011 | 1010 | 1001110 | 110010 |
Color Harmonies of #E33D1D
Complementary color
Monochromatic Colors of #E33D1D
Black with #E33D1D
Text Example
Text Example
White with #E33D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33D1D; }
p { color: rgb(227,61,29); }
H1.HeaderClassName
{
color: #E33D1D;
}
.AnyTagClassName
{
color: #E33D1D;
}
</style>
background-color css
<style>
a { background-color: #E33D1D; }
a { background-color: rgb(227,61,29); }
div.DivClassName
{
background-color: #E33D1D;
}
.BgClassName
{
background-color: #E33D1D;
}
</style>
border-color css
<style>
span { border-color: #E33D1D; }
span { border-color: rgb(227,61,29); }
td.TdClassName
{
border-color: #E33D1D;
}
.TagClassName
{
border-color: #E33D1D;
}
</style>