Shades of Scarlet #EF2410
Tints of Scarlet #EF2410
RGB
CMYK
RGB Variations
Color information
#EF2410 (or 0xEF2410) is known color: Scarlet. HEX triplet: EF, 24 and 10. RGB value is (239,36,16). Sum of RGB (Red+Green+Blue) = 239+36+16=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2410 is #10DBEF. Grayscale: #5E5E5E. Windows color (decimal): -1104880 or 1058031. OLE color: 1058031.
HSL color Cylindrical-coordinate representation of color #EF2410: hue angle of 5.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF2410 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.06 |
| HSL | 5.38º | 0.87% | 0.5% | - |
| HSV(B) | 5.38º | 0.93% | 0.94% | - |
| XYZ | 36.32 | 19.65 | 2.37 | - |
| YUV | 94.42 | 83.75 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 16 | 0 | 0.85 | 0.93 | 0.06 | 5.38 | 0.87 | 0.5 |
| Hex | EF | 24 | 10 | 0 | 55 | 5D | 6 | 5 | 57 | 32 |
| Octal | 357 | 44 | 20 | 0 | 125 | 135 | 6 | 5 | 127 | 62 |
| Binary | 11101111 | 100100 | 10000 | 0 | 1010101 | 1011101 | 110 | 101 | 1010111 | 110010 |
Color Harmonies of #EF2410
Complementary color
Monochromatic Colors of #EF2410
Black with #EF2410
Text Example
Text Example
White with #EF2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2410; }
p { color: rgb(239,36,16); }
H1.HeaderClassName
{
color: #EF2410;
}
.AnyTagClassName
{
color: #EF2410;
}
</style>
background-color css
<style>
a { background-color: #EF2410; }
a { background-color: rgb(239,36,16); }
div.DivClassName
{
background-color: #EF2410;
}
.BgClassName
{
background-color: #EF2410;
}
</style>
border-color css
<style>
span { border-color: #EF2410; }
span { border-color: rgb(239,36,16); }
td.TdClassName
{
border-color: #EF2410;
}
.TagClassName
{
border-color: #EF2410;
}
</style>