Shades of Cinnabar #E33D1A
Tints of Cinnabar #E33D1A
RGB
CMYK
RGB Variations
Color information
#E33D1A (or 0xE33D1A) is known color: Cinnabar. HEX triplet: E3, 3D and 1A. RGB value is (227,61,26). Sum of RGB (Red+Green+Blue) = 227+61+26=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E33D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33D1A is #1CC2E5. Grayscale: #6A6A6A. Windows color (decimal): -1884902 or 1719779. OLE color: 1719779.
HSL color Cylindrical-coordinate representation of color #E33D1A: hue angle of 10.45º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E33D1A is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 61 | 26 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.11 |
| HSL | 10.45º | 0.79% | 0.5% | - |
| HSV(B) | 10.45º | 0.89% | 0.89% | - |
| XYZ | 33.53 | 19.74 | 3.02 | - |
| YUV | 106.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 26 | 0 | 0.73 | 0.89 | 0.11 | 10.45 | 0.79 | 0.5 |
| Hex | E3 | 3D | 1A | 0 | 49 | 59 | B | A | 4F | 32 |
| Octal | 343 | 75 | 32 | 0 | 111 | 131 | 13 | 12 | 117 | 62 |
| Binary | 11100011 | 111101 | 11010 | 0 | 1001001 | 1011001 | 1011 | 1010 | 1001111 | 110010 |
Color Harmonies of #E33D1A
Complementary color
Monochromatic Colors of #E33D1A
Black with #E33D1A
Text Example
Text Example
White with #E33D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33D1A; }
p { color: rgb(227,61,26); }
H1.HeaderClassName
{
color: #E33D1A;
}
.AnyTagClassName
{
color: #E33D1A;
}
</style>
background-color css
<style>
a { background-color: #E33D1A; }
a { background-color: rgb(227,61,26); }
div.DivClassName
{
background-color: #E33D1A;
}
.BgClassName
{
background-color: #E33D1A;
}
</style>
border-color css
<style>
span { border-color: #E33D1A; }
span { border-color: rgb(227,61,26); }
td.TdClassName
{
border-color: #E33D1A;
}
.TagClassName
{
border-color: #E33D1A;
}
</style>