Shades of Scarlet #EF1F13
Tints of Scarlet #EF1F13
RGB
CMYK
RGB Variations
Color information
#EF1F13 (or 0xEF1F13) is known color: Scarlet. HEX triplet: EF, 1F and 13. RGB value is (239,31,19). Sum of RGB (Red+Green+Blue) = 239+31+19=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1F13 is #10E0EC. Grayscale: #5C5C5C. Windows color (decimal): -1106157 or 1253359. OLE color: 1253359.
HSL color Cylindrical-coordinate representation of color #EF1F13: hue angle of 3.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1F13 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 19 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.06 |
| HSL | 3.27º | 0.87% | 0.51% | - |
| HSV(B) | 3.27º | 0.92% | 0.94% | - |
| XYZ | 36.2 | 19.38 | 2.45 | - |
| YUV | 91.82 | 86.91 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 19 | 0 | 0.87 | 0.92 | 0.06 | 3.27 | 0.87 | 0.51 |
| Hex | EF | 1F | 13 | 0 | 57 | 5C | 6 | 3 | 57 | 33 |
| Octal | 357 | 37 | 23 | 0 | 127 | 134 | 6 | 3 | 127 | 63 |
| Binary | 11101111 | 11111 | 10011 | 0 | 1010111 | 1011100 | 110 | 11 | 1010111 | 110011 |
Color Harmonies of #EF1F13
Complementary color
Monochromatic Colors of #EF1F13
Black with #EF1F13
Text Example
Text Example
White with #EF1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F13; }
p { color: rgb(239,31,19); }
H1.HeaderClassName
{
color: #EF1F13;
}
.AnyTagClassName
{
color: #EF1F13;
}
</style>
background-color css
<style>
a { background-color: #EF1F13; }
a { background-color: rgb(239,31,19); }
div.DivClassName
{
background-color: #EF1F13;
}
.BgClassName
{
background-color: #EF1F13;
}
</style>
border-color css
<style>
span { border-color: #EF1F13; }
span { border-color: rgb(239,31,19); }
td.TdClassName
{
border-color: #EF1F13;
}
.TagClassName
{
border-color: #EF1F13;
}
</style>