Shades of Cinnabar #E3513D
Tints of Cinnabar #E3513D
RGB
CMYK
RGB Variations
Color information
#E3513D (or 0xE3513D) is known color: Cinnabar. HEX triplet: E3, 51 and 3D. RGB value is (227,81,61). Sum of RGB (Red+Green+Blue) = 227+81+61=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E3513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3513D is #1CAEC2. Grayscale: #7A7A7A. Windows color (decimal): -1879747 or 4018659. OLE color: 4018659.
HSL color Cylindrical-coordinate representation of color #E3513D: hue angle of 7.23º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3513D is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.11 |
| HSL | 7.23º | 0.75% | 0.56% | - |
| HSV(B) | 7.23º | 0.73% | 0.89% | - |
| XYZ | 35.46 | 22.55 | 6.9 | - |
| YUV | 122.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 61 | 0 | 0.64 | 0.73 | 0.11 | 7.23 | 0.75 | 0.56 |
| Hex | E3 | 51 | 3D | 0 | 40 | 49 | B | 7 | 4B | 38 |
| Octal | 343 | 121 | 75 | 0 | 100 | 111 | 13 | 7 | 113 | 70 |
| Binary | 11100011 | 1010001 | 111101 | 0 | 1000000 | 1001001 | 1011 | 111 | 1001011 | 111000 |
Color Harmonies of #E3513D
Complementary color
Monochromatic Colors of #E3513D
Black with #E3513D
Text Example
Text Example
White with #E3513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3513D; }
p { color: rgb(227,81,61); }
H1.HeaderClassName
{
color: #E3513D;
}
.AnyTagClassName
{
color: #E3513D;
}
</style>
background-color css
<style>
a { background-color: #E3513D; }
a { background-color: rgb(227,81,61); }
div.DivClassName
{
background-color: #E3513D;
}
.BgClassName
{
background-color: #E3513D;
}
</style>
border-color css
<style>
span { border-color: #E3513D; }
span { border-color: rgb(227,81,61); }
td.TdClassName
{
border-color: #E3513D;
}
.TagClassName
{
border-color: #E3513D;
}
</style>