Shades of Scarlet #EF2802
Tints of Scarlet #EF2802
RGB
CMYK
RGB Variations
Color information
#EF2802 (or 0xEF2802) is known color: Scarlet. HEX triplet: EF, 28 and 02. RGB value is (239,40,2). Sum of RGB (Red+Green+Blue) = 239+40+2=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2802 is #10D7FD. Grayscale: #5F5F5F. Windows color (decimal): -1103870 or 141551. OLE color: 141551.
HSL color Cylindrical-coordinate representation of color #EF2802: hue angle of 9.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF2802 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.06 |
| HSL | 9.62º | 0.98% | 0.47% | - |
| HSV(B) | 9.62º | 0.99% | 0.94% | - |
| XYZ | 36.37 | 19.87 | 1.98 | - |
| YUV | 95.17 | 75.43 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 2 | 0 | 0.83 | 0.99 | 0.06 | 9.62 | 0.98 | 0.47 |
| Hex | EF | 28 | 2 | 0 | 53 | 63 | 6 | A | 62 | 2F |
| Octal | 357 | 50 | 2 | 0 | 123 | 143 | 6 | 12 | 142 | 57 |
| Binary | 11101111 | 101000 | 10 | 0 | 1010011 | 1100011 | 110 | 1010 | 1100010 | 101111 |
Color Harmonies of #EF2802
Complementary color
Monochromatic Colors of #EF2802
Black with #EF2802
Text Example
Text Example
White with #EF2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2802; }
p { color: rgb(239,40,2); }
H1.HeaderClassName
{
color: #EF2802;
}
.AnyTagClassName
{
color: #EF2802;
}
</style>
background-color css
<style>
a { background-color: #EF2802; }
a { background-color: rgb(239,40,2); }
div.DivClassName
{
background-color: #EF2802;
}
.BgClassName
{
background-color: #EF2802;
}
</style>
border-color css
<style>
span { border-color: #EF2802; }
span { border-color: rgb(239,40,2); }
td.TdClassName
{
border-color: #EF2802;
}
.TagClassName
{
border-color: #EF2802;
}
</style>