Shades of Scarlet #EF2A1D
Tints of Scarlet #EF2A1D
RGB
CMYK
RGB Variations
Color information
#EF2A1D (or 0xEF2A1D) is known color: Scarlet. HEX triplet: EF, 2A and 1D. RGB value is (239,42,29). Sum of RGB (Red+Green+Blue) = 239+42+29=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A1D is #10D5E2. Grayscale: #636363. Windows color (decimal): -1103331 or 1911535. OLE color: 1911535.
HSL color Cylindrical-coordinate representation of color #EF2A1D: hue angle of 3.71º 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 #EF2A1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.06 |
| HSL | 3.71º | 0.87% | 0.53% | - |
| HSV(B) | 3.71º | 0.88% | 0.94% | - |
| XYZ | 36.65 | 20.1 | 3.11 | - |
| YUV | 99.42 | 88.27 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 29 | 0 | 0.82 | 0.88 | 0.06 | 3.71 | 0.87 | 0.53 |
| Hex | EF | 2A | 1D | 0 | 52 | 58 | 6 | 4 | 57 | 35 |
| Octal | 357 | 52 | 35 | 0 | 122 | 130 | 6 | 4 | 127 | 65 |
| Binary | 11101111 | 101010 | 11101 | 0 | 1010010 | 1011000 | 110 | 100 | 1010111 | 110101 |
Color Harmonies of #EF2A1D
Complementary color
Monochromatic Colors of #EF2A1D
Black with #EF2A1D
Text Example
Text Example
White with #EF2A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A1D; }
p { color: rgb(239,42,29); }
H1.HeaderClassName
{
color: #EF2A1D;
}
.AnyTagClassName
{
color: #EF2A1D;
}
</style>
background-color css
<style>
a { background-color: #EF2A1D; }
a { background-color: rgb(239,42,29); }
div.DivClassName
{
background-color: #EF2A1D;
}
.BgClassName
{
background-color: #EF2A1D;
}
</style>
border-color css
<style>
span { border-color: #EF2A1D; }
span { border-color: rgb(239,42,29); }
td.TdClassName
{
border-color: #EF2A1D;
}
.TagClassName
{
border-color: #EF2A1D;
}
</style>