Shades of Scarlet #E52A04
Tints of Scarlet #E52A04
RGB
CMYK
RGB Variations
Color information
#E52A04 (or 0xE52A04) is known color: Scarlet. HEX triplet: E5, 2A and 04. RGB value is (229,42,4). Sum of RGB (Red+Green+Blue) = 229+42+4=275 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.27% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52A04 is #1AD5FB. Grayscale: #5D5D5D. Windows color (decimal): -1758716 or 273125. OLE color: 273125.
HSL color Cylindrical-coordinate representation of color #E52A04: hue angle of 10.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E52A04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.10 |
| HSL | 10.13º | 0.97% | 0.46% | - |
| HSV(B) | 10.13º | 0.98% | 0.9% | - |
| XYZ | 33.16 | 18.32 | 1.9 | - |
| YUV | 93.58 | 77.45 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 4 | 0 | 0.82 | 0.98 | 0.10 | 10.13 | 0.97 | 0.46 |
| Hex | E5 | 2A | 4 | 0 | 52 | 62 | A | A | 61 | 2E |
| Octal | 345 | 52 | 4 | 0 | 122 | 142 | 12 | 12 | 141 | 56 |
| Binary | 11100101 | 101010 | 100 | 0 | 1010010 | 1100010 | 1010 | 1010 | 1100001 | 101110 |
Color Harmonies of #E52A04
Complementary color
Monochromatic Colors of #E52A04
Black with #E52A04
Text Example
Text Example
White with #E52A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A04; }
p { color: rgb(229,42,4); }
H1.HeaderClassName
{
color: #E52A04;
}
.AnyTagClassName
{
color: #E52A04;
}
</style>
background-color css
<style>
a { background-color: #E52A04; }
a { background-color: rgb(229,42,4); }
div.DivClassName
{
background-color: #E52A04;
}
.BgClassName
{
background-color: #E52A04;
}
</style>
border-color css
<style>
span { border-color: #E52A04; }
span { border-color: rgb(229,42,4); }
td.TdClassName
{
border-color: #E52A04;
}
.TagClassName
{
border-color: #E52A04;
}
</style>