Shades of Scarlet #EB2602
Tints of Scarlet #EB2602
RGB
CMYK
RGB Variations
Color information
#EB2602 (or 0xEB2602) is known color: Scarlet. HEX triplet: EB, 26 and 02. RGB value is (235,38,2). Sum of RGB (Red+Green+Blue) = 235+38+2=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2602 is #14D9FD. Grayscale: #5D5D5D. Windows color (decimal): -1366526 or 141035. OLE color: 141035.
HSL color Cylindrical-coordinate representation of color #EB2602: hue angle of 9.27º 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 #EB2602 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.08 |
| HSL | 9.27º | 0.98% | 0.46% | - |
| HSV(B) | 9.27º | 0.99% | 0.92% | - |
| XYZ | 34.97 | 19.05 | 1.89 | - |
| YUV | 92.8 | 76.77 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 2 | 0 | 0.84 | 0.99 | 0.08 | 9.27 | 0.98 | 0.46 |
| Hex | EB | 26 | 2 | 0 | 54 | 63 | 8 | 9 | 62 | 2E |
| Octal | 353 | 46 | 2 | 0 | 124 | 143 | 10 | 11 | 142 | 56 |
| Binary | 11101011 | 100110 | 10 | 0 | 1010100 | 1100011 | 1000 | 1001 | 1100010 | 101110 |
Color Harmonies of #EB2602
Complementary color
Monochromatic Colors of #EB2602
Black with #EB2602
Text Example
Text Example
White with #EB2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2602; }
p { color: rgb(235,38,2); }
H1.HeaderClassName
{
color: #EB2602;
}
.AnyTagClassName
{
color: #EB2602;
}
</style>
background-color css
<style>
a { background-color: #EB2602; }
a { background-color: rgb(235,38,2); }
div.DivClassName
{
background-color: #EB2602;
}
.BgClassName
{
background-color: #EB2602;
}
</style>
border-color css
<style>
span { border-color: #EB2602; }
span { border-color: rgb(235,38,2); }
td.TdClassName
{
border-color: #EB2602;
}
.TagClassName
{
border-color: #EB2602;
}
</style>