Shades of Scarlet #EB2802
Tints of Scarlet #EB2802
RGB
CMYK
RGB Variations
Color information
#EB2802 (or 0xEB2802) is known color: Scarlet. HEX triplet: EB, 28 and 02. RGB value is (235,40,2). Sum of RGB (Red+Green+Blue) = 235+40+2=277 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.84% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2802 is #14D7FD. Grayscale: #5E5E5E. Windows color (decimal): -1366014 or 141547. OLE color: 141547.
HSL color Cylindrical-coordinate representation of color #EB2802: hue angle of 9.79º 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 #EB2802 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.08 |
| HSL | 9.79º | 0.98% | 0.46% | - |
| HSV(B) | 9.79º | 0.99% | 0.92% | - |
| XYZ | 35.03 | 19.18 | 1.91 | - |
| YUV | 93.97 | 76.1 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 2 | 0 | 0.83 | 0.99 | 0.08 | 9.79 | 0.98 | 0.46 |
| Hex | EB | 28 | 2 | 0 | 53 | 63 | 8 | A | 62 | 2E |
| Octal | 353 | 50 | 2 | 0 | 123 | 143 | 10 | 12 | 142 | 56 |
| Binary | 11101011 | 101000 | 10 | 0 | 1010011 | 1100011 | 1000 | 1010 | 1100010 | 101110 |
Color Harmonies of #EB2802
Complementary color
Monochromatic Colors of #EB2802
Black with #EB2802
Text Example
Text Example
White with #EB2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2802; }
p { color: rgb(235,40,2); }
H1.HeaderClassName
{
color: #EB2802;
}
.AnyTagClassName
{
color: #EB2802;
}
</style>
background-color css
<style>
a { background-color: #EB2802; }
a { background-color: rgb(235,40,2); }
div.DivClassName
{
background-color: #EB2802;
}
.BgClassName
{
background-color: #EB2802;
}
</style>
border-color css
<style>
span { border-color: #EB2802; }
span { border-color: rgb(235,40,2); }
td.TdClassName
{
border-color: #EB2802;
}
.TagClassName
{
border-color: #EB2802;
}
</style>