Shades of Scarlet #E52F07
Tints of Scarlet #E52F07
RGB
CMYK
RGB Variations
Color information
#E52F07 (or 0xE52F07) is known color: Scarlet. HEX triplet: E5, 2F and 07. RGB value is (229,47,7). Sum of RGB (Red+Green+Blue) = 229+47+7=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52F07 is #1AD0F8. Grayscale: #616161. Windows color (decimal): -1757433 or 471013. OLE color: 471013.
HSL color Cylindrical-coordinate representation of color #E52F07: hue angle of 10.81º 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 #E52F07 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.10 |
| HSL | 10.81º | 0.94% | 0.46% | - |
| HSV(B) | 10.81º | 0.97% | 0.9% | - |
| XYZ | 33.37 | 18.71 | 2.05 | - |
| YUV | 96.86 | 77.3 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 7 | 0 | 0.79 | 0.97 | 0.10 | 10.81 | 0.94 | 0.46 |
| Hex | E5 | 2F | 7 | 0 | 4F | 61 | A | B | 5E | 2E |
| Octal | 345 | 57 | 7 | 0 | 117 | 141 | 12 | 13 | 136 | 56 |
| Binary | 11100101 | 101111 | 111 | 0 | 1001111 | 1100001 | 1010 | 1011 | 1011110 | 101110 |
Color Harmonies of #E52F07
Complementary color
Monochromatic Colors of #E52F07
Black with #E52F07
Text Example
Text Example
White with #E52F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F07; }
p { color: rgb(229,47,7); }
H1.HeaderClassName
{
color: #E52F07;
}
.AnyTagClassName
{
color: #E52F07;
}
</style>
background-color css
<style>
a { background-color: #E52F07; }
a { background-color: rgb(229,47,7); }
div.DivClassName
{
background-color: #E52F07;
}
.BgClassName
{
background-color: #E52F07;
}
</style>
border-color css
<style>
span { border-color: #E52F07; }
span { border-color: rgb(229,47,7); }
td.TdClassName
{
border-color: #E52F07;
}
.TagClassName
{
border-color: #E52F07;
}
</style>