Shades of Scarlet #EF170A
Tints of Scarlet #EF170A
RGB
CMYK
RGB Variations
Color information
#EF170A (or 0xEF170A) is known color: Scarlet. HEX triplet: EF, 17 and 0A. RGB value is (239,23,10). Sum of RGB (Red+Green+Blue) = 239+23+10=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF170A is #10E8F5. Grayscale: #565656. Windows color (decimal): -1108214 or 661487. OLE color: 661487.
HSL color Cylindrical-coordinate representation of color #EF170A: hue angle of 3.41º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF170A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.06 |
| HSL | 3.41º | 0.92% | 0.49% | - |
| HSV(B) | 3.41º | 0.96% | 0.94% | - |
| XYZ | 35.96 | 18.99 | 2.06 | - |
| YUV | 86.1 | 85.06 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 10 | 0 | 0.90 | 0.96 | 0.06 | 3.41 | 0.92 | 0.49 |
| Hex | EF | 17 | A | 0 | 5A | 60 | 6 | 3 | 5C | 31 |
| Octal | 357 | 27 | 12 | 0 | 132 | 140 | 6 | 3 | 134 | 61 |
| Binary | 11101111 | 10111 | 1010 | 0 | 1011010 | 1100000 | 110 | 11 | 1011100 | 110001 |
Color Harmonies of #EF170A
Complementary color
Monochromatic Colors of #EF170A
Black with #EF170A
Text Example
Text Example
White with #EF170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF170A; }
p { color: rgb(239,23,10); }
H1.HeaderClassName
{
color: #EF170A;
}
.AnyTagClassName
{
color: #EF170A;
}
</style>
background-color css
<style>
a { background-color: #EF170A; }
a { background-color: rgb(239,23,10); }
div.DivClassName
{
background-color: #EF170A;
}
.BgClassName
{
background-color: #EF170A;
}
</style>
border-color css
<style>
span { border-color: #EF170A; }
span { border-color: rgb(239,23,10); }
td.TdClassName
{
border-color: #EF170A;
}
.TagClassName
{
border-color: #EF170A;
}
</style>