Shades of Scarlet #EF1915
Tints of Scarlet #EF1915
RGB
CMYK
RGB Variations
Color information
#EF1915 (or 0xEF1915) is known color: Scarlet. HEX triplet: EF, 19 and 15. RGB value is (239,25,21). Sum of RGB (Red+Green+Blue) = 239+25+21=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1915 is #10E6EA. Grayscale: #585858. Windows color (decimal): -1107691 or 1382895. OLE color: 1382895.
HSL color Cylindrical-coordinate representation of color #EF1915: hue angle of 1.1º 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 #EF1915 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 21 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.06 |
| HSL | 1.1º | 0.87% | 0.51% | - |
| HSV(B) | 1.1º | 0.91% | 0.94% | - |
| XYZ | 36.08 | 19.1 | 2.49 | - |
| YUV | 88.53 | 89.9 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 21 | 0 | 0.90 | 0.91 | 0.06 | 1.1 | 0.87 | 0.51 |
| Hex | EF | 19 | 15 | 0 | 5A | 5B | 6 | 1 | 57 | 33 |
| Octal | 357 | 31 | 25 | 0 | 132 | 133 | 6 | 1 | 127 | 63 |
| Binary | 11101111 | 11001 | 10101 | 0 | 1011010 | 1011011 | 110 | 1 | 1010111 | 110011 |
Color Harmonies of #EF1915
Complementary color
Monochromatic Colors of #EF1915
Black with #EF1915
Text Example
Text Example
White with #EF1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1915; }
p { color: rgb(239,25,21); }
H1.HeaderClassName
{
color: #EF1915;
}
.AnyTagClassName
{
color: #EF1915;
}
</style>
background-color css
<style>
a { background-color: #EF1915; }
a { background-color: rgb(239,25,21); }
div.DivClassName
{
background-color: #EF1915;
}
.BgClassName
{
background-color: #EF1915;
}
</style>
border-color css
<style>
span { border-color: #EF1915; }
span { border-color: rgb(239,25,21); }
td.TdClassName
{
border-color: #EF1915;
}
.TagClassName
{
border-color: #EF1915;
}
</style>