Shades of Cinnabar #E4453D
Tints of Cinnabar #E4453D
RGB
CMYK
RGB Variations
Color information
#E4453D (or 0xE4453D) is known color: Cinnabar. HEX triplet: E4, 45 and 3D. RGB value is (228,69,61). Sum of RGB (Red+Green+Blue) = 228+69+61=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E4453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4453D is #1BBAC2. Grayscale: #737373. Windows color (decimal): -1817283 or 4015588. OLE color: 4015588.
HSL color Cylindrical-coordinate representation of color #E4453D: hue angle of 2.87º degrees, saturation: 0.76, 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 #E4453D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 61 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.11 |
| HSL | 2.87º | 0.76% | 0.57% | - |
| HSV(B) | 2.87º | 0.73% | 0.89% | - |
| XYZ | 34.97 | 21.09 | 6.64 | - |
| YUV | 115.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 61 | 0 | 0.70 | 0.73 | 0.11 | 2.87 | 0.76 | 0.57 |
| Hex | E4 | 45 | 3D | 0 | 46 | 49 | B | 3 | 4C | 39 |
| Octal | 344 | 105 | 75 | 0 | 106 | 111 | 13 | 3 | 114 | 71 |
| Binary | 11100100 | 1000101 | 111101 | 0 | 1000110 | 1001001 | 1011 | 11 | 1001100 | 111001 |
Color Harmonies of #E4453D
Complementary color
Monochromatic Colors of #E4453D
Black with #E4453D
Text Example
Text Example
White with #E4453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4453D; }
p { color: rgb(228,69,61); }
H1.HeaderClassName
{
color: #E4453D;
}
.AnyTagClassName
{
color: #E4453D;
}
</style>
background-color css
<style>
a { background-color: #E4453D; }
a { background-color: rgb(228,69,61); }
div.DivClassName
{
background-color: #E4453D;
}
.BgClassName
{
background-color: #E4453D;
}
</style>
border-color css
<style>
span { border-color: #E4453D; }
span { border-color: rgb(228,69,61); }
td.TdClassName
{
border-color: #E4453D;
}
.TagClassName
{
border-color: #E4453D;
}
</style>