Shades of Scarlet #EF1D10
Tints of Scarlet #EF1D10
RGB
CMYK
RGB Variations
Color information
#EF1D10 (or 0xEF1D10) is known color: Scarlet. HEX triplet: EF, 1D and 10. RGB value is (239,29,16). Sum of RGB (Red+Green+Blue) = 239+29+16=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D10 is #10E2EF. Grayscale: #5A5A5A. Windows color (decimal): -1106672 or 1056239. OLE color: 1056239.
HSL color Cylindrical-coordinate representation of color #EF1D10: hue angle of 3.5º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1D10 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 16 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.06 |
| HSL | 3.5º | 0.87% | 0.5% | - |
| HSV(B) | 3.5º | 0.93% | 0.94% | - |
| XYZ | 36.13 | 19.27 | 2.3 | - |
| YUV | 90.31 | 86.07 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 16 | 0 | 0.88 | 0.93 | 0.06 | 3.5 | 0.87 | 0.5 |
| Hex | EF | 1D | 10 | 0 | 58 | 5D | 6 | 3 | 57 | 32 |
| Octal | 357 | 35 | 20 | 0 | 130 | 135 | 6 | 3 | 127 | 62 |
| Binary | 11101111 | 11101 | 10000 | 0 | 1011000 | 1011101 | 110 | 11 | 1010111 | 110010 |
Color Harmonies of #EF1D10
Complementary color
Monochromatic Colors of #EF1D10
Black with #EF1D10
Text Example
Text Example
White with #EF1D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D10; }
p { color: rgb(239,29,16); }
H1.HeaderClassName
{
color: #EF1D10;
}
.AnyTagClassName
{
color: #EF1D10;
}
</style>
background-color css
<style>
a { background-color: #EF1D10; }
a { background-color: rgb(239,29,16); }
div.DivClassName
{
background-color: #EF1D10;
}
.BgClassName
{
background-color: #EF1D10;
}
</style>
border-color css
<style>
span { border-color: #EF1D10; }
span { border-color: rgb(239,29,16); }
td.TdClassName
{
border-color: #EF1D10;
}
.TagClassName
{
border-color: #EF1D10;
}
</style>