Shades of Cinnabar #E0351E
Tints of Cinnabar #E0351E
RGB
CMYK
RGB Variations
Color information
#E0351E (or 0xE0351E) is known color: Cinnabar. HEX triplet: E0, 35 and 1E. RGB value is (224,53,30). Sum of RGB (Red+Green+Blue) = 224+53+30=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0351E is #1FCAE1. Grayscale: #656565. Windows color (decimal): -2083554 or 1979872. OLE color: 1979872.
HSL color Cylindrical-coordinate representation of color #E0351E: hue angle of 7.11º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0351E is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 30 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.12 |
| HSL | 7.11º | 0.76% | 0.5% | - |
| HSV(B) | 7.11º | 0.87% | 0.88% | - |
| XYZ | 32.25 | 18.49 | 3.1 | - |
| YUV | 101.51 | 87.65 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 30 | 0 | 0.76 | 0.87 | 0.12 | 7.11 | 0.76 | 0.5 |
| Hex | E0 | 35 | 1E | 0 | 4C | 57 | C | 7 | 4C | 32 |
| Octal | 340 | 65 | 36 | 0 | 114 | 127 | 14 | 7 | 114 | 62 |
| Binary | 11100000 | 110101 | 11110 | 0 | 1001100 | 1010111 | 1100 | 111 | 1001100 | 110010 |
Color Harmonies of #E0351E
Complementary color
Monochromatic Colors of #E0351E
Black with #E0351E
Text Example
Text Example
White with #E0351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0351E; }
p { color: rgb(224,53,30); }
H1.HeaderClassName
{
color: #E0351E;
}
.AnyTagClassName
{
color: #E0351E;
}
</style>
background-color css
<style>
a { background-color: #E0351E; }
a { background-color: rgb(224,53,30); }
div.DivClassName
{
background-color: #E0351E;
}
.BgClassName
{
background-color: #E0351E;
}
</style>
border-color css
<style>
span { border-color: #E0351E; }
span { border-color: rgb(224,53,30); }
td.TdClassName
{
border-color: #E0351E;
}
.TagClassName
{
border-color: #E0351E;
}
</style>