Shades of Scarlet #EB2502
Tints of Scarlet #EB2502
RGB
CMYK
RGB Variations
Color information
#EB2502 (or 0xEB2502) is known color: Scarlet. HEX triplet: EB, 25 and 02. RGB value is (235,37,2). Sum of RGB (Red+Green+Blue) = 235+37+2=274 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.77% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2502 is #14DAFD. Grayscale: #5C5C5C. Windows color (decimal): -1366782 or 140779. OLE color: 140779.
HSL color Cylindrical-coordinate representation of color #EB2502: hue angle of 9.01º 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 #EB2502 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.08 |
| HSL | 9.01º | 0.98% | 0.46% | - |
| HSV(B) | 9.01º | 0.99% | 0.92% | - |
| XYZ | 34.93 | 18.99 | 1.88 | - |
| YUV | 92.21 | 77.1 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 2 | 0 | 0.84 | 0.99 | 0.08 | 9.01 | 0.98 | 0.46 |
| Hex | EB | 25 | 2 | 0 | 54 | 63 | 8 | 9 | 62 | 2E |
| Octal | 353 | 45 | 2 | 0 | 124 | 143 | 10 | 11 | 142 | 56 |
| Binary | 11101011 | 100101 | 10 | 0 | 1010100 | 1100011 | 1000 | 1001 | 1100010 | 101110 |
Color Harmonies of #EB2502
Complementary color
Monochromatic Colors of #EB2502
Black with #EB2502
Text Example
Text Example
White with #EB2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2502; }
p { color: rgb(235,37,2); }
H1.HeaderClassName
{
color: #EB2502;
}
.AnyTagClassName
{
color: #EB2502;
}
</style>
background-color css
<style>
a { background-color: #EB2502; }
a { background-color: rgb(235,37,2); }
div.DivClassName
{
background-color: #EB2502;
}
.BgClassName
{
background-color: #EB2502;
}
</style>
border-color css
<style>
span { border-color: #EB2502; }
span { border-color: rgb(235,37,2); }
td.TdClassName
{
border-color: #EB2502;
}
.TagClassName
{
border-color: #EB2502;
}
</style>