Shades of Scarlet #E62402
Tints of Scarlet #E62402
RGB
CMYK
RGB Variations
Color information
#E62402 (or 0xE62402) is known color: Scarlet. HEX triplet: E6, 24 and 02. RGB value is (230,36,2). Sum of RGB (Red+Green+Blue) = 230+36+2=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E62402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62402 is #19DBFD. Grayscale: #5A5A5A. Windows color (decimal): -1694718 or 140518. OLE color: 140518.
HSL color Cylindrical-coordinate representation of color #E62402: hue angle of 8.95º 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 #E62402 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.10 |
| HSL | 8.95º | 0.98% | 0.45% | - |
| HSV(B) | 8.95º | 0.99% | 0.9% | - |
| XYZ | 33.27 | 18.09 | 1.8 | - |
| YUV | 90.13 | 78.27 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 2 | 0 | 0.84 | 0.99 | 0.10 | 8.95 | 0.98 | 0.45 |
| Hex | E6 | 24 | 2 | 0 | 54 | 63 | A | 9 | 62 | 2D |
| Octal | 346 | 44 | 2 | 0 | 124 | 143 | 12 | 11 | 142 | 55 |
| Binary | 11100110 | 100100 | 10 | 0 | 1010100 | 1100011 | 1010 | 1001 | 1100010 | 101101 |
Color Harmonies of #E62402
Complementary color
Monochromatic Colors of #E62402
Black with #E62402
Text Example
Text Example
White with #E62402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62402; }
p { color: rgb(230,36,2); }
H1.HeaderClassName
{
color: #E62402;
}
.AnyTagClassName
{
color: #E62402;
}
</style>
background-color css
<style>
a { background-color: #E62402; }
a { background-color: rgb(230,36,2); }
div.DivClassName
{
background-color: #E62402;
}
.BgClassName
{
background-color: #E62402;
}
</style>
border-color css
<style>
span { border-color: #E62402; }
span { border-color: rgb(230,36,2); }
td.TdClassName
{
border-color: #E62402;
}
.TagClassName
{
border-color: #E62402;
}
</style>