Shades of Scarlet #EF1803
Tints of Scarlet #EF1803
RGB
CMYK
RGB Variations
Color information
#EF1803 (or 0xEF1803) is known color: Scarlet. HEX triplet: EF, 18 and 03. RGB value is (239,24,3). Sum of RGB (Red+Green+Blue) = 239+24+3=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1803 is #10E7FC. Grayscale: #565656. Windows color (decimal): -1107965 or 202991. OLE color: 202991.
HSL color Cylindrical-coordinate representation of color #EF1803: hue angle of 5.34º 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 #EF1803 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.06 |
| HSL | 5.34º | 0.98% | 0.47% | - |
| HSV(B) | 5.34º | 0.99% | 0.94% | - |
| XYZ | 35.94 | 19.01 | 1.86 | - |
| YUV | 85.89 | 81.23 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 3 | 0 | 0.90 | 0.99 | 0.06 | 5.34 | 0.98 | 0.47 |
| Hex | EF | 18 | 3 | 0 | 5A | 63 | 6 | 5 | 62 | 2F |
| Octal | 357 | 30 | 3 | 0 | 132 | 143 | 6 | 5 | 142 | 57 |
| Binary | 11101111 | 11000 | 11 | 0 | 1011010 | 1100011 | 110 | 101 | 1100010 | 101111 |
Color Harmonies of #EF1803
Complementary color
Monochromatic Colors of #EF1803
Black with #EF1803
Text Example
Text Example
White with #EF1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1803; }
p { color: rgb(239,24,3); }
H1.HeaderClassName
{
color: #EF1803;
}
.AnyTagClassName
{
color: #EF1803;
}
</style>
background-color css
<style>
a { background-color: #EF1803; }
a { background-color: rgb(239,24,3); }
div.DivClassName
{
background-color: #EF1803;
}
.BgClassName
{
background-color: #EF1803;
}
</style>
border-color css
<style>
span { border-color: #EF1803; }
span { border-color: rgb(239,24,3); }
td.TdClassName
{
border-color: #EF1803;
}
.TagClassName
{
border-color: #EF1803;
}
</style>