Shades of Scarlet #EF1C15
Tints of Scarlet #EF1C15
RGB
CMYK
RGB Variations
Color information
#EF1C15 (or 0xEF1C15) is known color: Scarlet. HEX triplet: EF, 1C and 15. RGB value is (239,28,21). Sum of RGB (Red+Green+Blue) = 239+28+21=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1C15 is #10E3EA. Grayscale: #5A5A5A. Windows color (decimal): -1106923 or 1383663. OLE color: 1383663.
HSL color Cylindrical-coordinate representation of color #EF1C15: hue angle of 1.93º 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 #EF1C15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.06 |
| HSL | 1.93º | 0.87% | 0.51% | - |
| HSV(B) | 1.93º | 0.91% | 0.94% | - |
| XYZ | 36.15 | 19.24 | 2.52 | - |
| YUV | 90.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 21 | 0 | 0.88 | 0.91 | 0.06 | 1.93 | 0.87 | 0.51 |
| Hex | EF | 1C | 15 | 0 | 58 | 5B | 6 | 2 | 57 | 33 |
| Octal | 357 | 34 | 25 | 0 | 130 | 133 | 6 | 2 | 127 | 63 |
| Binary | 11101111 | 11100 | 10101 | 0 | 1011000 | 1011011 | 110 | 10 | 1010111 | 110011 |
Color Harmonies of #EF1C15
Complementary color
Monochromatic Colors of #EF1C15
Black with #EF1C15
Text Example
Text Example
White with #EF1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C15; }
p { color: rgb(239,28,21); }
H1.HeaderClassName
{
color: #EF1C15;
}
.AnyTagClassName
{
color: #EF1C15;
}
</style>
background-color css
<style>
a { background-color: #EF1C15; }
a { background-color: rgb(239,28,21); }
div.DivClassName
{
background-color: #EF1C15;
}
.BgClassName
{
background-color: #EF1C15;
}
</style>
border-color css
<style>
span { border-color: #EF1C15; }
span { border-color: rgb(239,28,21); }
td.TdClassName
{
border-color: #EF1C15;
}
.TagClassName
{
border-color: #EF1C15;
}
</style>