Shades of Scarlet #EF1817
Tints of Scarlet #EF1817
RGB
CMYK
RGB Variations
Color information
#EF1817 (or 0xEF1817) is known color: Scarlet. HEX triplet: EF, 18 and 17. RGB value is (239,24,23). Sum of RGB (Red+Green+Blue) = 239+24+23=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1817 is #10E7E8. Grayscale: #585858. Windows color (decimal): -1107945 or 1513711. OLE color: 1513711.
HSL color Cylindrical-coordinate representation of color #EF1817: hue angle of 0.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1817 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 23 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.06 |
| HSL | 0.28º | 0.87% | 0.51% | - |
| HSV(B) | 0.28º | 0.9% | 0.94% | - |
| XYZ | 36.08 | 19.07 | 2.59 | - |
| YUV | 88.17 | 91.23 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 23 | 0 | 0.90 | 0.90 | 0.06 | 0.28 | 0.87 | 0.51 |
| Hex | EF | 18 | 17 | 0 | 5A | 5A | 6 | 0 | 57 | 33 |
| Octal | 357 | 30 | 27 | 0 | 132 | 132 | 6 | 0 | 127 | 63 |
| Binary | 11101111 | 11000 | 10111 | 0 | 1011010 | 1011010 | 110 | 0 | 1010111 | 110011 |
Color Harmonies of #EF1817
Complementary color
Monochromatic Colors of #EF1817
Black with #EF1817
Text Example
Text Example
White with #EF1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1817; }
p { color: rgb(239,24,23); }
H1.HeaderClassName
{
color: #EF1817;
}
.AnyTagClassName
{
color: #EF1817;
}
</style>
background-color css
<style>
a { background-color: #EF1817; }
a { background-color: rgb(239,24,23); }
div.DivClassName
{
background-color: #EF1817;
}
.BgClassName
{
background-color: #EF1817;
}
</style>
border-color css
<style>
span { border-color: #EF1817; }
span { border-color: rgb(239,24,23); }
td.TdClassName
{
border-color: #EF1817;
}
.TagClassName
{
border-color: #EF1817;
}
</style>