Shades of Scarlet #EF3417
Tints of Scarlet #EF3417
RGB
CMYK
RGB Variations
Color information
#EF3417 (or 0xEF3417) is known color: Scarlet. HEX triplet: EF, 34 and 17. RGB value is (239,52,23). Sum of RGB (Red+Green+Blue) = 239+52+23=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3417 is #10CBE8. Grayscale: #686868. Windows color (decimal): -1100777 or 1520879. OLE color: 1520879.
HSL color Cylindrical-coordinate representation of color #EF3417: hue angle of 8.06º 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 #EF3417 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.06 |
| HSL | 8.06º | 0.87% | 0.51% | - |
| HSV(B) | 8.06º | 0.9% | 0.94% | - |
| XYZ | 36.98 | 20.87 | 2.89 | - |
| YUV | 104.61 | 81.95 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 23 | 0 | 0.78 | 0.90 | 0.06 | 8.06 | 0.87 | 0.51 |
| Hex | EF | 34 | 17 | 0 | 4E | 5A | 6 | 8 | 57 | 33 |
| Octal | 357 | 64 | 27 | 0 | 116 | 132 | 6 | 10 | 127 | 63 |
| Binary | 11101111 | 110100 | 10111 | 0 | 1001110 | 1011010 | 110 | 1000 | 1010111 | 110011 |
Color Harmonies of #EF3417
Complementary color
Monochromatic Colors of #EF3417
Black with #EF3417
Text Example
Text Example
White with #EF3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3417; }
p { color: rgb(239,52,23); }
H1.HeaderClassName
{
color: #EF3417;
}
.AnyTagClassName
{
color: #EF3417;
}
</style>
background-color css
<style>
a { background-color: #EF3417; }
a { background-color: rgb(239,52,23); }
div.DivClassName
{
background-color: #EF3417;
}
.BgClassName
{
background-color: #EF3417;
}
</style>
border-color css
<style>
span { border-color: #EF3417; }
span { border-color: rgb(239,52,23); }
td.TdClassName
{
border-color: #EF3417;
}
.TagClassName
{
border-color: #EF3417;
}
</style>