Shades of Scarlet #E12602
Tints of Scarlet #E12602
RGB
CMYK
RGB Variations
Color information
#E12602 (or 0xE12602) is known color: Scarlet. HEX triplet: E1, 26 and 02. RGB value is (225,38,2). Sum of RGB (Red+Green+Blue) = 225+38+2=265 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.91% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 225 - color contains mainly: red. Hex color #E12602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12602 is #1ED9FD. Grayscale: #5A5A5A. Windows color (decimal): -2021886 or 141025. OLE color: 141025.
HSL color Cylindrical-coordinate representation of color #E12602: hue angle of 9.69º 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 #E12602 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.12 |
| HSL | 9.69º | 0.98% | 0.45% | - |
| HSV(B) | 9.69º | 0.99% | 0.88% | - |
| XYZ | 31.76 | 17.4 | 1.74 | - |
| YUV | 89.81 | 78.45 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 2 | 0 | 0.83 | 0.99 | 0.12 | 9.69 | 0.98 | 0.45 |
| Hex | E1 | 26 | 2 | 0 | 53 | 63 | C | A | 62 | 2D |
| Octal | 341 | 46 | 2 | 0 | 123 | 143 | 14 | 12 | 142 | 55 |
| Binary | 11100001 | 100110 | 10 | 0 | 1010011 | 1100011 | 1100 | 1010 | 1100010 | 101101 |
Color Harmonies of #E12602
Complementary color
Monochromatic Colors of #E12602
Black with #E12602
Text Example
Text Example
White with #E12602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12602; }
p { color: rgb(225,38,2); }
H1.HeaderClassName
{
color: #E12602;
}
.AnyTagClassName
{
color: #E12602;
}
</style>
background-color css
<style>
a { background-color: #E12602; }
a { background-color: rgb(225,38,2); }
div.DivClassName
{
background-color: #E12602;
}
.BgClassName
{
background-color: #E12602;
}
</style>
border-color css
<style>
span { border-color: #E12602; }
span { border-color: rgb(225,38,2); }
td.TdClassName
{
border-color: #E12602;
}
.TagClassName
{
border-color: #E12602;
}
</style>