Shades of Scarlet #EF2413
Tints of Scarlet #EF2413
RGB
CMYK
RGB Variations
Color information
#EF2413 (or 0xEF2413) is known color: Scarlet. HEX triplet: EF, 24 and 13. RGB value is (239,36,19). Sum of RGB (Red+Green+Blue) = 239+36+19=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2413 is #10DBEC. Grayscale: #5F5F5F. Windows color (decimal): -1104877 or 1254639. OLE color: 1254639.
HSL color Cylindrical-coordinate representation of color #EF2413: hue angle of 4.64º 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 #EF2413 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.06 |
| HSL | 4.64º | 0.87% | 0.51% | - |
| HSV(B) | 4.64º | 0.92% | 0.94% | - |
| XYZ | 36.35 | 19.66 | 2.5 | - |
| YUV | 94.76 | 85.25 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 19 | 0 | 0.85 | 0.92 | 0.06 | 4.64 | 0.87 | 0.51 |
| Hex | EF | 24 | 13 | 0 | 55 | 5C | 6 | 5 | 57 | 33 |
| Octal | 357 | 44 | 23 | 0 | 125 | 134 | 6 | 5 | 127 | 63 |
| Binary | 11101111 | 100100 | 10011 | 0 | 1010101 | 1011100 | 110 | 101 | 1010111 | 110011 |
Color Harmonies of #EF2413
Complementary color
Monochromatic Colors of #EF2413
Black with #EF2413
Text Example
Text Example
White with #EF2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2413; }
p { color: rgb(239,36,19); }
H1.HeaderClassName
{
color: #EF2413;
}
.AnyTagClassName
{
color: #EF2413;
}
</style>
background-color css
<style>
a { background-color: #EF2413; }
a { background-color: rgb(239,36,19); }
div.DivClassName
{
background-color: #EF2413;
}
.BgClassName
{
background-color: #EF2413;
}
</style>
border-color css
<style>
span { border-color: #EF2413; }
span { border-color: rgb(239,36,19); }
td.TdClassName
{
border-color: #EF2413;
}
.TagClassName
{
border-color: #EF2413;
}
</style>