Shades of Scarlet #EF3215
Tints of Scarlet #EF3215
RGB
CMYK
RGB Variations
Color information
#EF3215 (or 0xEF3215) is known color: Scarlet. HEX triplet: EF, 32 and 15. RGB value is (239,50,21). Sum of RGB (Red+Green+Blue) = 239+50+21=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3215 is #10CDEA. Grayscale: #676767. Windows color (decimal): -1101291 or 1389295. OLE color: 1389295.
HSL color Cylindrical-coordinate representation of color #EF3215: hue angle of 7.98º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF3215 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 21 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.06 |
| HSL | 7.98º | 0.87% | 0.51% | - |
| HSV(B) | 7.98º | 0.91% | 0.94% | - |
| XYZ | 36.87 | 20.69 | 2.76 | - |
| YUV | 103.21 | 81.62 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 21 | 0 | 0.79 | 0.91 | 0.06 | 7.98 | 0.87 | 0.51 |
| Hex | EF | 32 | 15 | 0 | 4F | 5B | 6 | 8 | 57 | 33 |
| Octal | 357 | 62 | 25 | 0 | 117 | 133 | 6 | 10 | 127 | 63 |
| Binary | 11101111 | 110010 | 10101 | 0 | 1001111 | 1011011 | 110 | 1000 | 1010111 | 110011 |
Color Harmonies of #EF3215
Complementary color
Monochromatic Colors of #EF3215
Black with #EF3215
Text Example
Text Example
White with #EF3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3215; }
p { color: rgb(239,50,21); }
H1.HeaderClassName
{
color: #EF3215;
}
.AnyTagClassName
{
color: #EF3215;
}
</style>
background-color css
<style>
a { background-color: #EF3215; }
a { background-color: rgb(239,50,21); }
div.DivClassName
{
background-color: #EF3215;
}
.BgClassName
{
background-color: #EF3215;
}
</style>
border-color css
<style>
span { border-color: #EF3215; }
span { border-color: rgb(239,50,21); }
td.TdClassName
{
border-color: #EF3215;
}
.TagClassName
{
border-color: #EF3215;
}
</style>