Shades of Cinnabar #E5443D
Tints of Cinnabar #E5443D
RGB
CMYK
RGB Variations
Color information
#E5443D (or 0xE5443D) is known color: Cinnabar. HEX triplet: E5, 44 and 3D. RGB value is (229,68,61). Sum of RGB (Red+Green+Blue) = 229+68+61=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5443D is #1ABBC2. Grayscale: #737373. Windows color (decimal): -1752003 or 4015333. OLE color: 4015333.
HSL color Cylindrical-coordinate representation of color #E5443D: hue angle of 2.5º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5443D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 61 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.10 |
| HSL | 2.5º | 0.76% | 0.57% | - |
| HSV(B) | 2.5º | 0.73% | 0.9% | - |
| XYZ | 35.22 | 21.13 | 6.64 | - |
| YUV | 115.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 61 | 0 | 0.70 | 0.73 | 0.10 | 2.5 | 0.76 | 0.57 |
| Hex | E5 | 44 | 3D | 0 | 46 | 49 | A | 2 | 4C | 39 |
| Octal | 345 | 104 | 75 | 0 | 106 | 111 | 12 | 2 | 114 | 71 |
| Binary | 11100101 | 1000100 | 111101 | 0 | 1000110 | 1001001 | 1010 | 10 | 1001100 | 111001 |
Color Harmonies of #E5443D
Complementary color
Monochromatic Colors of #E5443D
Black with #E5443D
Text Example
Text Example
White with #E5443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5443D; }
p { color: rgb(229,68,61); }
H1.HeaderClassName
{
color: #E5443D;
}
.AnyTagClassName
{
color: #E5443D;
}
</style>
background-color css
<style>
a { background-color: #E5443D; }
a { background-color: rgb(229,68,61); }
div.DivClassName
{
background-color: #E5443D;
}
.BgClassName
{
background-color: #E5443D;
}
</style>
border-color css
<style>
span { border-color: #E5443D; }
span { border-color: rgb(229,68,61); }
td.TdClassName
{
border-color: #E5443D;
}
.TagClassName
{
border-color: #E5443D;
}
</style>