Shades of Scarlet #EF1D13
Tints of Scarlet #EF1D13
RGB
CMYK
RGB Variations
Color information
#EF1D13 (or 0xEF1D13) is known color: Scarlet. HEX triplet: EF, 1D and 13. RGB value is (239,29,19). Sum of RGB (Red+Green+Blue) = 239+29+19=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D13 is #10E2EC. Grayscale: #5A5A5A. Windows color (decimal): -1106669 or 1252847. OLE color: 1252847.
HSL color Cylindrical-coordinate representation of color #EF1D13: hue angle of 2.73º 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 #EF1D13 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 19 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.06 |
| HSL | 2.73º | 0.87% | 0.51% | - |
| HSV(B) | 2.73º | 0.92% | 0.94% | - |
| XYZ | 36.15 | 19.28 | 2.43 | - |
| YUV | 90.65 | 87.57 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 19 | 0 | 0.88 | 0.92 | 0.06 | 2.73 | 0.87 | 0.51 |
| Hex | EF | 1D | 13 | 0 | 58 | 5C | 6 | 3 | 57 | 33 |
| Octal | 357 | 35 | 23 | 0 | 130 | 134 | 6 | 3 | 127 | 63 |
| Binary | 11101111 | 11101 | 10011 | 0 | 1011000 | 1011100 | 110 | 11 | 1010111 | 110011 |
Color Harmonies of #EF1D13
Complementary color
Monochromatic Colors of #EF1D13
Black with #EF1D13
Text Example
Text Example
White with #EF1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D13; }
p { color: rgb(239,29,19); }
H1.HeaderClassName
{
color: #EF1D13;
}
.AnyTagClassName
{
color: #EF1D13;
}
</style>
background-color css
<style>
a { background-color: #EF1D13; }
a { background-color: rgb(239,29,19); }
div.DivClassName
{
background-color: #EF1D13;
}
.BgClassName
{
background-color: #EF1D13;
}
</style>
border-color css
<style>
span { border-color: #EF1D13; }
span { border-color: rgb(239,29,19); }
td.TdClassName
{
border-color: #EF1D13;
}
.TagClassName
{
border-color: #EF1D13;
}
</style>