Shades of Scarlet #E51F02
Tints of Scarlet #E51F02
RGB
CMYK
RGB Variations
Color information
#E51F02 (or 0xE51F02) is known color: Scarlet. HEX triplet: E5, 1F and 02. RGB value is (229,31,2). Sum of RGB (Red+Green+Blue) = 229+31+2=262 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.40% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51F02 is #1AE0FD. Grayscale: #575757. Windows color (decimal): -1761534 or 139237. OLE color: 139237.
HSL color Cylindrical-coordinate representation of color #E51F02: hue angle of 7.67º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E51F02 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.10 |
| HSL | 7.67º | 0.98% | 0.45% | - |
| HSV(B) | 7.67º | 0.99% | 0.9% | - |
| XYZ | 32.81 | 17.64 | 1.73 | - |
| YUV | 86.9 | 80.1 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 2 | 0 | 0.86 | 0.99 | 0.10 | 7.67 | 0.98 | 0.45 |
| Hex | E5 | 1F | 2 | 0 | 56 | 63 | A | 8 | 62 | 2D |
| Octal | 345 | 37 | 2 | 0 | 126 | 143 | 12 | 10 | 142 | 55 |
| Binary | 11100101 | 11111 | 10 | 0 | 1010110 | 1100011 | 1010 | 1000 | 1100010 | 101101 |
Color Harmonies of #E51F02
Complementary color
Monochromatic Colors of #E51F02
Black with #E51F02
Text Example
Text Example
White with #E51F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F02; }
p { color: rgb(229,31,2); }
H1.HeaderClassName
{
color: #E51F02;
}
.AnyTagClassName
{
color: #E51F02;
}
</style>
background-color css
<style>
a { background-color: #E51F02; }
a { background-color: rgb(229,31,2); }
div.DivClassName
{
background-color: #E51F02;
}
.BgClassName
{
background-color: #E51F02;
}
</style>
border-color css
<style>
span { border-color: #E51F02; }
span { border-color: rgb(229,31,2); }
td.TdClassName
{
border-color: #E51F02;
}
.TagClassName
{
border-color: #E51F02;
}
</style>