Shades of Scarlet #EF2E13
Tints of Scarlet #EF2E13
RGB
CMYK
RGB Variations
Color information
#EF2E13 (or 0xEF2E13) is known color: Scarlet. HEX triplet: EF, 2E and 13. RGB value is (239,46,19). Sum of RGB (Red+Green+Blue) = 239+46+19=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2E13 is #10D1EC. Grayscale: #646464. Windows color (decimal): -1102317 or 1257199. OLE color: 1257199.
HSL color Cylindrical-coordinate representation of color #EF2E13: hue angle of 7.36º 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 #EF2E13 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 19 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.06 |
| HSL | 7.36º | 0.87% | 0.51% | - |
| HSV(B) | 7.36º | 0.92% | 0.94% | - |
| XYZ | 36.69 | 20.35 | 2.61 | - |
| YUV | 100.63 | 81.94 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 19 | 0 | 0.81 | 0.92 | 0.06 | 7.36 | 0.87 | 0.51 |
| Hex | EF | 2E | 13 | 0 | 51 | 5C | 6 | 7 | 57 | 33 |
| Octal | 357 | 56 | 23 | 0 | 121 | 134 | 6 | 7 | 127 | 63 |
| Binary | 11101111 | 101110 | 10011 | 0 | 1010001 | 1011100 | 110 | 111 | 1010111 | 110011 |
Color Harmonies of #EF2E13
Complementary color
Monochromatic Colors of #EF2E13
Black with #EF2E13
Text Example
Text Example
White with #EF2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E13; }
p { color: rgb(239,46,19); }
H1.HeaderClassName
{
color: #EF2E13;
}
.AnyTagClassName
{
color: #EF2E13;
}
</style>
background-color css
<style>
a { background-color: #EF2E13; }
a { background-color: rgb(239,46,19); }
div.DivClassName
{
background-color: #EF2E13;
}
.BgClassName
{
background-color: #EF2E13;
}
</style>
border-color css
<style>
span { border-color: #EF2E13; }
span { border-color: rgb(239,46,19); }
td.TdClassName
{
border-color: #EF2E13;
}
.TagClassName
{
border-color: #EF2E13;
}
</style>