Shades of Cinnabar #E35236
Tints of Cinnabar #E35236
RGB
CMYK
RGB Variations
Color information
#E35236 (or 0xE35236) is known color: Cinnabar. HEX triplet: E3, 52 and 36. RGB value is (227,82,54). Sum of RGB (Red+Green+Blue) = 227+82+54=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E35236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35236 is #1CADC9. Grayscale: #7A7A7A. Windows color (decimal): -1879498 or 3560163. OLE color: 3560163.
HSL color Cylindrical-coordinate representation of color #E35236: hue angle of 9.71º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E35236 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 54 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.11 |
| HSL | 9.71º | 0.76% | 0.55% | - |
| HSV(B) | 9.71º | 0.76% | 0.89% | - |
| XYZ | 35.36 | 22.63 | 5.99 | - |
| YUV | 122.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 54 | 0 | 0.64 | 0.76 | 0.11 | 9.71 | 0.76 | 0.55 |
| Hex | E3 | 52 | 36 | 0 | 40 | 4C | B | A | 4C | 37 |
| Octal | 343 | 122 | 66 | 0 | 100 | 114 | 13 | 12 | 114 | 67 |
| Binary | 11100011 | 1010010 | 110110 | 0 | 1000000 | 1001100 | 1011 | 1010 | 1001100 | 110111 |
Color Harmonies of #E35236
Complementary color
Monochromatic Colors of #E35236
Black with #E35236
Text Example
Text Example
White with #E35236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35236; }
p { color: rgb(227,82,54); }
H1.HeaderClassName
{
color: #E35236;
}
.AnyTagClassName
{
color: #E35236;
}
</style>
background-color css
<style>
a { background-color: #E35236; }
a { background-color: rgb(227,82,54); }
div.DivClassName
{
background-color: #E35236;
}
.BgClassName
{
background-color: #E35236;
}
</style>
border-color css
<style>
span { border-color: #E35236; }
span { border-color: rgb(227,82,54); }
td.TdClassName
{
border-color: #E35236;
}
.TagClassName
{
border-color: #E35236;
}
</style>