Shades of Scarlet #EF3515
Tints of Scarlet #EF3515
RGB
CMYK
RGB Variations
Color information
#EF3515 (or 0xEF3515) is known color: Scarlet. HEX triplet: EF, 35 and 15. RGB value is (239,53,21). Sum of RGB (Red+Green+Blue) = 239+53+21=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3515 is #10CAEA. Grayscale: #696969. Windows color (decimal): -1100523 or 1390063. OLE color: 1390063.
HSL color Cylindrical-coordinate representation of color #EF3515: hue angle of 8.81º 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 #EF3515 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 21 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.06 |
| HSL | 8.81º | 0.87% | 0.51% | - |
| HSV(B) | 8.81º | 0.91% | 0.94% | - |
| XYZ | 37.01 | 20.95 | 2.8 | - |
| YUV | 104.97 | 80.62 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 21 | 0 | 0.78 | 0.91 | 0.06 | 8.81 | 0.87 | 0.51 |
| Hex | EF | 35 | 15 | 0 | 4E | 5B | 6 | 9 | 57 | 33 |
| Octal | 357 | 65 | 25 | 0 | 116 | 133 | 6 | 11 | 127 | 63 |
| Binary | 11101111 | 110101 | 10101 | 0 | 1001110 | 1011011 | 110 | 1001 | 1010111 | 110011 |
Color Harmonies of #EF3515
Complementary color
Monochromatic Colors of #EF3515
Black with #EF3515
Text Example
Text Example
White with #EF3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3515; }
p { color: rgb(239,53,21); }
H1.HeaderClassName
{
color: #EF3515;
}
.AnyTagClassName
{
color: #EF3515;
}
</style>
background-color css
<style>
a { background-color: #EF3515; }
a { background-color: rgb(239,53,21); }
div.DivClassName
{
background-color: #EF3515;
}
.BgClassName
{
background-color: #EF3515;
}
</style>
border-color css
<style>
span { border-color: #EF3515; }
span { border-color: rgb(239,53,21); }
td.TdClassName
{
border-color: #EF3515;
}
.TagClassName
{
border-color: #EF3515;
}
</style>