Shades of Scarlet #EA2502
Tints of Scarlet #EA2502
RGB
CMYK
RGB Variations
Color information
#EA2502 (or 0xEA2502) is known color: Scarlet. HEX triplet: EA, 25 and 02. RGB value is (234,37,2). Sum of RGB (Red+Green+Blue) = 234+37+2=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2502 is #15DAFD. Grayscale: #5C5C5C. Windows color (decimal): -1432318 or 140778. OLE color: 140778.
HSL color Cylindrical-coordinate representation of color #EA2502: hue angle of 9.05º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA2502 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.08 |
| HSL | 9.05º | 0.98% | 0.46% | - |
| HSV(B) | 9.05º | 0.99% | 0.92% | - |
| XYZ | 34.6 | 18.82 | 1.87 | - |
| YUV | 91.91 | 77.27 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 2 | 0 | 0.84 | 0.99 | 0.08 | 9.05 | 0.98 | 0.46 |
| Hex | EA | 25 | 2 | 0 | 54 | 63 | 8 | 9 | 62 | 2E |
| Octal | 352 | 45 | 2 | 0 | 124 | 143 | 10 | 11 | 142 | 56 |
| Binary | 11101010 | 100101 | 10 | 0 | 1010100 | 1100011 | 1000 | 1001 | 1100010 | 101110 |
Color Harmonies of #EA2502
Complementary color
Monochromatic Colors of #EA2502
Black with #EA2502
Text Example
Text Example
White with #EA2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2502; }
p { color: rgb(234,37,2); }
H1.HeaderClassName
{
color: #EA2502;
}
.AnyTagClassName
{
color: #EA2502;
}
</style>
background-color css
<style>
a { background-color: #EA2502; }
a { background-color: rgb(234,37,2); }
div.DivClassName
{
background-color: #EA2502;
}
.BgClassName
{
background-color: #EA2502;
}
</style>
border-color css
<style>
span { border-color: #EA2502; }
span { border-color: rgb(234,37,2); }
td.TdClassName
{
border-color: #EA2502;
}
.TagClassName
{
border-color: #EA2502;
}
</style>