Shades of Scarlet #E12802
Tints of Scarlet #E12802
RGB
CMYK
RGB Variations
Color information
#E12802 (or 0xE12802) is known color: Scarlet. HEX triplet: E1, 28 and 02. RGB value is (225,40,2). Sum of RGB (Red+Green+Blue) = 225+40+2=267 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.27% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 225 - color contains mainly: red. Hex color #E12802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12802 is #1ED7FD. Grayscale: #5B5B5B. Windows color (decimal): -2021374 or 141537. OLE color: 141537.
HSL color Cylindrical-coordinate representation of color #E12802: hue angle of 10.22º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E12802 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.12 |
| HSL | 10.22º | 0.98% | 0.45% | - |
| HSV(B) | 10.22º | 0.99% | 0.88% | - |
| XYZ | 31.82 | 17.53 | 1.76 | - |
| YUV | 90.98 | 77.79 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 2 | 0 | 0.82 | 0.99 | 0.12 | 10.22 | 0.98 | 0.45 |
| Hex | E1 | 28 | 2 | 0 | 52 | 63 | C | A | 62 | 2D |
| Octal | 341 | 50 | 2 | 0 | 122 | 143 | 14 | 12 | 142 | 55 |
| Binary | 11100001 | 101000 | 10 | 0 | 1010010 | 1100011 | 1100 | 1010 | 1100010 | 101101 |
Color Harmonies of #E12802
Complementary color
Monochromatic Colors of #E12802
Black with #E12802
Text Example
Text Example
White with #E12802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12802; }
p { color: rgb(225,40,2); }
H1.HeaderClassName
{
color: #E12802;
}
.AnyTagClassName
{
color: #E12802;
}
</style>
background-color css
<style>
a { background-color: #E12802; }
a { background-color: rgb(225,40,2); }
div.DivClassName
{
background-color: #E12802;
}
.BgClassName
{
background-color: #E12802;
}
</style>
border-color css
<style>
span { border-color: #E12802; }
span { border-color: rgb(225,40,2); }
td.TdClassName
{
border-color: #E12802;
}
.TagClassName
{
border-color: #E12802;
}
</style>