Shades of Cinnabar #E54A3D
Tints of Cinnabar #E54A3D
RGB
CMYK
RGB Variations
Color information
#E54A3D (or 0xE54A3D) is known color: Cinnabar. HEX triplet: E5, 4A and 3D. RGB value is (229,74,61). Sum of RGB (Red+Green+Blue) = 229+74+61=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A3D is #1AB5C2. Grayscale: #777777. Windows color (decimal): -1750467 or 4016869. OLE color: 4016869.
HSL color Cylindrical-coordinate representation of color #E54A3D: hue angle of 4.64º 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 #E54A3D is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 61 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.10 |
| HSL | 4.64º | 0.76% | 0.57% | - |
| HSV(B) | 4.64º | 0.73% | 0.9% | - |
| XYZ | 35.6 | 21.89 | 6.76 | - |
| YUV | 118.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 61 | 0 | 0.68 | 0.73 | 0.10 | 4.64 | 0.76 | 0.57 |
| Hex | E5 | 4A | 3D | 0 | 44 | 49 | A | 5 | 4C | 39 |
| Octal | 345 | 112 | 75 | 0 | 104 | 111 | 12 | 5 | 114 | 71 |
| Binary | 11100101 | 1001010 | 111101 | 0 | 1000100 | 1001001 | 1010 | 101 | 1001100 | 111001 |
Color Harmonies of #E54A3D
Complementary color
Monochromatic Colors of #E54A3D
Black with #E54A3D
Text Example
Text Example
White with #E54A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A3D; }
p { color: rgb(229,74,61); }
H1.HeaderClassName
{
color: #E54A3D;
}
.AnyTagClassName
{
color: #E54A3D;
}
</style>
background-color css
<style>
a { background-color: #E54A3D; }
a { background-color: rgb(229,74,61); }
div.DivClassName
{
background-color: #E54A3D;
}
.BgClassName
{
background-color: #E54A3D;
}
</style>
border-color css
<style>
span { border-color: #E54A3D; }
span { border-color: rgb(229,74,61); }
td.TdClassName
{
border-color: #E54A3D;
}
.TagClassName
{
border-color: #E54A3D;
}
</style>