Shades of Scarlet #E52A07
Tints of Scarlet #E52A07
RGB
CMYK
RGB Variations
Color information
#E52A07 (or 0xE52A07) is known color: Scarlet. HEX triplet: E5, 2A and 07. RGB value is (229,42,7). Sum of RGB (Red+Green+Blue) = 229+42+7=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52A07 is #1AD5F8. Grayscale: #5E5E5E. Windows color (decimal): -1758713 or 469733. OLE color: 469733.
HSL color Cylindrical-coordinate representation of color #E52A07: hue angle of 9.46º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E52A07 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 7 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.10 |
| HSL | 9.46º | 0.94% | 0.46% | - |
| HSV(B) | 9.46º | 0.97% | 0.9% | - |
| XYZ | 33.18 | 18.33 | 1.99 | - |
| YUV | 93.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 7 | 0 | 0.82 | 0.97 | 0.10 | 9.46 | 0.94 | 0.46 |
| Hex | E5 | 2A | 7 | 0 | 52 | 61 | A | 9 | 5E | 2E |
| Octal | 345 | 52 | 7 | 0 | 122 | 141 | 12 | 11 | 136 | 56 |
| Binary | 11100101 | 101010 | 111 | 0 | 1010010 | 1100001 | 1010 | 1001 | 1011110 | 101110 |
Color Harmonies of #E52A07
Complementary color
Monochromatic Colors of #E52A07
Black with #E52A07
Text Example
Text Example
White with #E52A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A07; }
p { color: rgb(229,42,7); }
H1.HeaderClassName
{
color: #E52A07;
}
.AnyTagClassName
{
color: #E52A07;
}
</style>
background-color css
<style>
a { background-color: #E52A07; }
a { background-color: rgb(229,42,7); }
div.DivClassName
{
background-color: #E52A07;
}
.BgClassName
{
background-color: #E52A07;
}
</style>
border-color css
<style>
span { border-color: #E52A07; }
span { border-color: rgb(229,42,7); }
td.TdClassName
{
border-color: #E52A07;
}
.TagClassName
{
border-color: #E52A07;
}
</style>