Shades of Scarlet #EF3210
Tints of Scarlet #EF3210
RGB
CMYK
RGB Variations
Color information
#EF3210 (or 0xEF3210) is known color: Scarlet. HEX triplet: EF, 32 and 10. RGB value is (239,50,16). Sum of RGB (Red+Green+Blue) = 239+50+16=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3210 is #10CDEF. Grayscale: #666666. Windows color (decimal): -1101296 or 1061615. OLE color: 1061615.
HSL color Cylindrical-coordinate representation of color #EF3210: hue angle of 9.15º 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 #EF3210 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.06 |
| HSL | 9.15º | 0.87% | 0.5% | - |
| HSV(B) | 9.15º | 0.93% | 0.94% | - |
| XYZ | 36.83 | 20.67 | 2.54 | - |
| YUV | 102.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 16 | 0 | 0.79 | 0.93 | 0.06 | 9.15 | 0.87 | 0.5 |
| Hex | EF | 32 | 10 | 0 | 4F | 5D | 6 | 9 | 57 | 32 |
| Octal | 357 | 62 | 20 | 0 | 117 | 135 | 6 | 11 | 127 | 62 |
| Binary | 11101111 | 110010 | 10000 | 0 | 1001111 | 1011101 | 110 | 1001 | 1010111 | 110010 |
Color Harmonies of #EF3210
Complementary color
Monochromatic Colors of #EF3210
Black with #EF3210
Text Example
Text Example
White with #EF3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3210; }
p { color: rgb(239,50,16); }
H1.HeaderClassName
{
color: #EF3210;
}
.AnyTagClassName
{
color: #EF3210;
}
</style>
background-color css
<style>
a { background-color: #EF3210; }
a { background-color: rgb(239,50,16); }
div.DivClassName
{
background-color: #EF3210;
}
.BgClassName
{
background-color: #EF3210;
}
</style>
border-color css
<style>
span { border-color: #EF3210; }
span { border-color: rgb(239,50,16); }
td.TdClassName
{
border-color: #EF3210;
}
.TagClassName
{
border-color: #EF3210;
}
</style>