Shades of Scarlet #EF1F1D
Tints of Scarlet #EF1F1D
RGB
CMYK
RGB Variations
Color information
#EF1F1D (or 0xEF1F1D) is known color: Scarlet. HEX triplet: EF, 1F and 1D. RGB value is (239,31,29). Sum of RGB (Red+Green+Blue) = 239+31+29=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F1D is #10E0E2. Grayscale: #5D5D5D. Windows color (decimal): -1106147 or 1908719. OLE color: 1908719.
HSL color Cylindrical-coordinate representation of color #EF1F1D: hue angle of 0.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1F1D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 29 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.06 |
| HSL | 0.57º | 0.87% | 0.53% | - |
| HSV(B) | 0.57º | 0.88% | 0.94% | - |
| XYZ | 36.31 | 19.42 | 3 | - |
| YUV | 92.96 | 91.91 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 29 | 0 | 0.87 | 0.88 | 0.06 | 0.57 | 0.87 | 0.53 |
| Hex | EF | 1F | 1D | 0 | 57 | 58 | 6 | 1 | 57 | 35 |
| Octal | 357 | 37 | 35 | 0 | 127 | 130 | 6 | 1 | 127 | 65 |
| Binary | 11101111 | 11111 | 11101 | 0 | 1010111 | 1011000 | 110 | 1 | 1010111 | 110101 |
Color Harmonies of #EF1F1D
Complementary color
Monochromatic Colors of #EF1F1D
Black with #EF1F1D
Text Example
Text Example
White with #EF1F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F1D; }
p { color: rgb(239,31,29); }
H1.HeaderClassName
{
color: #EF1F1D;
}
.AnyTagClassName
{
color: #EF1F1D;
}
</style>
background-color css
<style>
a { background-color: #EF1F1D; }
a { background-color: rgb(239,31,29); }
div.DivClassName
{
background-color: #EF1F1D;
}
.BgClassName
{
background-color: #EF1F1D;
}
</style>
border-color css
<style>
span { border-color: #EF1F1D; }
span { border-color: rgb(239,31,29); }
td.TdClassName
{
border-color: #EF1F1D;
}
.TagClassName
{
border-color: #EF1F1D;
}
</style>