Shades of Scarlet #EF2D13
Tints of Scarlet #EF2D13
RGB
CMYK
RGB Variations
Color information
#EF2D13 (or 0xEF2D13) is known color: Scarlet. HEX triplet: EF, 2D and 13. RGB value is (239,45,19). Sum of RGB (Red+Green+Blue) = 239+45+19=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2D13 is #10D2EC. Grayscale: #646464. Windows color (decimal): -1102573 or 1256943. OLE color: 1256943.
HSL color Cylindrical-coordinate representation of color #EF2D13: hue angle of 7.09º 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 #EF2D13 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 19 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.06 |
| HSL | 7.09º | 0.87% | 0.51% | - |
| HSV(B) | 7.09º | 0.92% | 0.94% | - |
| XYZ | 36.65 | 20.27 | 2.6 | - |
| YUV | 100.04 | 82.27 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 19 | 0 | 0.81 | 0.92 | 0.06 | 7.09 | 0.87 | 0.51 |
| Hex | EF | 2D | 13 | 0 | 51 | 5C | 6 | 7 | 57 | 33 |
| Octal | 357 | 55 | 23 | 0 | 121 | 134 | 6 | 7 | 127 | 63 |
| Binary | 11101111 | 101101 | 10011 | 0 | 1010001 | 1011100 | 110 | 111 | 1010111 | 110011 |
Color Harmonies of #EF2D13
Complementary color
Monochromatic Colors of #EF2D13
Black with #EF2D13
Text Example
Text Example
White with #EF2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D13; }
p { color: rgb(239,45,19); }
H1.HeaderClassName
{
color: #EF2D13;
}
.AnyTagClassName
{
color: #EF2D13;
}
</style>
background-color css
<style>
a { background-color: #EF2D13; }
a { background-color: rgb(239,45,19); }
div.DivClassName
{
background-color: #EF2D13;
}
.BgClassName
{
background-color: #EF2D13;
}
</style>
border-color css
<style>
span { border-color: #EF2D13; }
span { border-color: rgb(239,45,19); }
td.TdClassName
{
border-color: #EF2D13;
}
.TagClassName
{
border-color: #EF2D13;
}
</style>