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