Shades of Scarlet #EF1D15
Tints of Scarlet #EF1D15
RGB
CMYK
RGB Variations
Color information
#EF1D15 (or 0xEF1D15) is known color: Scarlet. HEX triplet: EF, 1D and 15. RGB value is (239,29,21). Sum of RGB (Red+Green+Blue) = 239+29+21=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D15 is #10E2EA. Grayscale: #5B5B5B. Windows color (decimal): -1106667 or 1383919. OLE color: 1383919.
HSL color Cylindrical-coordinate representation of color #EF1D15: hue angle of 2.2º 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 #EF1D15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.06 |
| HSL | 2.2º | 0.87% | 0.51% | - |
| HSV(B) | 2.2º | 0.91% | 0.94% | - |
| XYZ | 36.17 | 19.28 | 2.53 | - |
| YUV | 90.88 | 88.57 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 21 | 0 | 0.88 | 0.91 | 0.06 | 2.2 | 0.87 | 0.51 |
| Hex | EF | 1D | 15 | 0 | 58 | 5B | 6 | 2 | 57 | 33 |
| Octal | 357 | 35 | 25 | 0 | 130 | 133 | 6 | 2 | 127 | 63 |
| Binary | 11101111 | 11101 | 10101 | 0 | 1011000 | 1011011 | 110 | 10 | 1010111 | 110011 |
Color Harmonies of #EF1D15
Complementary color
Monochromatic Colors of #EF1D15
Black with #EF1D15
Text Example
Text Example
White with #EF1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D15; }
p { color: rgb(239,29,21); }
H1.HeaderClassName
{
color: #EF1D15;
}
.AnyTagClassName
{
color: #EF1D15;
}
</style>
background-color css
<style>
a { background-color: #EF1D15; }
a { background-color: rgb(239,29,21); }
div.DivClassName
{
background-color: #EF1D15;
}
.BgClassName
{
background-color: #EF1D15;
}
</style>
border-color css
<style>
span { border-color: #EF1D15; }
span { border-color: rgb(239,29,21); }
td.TdClassName
{
border-color: #EF1D15;
}
.TagClassName
{
border-color: #EF1D15;
}
</style>