Shades of Cinnabar #E35240
Tints of Cinnabar #E35240
RGB
CMYK
RGB Variations
Color information
#E35240 (or 0xE35240) is known color: Cinnabar. HEX triplet: E3, 52 and 40. RGB value is (227,82,64). Sum of RGB (Red+Green+Blue) = 227+82+64=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E35240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35240 is #1CADBF. Grayscale: #7B7B7B. Windows color (decimal): -1879488 or 4215523. OLE color: 4215523.
HSL color Cylindrical-coordinate representation of color #E35240: hue angle of 6.63º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E35240 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 64 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.11 |
| HSL | 6.63º | 0.74% | 0.57% | - |
| HSV(B) | 6.63º | 0.72% | 0.89% | - |
| XYZ | 35.62 | 22.74 | 7.36 | - |
| YUV | 123.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 64 | 0 | 0.64 | 0.72 | 0.11 | 6.63 | 0.74 | 0.57 |
| Hex | E3 | 52 | 40 | 0 | 40 | 48 | B | 7 | 4A | 39 |
| Octal | 343 | 122 | 100 | 0 | 100 | 110 | 13 | 7 | 112 | 71 |
| Binary | 11100011 | 1010010 | 1000000 | 0 | 1000000 | 1001000 | 1011 | 111 | 1001010 | 111001 |
Color Harmonies of #E35240
Complementary color
Monochromatic Colors of #E35240
Black with #E35240
Text Example
Text Example
White with #E35240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35240; }
p { color: rgb(227,82,64); }
H1.HeaderClassName
{
color: #E35240;
}
.AnyTagClassName
{
color: #E35240;
}
</style>
background-color css
<style>
a { background-color: #E35240; }
a { background-color: rgb(227,82,64); }
div.DivClassName
{
background-color: #E35240;
}
.BgClassName
{
background-color: #E35240;
}
</style>
border-color css
<style>
span { border-color: #E35240; }
span { border-color: rgb(227,82,64); }
td.TdClassName
{
border-color: #E35240;
}
.TagClassName
{
border-color: #E35240;
}
</style>