Shades of Cinnabar #E33D1B
Tints of Cinnabar #E33D1B
RGB
CMYK
RGB Variations
Color information
#E33D1B (or 0xE33D1B) is known color: Cinnabar. HEX triplet: E3, 3D and 1B. RGB value is (227,61,27). Sum of RGB (Red+Green+Blue) = 227+61+27=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E33D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33D1B is #1CC2E4. Grayscale: #6B6B6B. Windows color (decimal): -1884901 or 1785315. OLE color: 1785315.
HSL color Cylindrical-coordinate representation of color #E33D1B: hue angle of 10.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E33D1B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 61 | 27 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.11 |
| HSL | 10.2º | 0.79% | 0.5% | - |
| HSV(B) | 10.2º | 0.88% | 0.89% | - |
| XYZ | 33.55 | 19.75 | 3.08 | - |
| YUV | 106.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 27 | 0 | 0.73 | 0.88 | 0.11 | 10.2 | 0.79 | 0.5 |
| Hex | E3 | 3D | 1B | 0 | 49 | 58 | B | A | 4F | 32 |
| Octal | 343 | 75 | 33 | 0 | 111 | 130 | 13 | 12 | 117 | 62 |
| Binary | 11100011 | 111101 | 11011 | 0 | 1001001 | 1011000 | 1011 | 1010 | 1001111 | 110010 |
Color Harmonies of #E33D1B
Complementary color
Monochromatic Colors of #E33D1B
Black with #E33D1B
Text Example
Text Example
White with #E33D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33D1B; }
p { color: rgb(227,61,27); }
H1.HeaderClassName
{
color: #E33D1B;
}
.AnyTagClassName
{
color: #E33D1B;
}
</style>
background-color css
<style>
a { background-color: #E33D1B; }
a { background-color: rgb(227,61,27); }
div.DivClassName
{
background-color: #E33D1B;
}
.BgClassName
{
background-color: #E33D1B;
}
</style>
border-color css
<style>
span { border-color: #E33D1B; }
span { border-color: rgb(227,61,27); }
td.TdClassName
{
border-color: #E33D1B;
}
.TagClassName
{
border-color: #E33D1B;
}
</style>