Shades of Scarlet #EF2803
Tints of Scarlet #EF2803
RGB
CMYK
RGB Variations
Color information
#EF2803 (or 0xEF2803) is known color: Scarlet. HEX triplet: EF, 28 and 03. RGB value is (239,40,3). Sum of RGB (Red+Green+Blue) = 239+40+3=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2803 is #10D7FC. Grayscale: #5F5F5F. Windows color (decimal): -1103869 or 207087. OLE color: 207087.
HSL color Cylindrical-coordinate representation of color #EF2803: hue angle of 9.41º 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 #EF2803 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.06 |
| HSL | 9.41º | 0.98% | 0.47% | - |
| HSV(B) | 9.41º | 0.99% | 0.94% | - |
| XYZ | 36.37 | 19.87 | 2.01 | - |
| YUV | 95.28 | 75.93 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 3 | 0 | 0.83 | 0.99 | 0.06 | 9.41 | 0.98 | 0.47 |
| Hex | EF | 28 | 3 | 0 | 53 | 63 | 6 | 9 | 62 | 2F |
| Octal | 357 | 50 | 3 | 0 | 123 | 143 | 6 | 11 | 142 | 57 |
| Binary | 11101111 | 101000 | 11 | 0 | 1010011 | 1100011 | 110 | 1001 | 1100010 | 101111 |
Color Harmonies of #EF2803
Complementary color
Monochromatic Colors of #EF2803
Black with #EF2803
Text Example
Text Example
White with #EF2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2803; }
p { color: rgb(239,40,3); }
H1.HeaderClassName
{
color: #EF2803;
}
.AnyTagClassName
{
color: #EF2803;
}
</style>
background-color css
<style>
a { background-color: #EF2803; }
a { background-color: rgb(239,40,3); }
div.DivClassName
{
background-color: #EF2803;
}
.BgClassName
{
background-color: #EF2803;
}
</style>
border-color css
<style>
span { border-color: #EF2803; }
span { border-color: rgb(239,40,3); }
td.TdClassName
{
border-color: #EF2803;
}
.TagClassName
{
border-color: #EF2803;
}
</style>