Shades of Cinnabar #E3453D
Tints of Cinnabar #E3453D
RGB
CMYK
RGB Variations
Color information
#E3453D (or 0xE3453D) is known color: Cinnabar. HEX triplet: E3, 45 and 3D. RGB value is (227,69,61). Sum of RGB (Red+Green+Blue) = 227+69+61=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3453D is #1CBAC2. Grayscale: #737373. Windows color (decimal): -1882819 or 4015587. OLE color: 4015587.
HSL color Cylindrical-coordinate representation of color #E3453D: hue angle of 2.89º 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 #E3453D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 61 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.11 |
| HSL | 2.89º | 0.75% | 0.56% | - |
| HSV(B) | 2.89º | 0.73% | 0.89% | - |
| XYZ | 34.65 | 20.92 | 6.63 | - |
| YUV | 115.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 61 | 0 | 0.70 | 0.73 | 0.11 | 2.89 | 0.75 | 0.56 |
| Hex | E3 | 45 | 3D | 0 | 46 | 49 | B | 3 | 4B | 38 |
| Octal | 343 | 105 | 75 | 0 | 106 | 111 | 13 | 3 | 113 | 70 |
| Binary | 11100011 | 1000101 | 111101 | 0 | 1000110 | 1001001 | 1011 | 11 | 1001011 | 111000 |
Color Harmonies of #E3453D
Complementary color
Monochromatic Colors of #E3453D
Black with #E3453D
Text Example
Text Example
White with #E3453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3453D; }
p { color: rgb(227,69,61); }
H1.HeaderClassName
{
color: #E3453D;
}
.AnyTagClassName
{
color: #E3453D;
}
</style>
background-color css
<style>
a { background-color: #E3453D; }
a { background-color: rgb(227,69,61); }
div.DivClassName
{
background-color: #E3453D;
}
.BgClassName
{
background-color: #E3453D;
}
</style>
border-color css
<style>
span { border-color: #E3453D; }
span { border-color: rgb(227,69,61); }
td.TdClassName
{
border-color: #E3453D;
}
.TagClassName
{
border-color: #E3453D;
}
</style>