Shades of Scarlet #EF1E15
Tints of Scarlet #EF1E15
RGB
CMYK
RGB Variations
Color information
#EF1E15 (or 0xEF1E15) is known color: Scarlet. HEX triplet: EF, 1E and 15. RGB value is (239,30,21). Sum of RGB (Red+Green+Blue) = 239+30+21=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E15 is #10E1EA. Grayscale: #5B5B5B. Windows color (decimal): -1106411 or 1384175. OLE color: 1384175.
HSL color Cylindrical-coordinate representation of color #EF1E15: hue angle of 2.48º 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 #EF1E15 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 21 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.06 |
| HSL | 2.48º | 0.87% | 0.51% | - |
| HSV(B) | 2.48º | 0.91% | 0.94% | - |
| XYZ | 36.2 | 19.33 | 2.53 | - |
| YUV | 91.47 | 88.24 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 21 | 0 | 0.87 | 0.91 | 0.06 | 2.48 | 0.87 | 0.51 |
| Hex | EF | 1E | 15 | 0 | 57 | 5B | 6 | 2 | 57 | 33 |
| Octal | 357 | 36 | 25 | 0 | 127 | 133 | 6 | 2 | 127 | 63 |
| Binary | 11101111 | 11110 | 10101 | 0 | 1010111 | 1011011 | 110 | 10 | 1010111 | 110011 |
Color Harmonies of #EF1E15
Complementary color
Monochromatic Colors of #EF1E15
Black with #EF1E15
Text Example
Text Example
White with #EF1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E15; }
p { color: rgb(239,30,21); }
H1.HeaderClassName
{
color: #EF1E15;
}
.AnyTagClassName
{
color: #EF1E15;
}
</style>
background-color css
<style>
a { background-color: #EF1E15; }
a { background-color: rgb(239,30,21); }
div.DivClassName
{
background-color: #EF1E15;
}
.BgClassName
{
background-color: #EF1E15;
}
</style>
border-color css
<style>
span { border-color: #EF1E15; }
span { border-color: rgb(239,30,21); }
td.TdClassName
{
border-color: #EF1E15;
}
.TagClassName
{
border-color: #EF1E15;
}
</style>