Shades of Scarlet #E52214
Tints of Scarlet #E52214
RGB
CMYK
RGB Variations
Color information
#E52214 (or 0xE52214) is known color: Scarlet. HEX triplet: E5, 22 and 14. RGB value is (229,34,20). Sum of RGB (Red+Green+Blue) = 229+34+20=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E52214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52214 is #1ADDEB. Grayscale: #5A5A5A. Windows color (decimal): -1760748 or 1319653. OLE color: 1319653.
HSL color Cylindrical-coordinate representation of color #E52214: hue angle of 4.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E52214 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 20 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.10 |
| HSL | 4.02º | 0.84% | 0.49% | - |
| HSV(B) | 4.02º | 0.91% | 0.9% | - |
| XYZ | 33.01 | 17.85 | 2.37 | - |
| YUV | 90.71 | 88.1 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 20 | 0 | 0.85 | 0.91 | 0.10 | 4.02 | 0.84 | 0.49 |
| Hex | E5 | 22 | 14 | 0 | 55 | 5B | A | 4 | 54 | 31 |
| Octal | 345 | 42 | 24 | 0 | 125 | 133 | 12 | 4 | 124 | 61 |
| Binary | 11100101 | 100010 | 10100 | 0 | 1010101 | 1011011 | 1010 | 100 | 1010100 | 110001 |
Color Harmonies of #E52214
Complementary color
Monochromatic Colors of #E52214
Black with #E52214
Text Example
Text Example
White with #E52214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52214; }
p { color: rgb(229,34,20); }
H1.HeaderClassName
{
color: #E52214;
}
.AnyTagClassName
{
color: #E52214;
}
</style>
background-color css
<style>
a { background-color: #E52214; }
a { background-color: rgb(229,34,20); }
div.DivClassName
{
background-color: #E52214;
}
.BgClassName
{
background-color: #E52214;
}
</style>
border-color css
<style>
span { border-color: #E52214; }
span { border-color: rgb(229,34,20); }
td.TdClassName
{
border-color: #E52214;
}
.TagClassName
{
border-color: #E52214;
}
</style>