Shades of Cinnabar #E3453E
Tints of Cinnabar #E3453E
RGB
CMYK
RGB Variations
Color information
#E3453E (or 0xE3453E) is known color: Cinnabar. HEX triplet: E3, 45 and 3E. RGB value is (227,69,62). Sum of RGB (Red+Green+Blue) = 227+69+62=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E3453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3453E is #1CBAC1. Grayscale: #737373. Windows color (decimal): -1882818 or 4081123. OLE color: 4081123.
HSL color Cylindrical-coordinate representation of color #E3453E: hue angle of 2.55º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3453E is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 62 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.11 |
| HSL | 2.55º | 0.75% | 0.57% | - |
| HSV(B) | 2.55º | 0.73% | 0.89% | - |
| XYZ | 34.68 | 20.93 | 6.77 | - |
| YUV | 115.44 | 97.85 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 62 | 0 | 0.70 | 0.73 | 0.11 | 2.55 | 0.75 | 0.57 |
| Hex | E3 | 45 | 3E | 0 | 46 | 49 | B | 3 | 4B | 39 |
| Octal | 343 | 105 | 76 | 0 | 106 | 111 | 13 | 3 | 113 | 71 |
| Binary | 11100011 | 1000101 | 111110 | 0 | 1000110 | 1001001 | 1011 | 11 | 1001011 | 111001 |
Color Harmonies of #E3453E
Complementary color
Monochromatic Colors of #E3453E
Black with #E3453E
Text Example
Text Example
White with #E3453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3453E; }
p { color: rgb(227,69,62); }
H1.HeaderClassName
{
color: #E3453E;
}
.AnyTagClassName
{
color: #E3453E;
}
</style>
background-color css
<style>
a { background-color: #E3453E; }
a { background-color: rgb(227,69,62); }
div.DivClassName
{
background-color: #E3453E;
}
.BgClassName
{
background-color: #E3453E;
}
</style>
border-color css
<style>
span { border-color: #E3453E; }
span { border-color: rgb(227,69,62); }
td.TdClassName
{
border-color: #E3453E;
}
.TagClassName
{
border-color: #E3453E;
}
</style>