Shades of Scarlet #EF1703
Tints of Scarlet #EF1703
RGB
CMYK
RGB Variations
Color information
#EF1703 (or 0xEF1703) is known color: Scarlet. HEX triplet: EF, 17 and 03. RGB value is (239,23,3). Sum of RGB (Red+Green+Blue) = 239+23+3=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1703 is #10E8FC. Grayscale: #555555. Windows color (decimal): -1108221 or 202735. OLE color: 202735.
HSL color Cylindrical-coordinate representation of color #EF1703: hue angle of 5.08º 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 #EF1703 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.06 |
| HSL | 5.08º | 0.98% | 0.47% | - |
| HSV(B) | 5.08º | 0.99% | 0.94% | - |
| XYZ | 35.92 | 18.97 | 1.85 | - |
| YUV | 85.3 | 81.56 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 3 | 0 | 0.90 | 0.99 | 0.06 | 5.08 | 0.98 | 0.47 |
| Hex | EF | 17 | 3 | 0 | 5A | 63 | 6 | 5 | 62 | 2F |
| Octal | 357 | 27 | 3 | 0 | 132 | 143 | 6 | 5 | 142 | 57 |
| Binary | 11101111 | 10111 | 11 | 0 | 1011010 | 1100011 | 110 | 101 | 1100010 | 101111 |
Color Harmonies of #EF1703
Complementary color
Monochromatic Colors of #EF1703
Black with #EF1703
Text Example
Text Example
White with #EF1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1703; }
p { color: rgb(239,23,3); }
H1.HeaderClassName
{
color: #EF1703;
}
.AnyTagClassName
{
color: #EF1703;
}
</style>
background-color css
<style>
a { background-color: #EF1703; }
a { background-color: rgb(239,23,3); }
div.DivClassName
{
background-color: #EF1703;
}
.BgClassName
{
background-color: #EF1703;
}
</style>
border-color css
<style>
span { border-color: #EF1703; }
span { border-color: rgb(239,23,3); }
td.TdClassName
{
border-color: #EF1703;
}
.TagClassName
{
border-color: #EF1703;
}
</style>