Shades of Scarlet #EF1903
Tints of Scarlet #EF1903
RGB
CMYK
RGB Variations
Color information
#EF1903 (or 0xEF1903) is known color: Scarlet. HEX triplet: EF, 19 and 03. RGB value is (239,25,3). Sum of RGB (Red+Green+Blue) = 239+25+3=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1903 is #10E6FC. Grayscale: #565656. Windows color (decimal): -1107709 or 203247. OLE color: 203247.
HSL color Cylindrical-coordinate representation of color #EF1903: hue angle of 5.59º 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 #EF1903 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.06 |
| HSL | 5.59º | 0.98% | 0.47% | - |
| HSV(B) | 5.59º | 0.99% | 0.94% | - |
| XYZ | 35.96 | 19.05 | 1.87 | - |
| YUV | 86.48 | 80.9 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 3 | 0 | 0.90 | 0.99 | 0.06 | 5.59 | 0.98 | 0.47 |
| Hex | EF | 19 | 3 | 0 | 5A | 63 | 6 | 6 | 62 | 2F |
| Octal | 357 | 31 | 3 | 0 | 132 | 143 | 6 | 6 | 142 | 57 |
| Binary | 11101111 | 11001 | 11 | 0 | 1011010 | 1100011 | 110 | 110 | 1100010 | 101111 |
Color Harmonies of #EF1903
Complementary color
Monochromatic Colors of #EF1903
Black with #EF1903
Text Example
Text Example
White with #EF1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1903; }
p { color: rgb(239,25,3); }
H1.HeaderClassName
{
color: #EF1903;
}
.AnyTagClassName
{
color: #EF1903;
}
</style>
background-color css
<style>
a { background-color: #EF1903; }
a { background-color: rgb(239,25,3); }
div.DivClassName
{
background-color: #EF1903;
}
.BgClassName
{
background-color: #EF1903;
}
</style>
border-color css
<style>
span { border-color: #EF1903; }
span { border-color: rgb(239,25,3); }
td.TdClassName
{
border-color: #EF1903;
}
.TagClassName
{
border-color: #EF1903;
}
</style>