Shades of Scarlet #EF2801
Tints of Scarlet #EF2801
RGB
CMYK
RGB Variations
Color information
#EF2801 (or 0xEF2801) is known color: Scarlet. HEX triplet: EF, 28 and 01. RGB value is (239,40,1). Sum of RGB (Red+Green+Blue) = 239+40+1=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2801 is #10D7FE. Grayscale: #5F5F5F. Windows color (decimal): -1103871 or 76015. OLE color: 76015.
HSL color Cylindrical-coordinate representation of color #EF2801: hue angle of 9.83º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF2801 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.06 |
| HSL | 9.83º | 0.99% | 0.47% | - |
| HSV(B) | 9.83º | 1% | 0.94% | - |
| XYZ | 36.36 | 19.87 | 1.95 | - |
| YUV | 95.06 | 74.93 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 1 | 0 | 0.83 | 1.00 | 0.06 | 9.83 | 0.99 | 0.47 |
| Hex | EF | 28 | 1 | 0 | 53 | 64 | 6 | A | 63 | 2F |
| Octal | 357 | 50 | 1 | 0 | 123 | 144 | 6 | 12 | 143 | 57 |
| Binary | 11101111 | 101000 | 1 | 0 | 1010011 | 1100100 | 110 | 1010 | 1100011 | 101111 |
Color Harmonies of #EF2801
Complementary color
Monochromatic Colors of #EF2801
Black with #EF2801
Text Example
Text Example
White with #EF2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2801; }
p { color: rgb(239,40,1); }
H1.HeaderClassName
{
color: #EF2801;
}
.AnyTagClassName
{
color: #EF2801;
}
</style>
background-color css
<style>
a { background-color: #EF2801; }
a { background-color: rgb(239,40,1); }
div.DivClassName
{
background-color: #EF2801;
}
.BgClassName
{
background-color: #EF2801;
}
</style>
border-color css
<style>
span { border-color: #EF2801; }
span { border-color: rgb(239,40,1); }
td.TdClassName
{
border-color: #EF2801;
}
.TagClassName
{
border-color: #EF2801;
}
</style>