Shades of Scarlet #EF1E1A
Tints of Scarlet #EF1E1A
RGB
CMYK
RGB Variations
Color information
#EF1E1A (or 0xEF1E1A) is known color: Scarlet. HEX triplet: EF, 1E and 1A. RGB value is (239,30,26). Sum of RGB (Red+Green+Blue) = 239+30+26=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E1A is #10E1E5. Grayscale: #5C5C5C. Windows color (decimal): -1106406 or 1711855. OLE color: 1711855.
HSL color Cylindrical-coordinate representation of color #EF1E1A: hue angle of 1.13º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1E1A is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 26 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.06 |
| HSL | 1.13º | 0.87% | 0.52% | - |
| HSV(B) | 1.13º | 0.89% | 0.94% | - |
| XYZ | 36.25 | 19.35 | 2.8 | - |
| YUV | 92.04 | 90.74 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 26 | 0 | 0.87 | 0.89 | 0.06 | 1.13 | 0.87 | 0.52 |
| Hex | EF | 1E | 1A | 0 | 57 | 59 | 6 | 1 | 57 | 34 |
| Octal | 357 | 36 | 32 | 0 | 127 | 131 | 6 | 1 | 127 | 64 |
| Binary | 11101111 | 11110 | 11010 | 0 | 1010111 | 1011001 | 110 | 1 | 1010111 | 110100 |
Color Harmonies of #EF1E1A
Complementary color
Monochromatic Colors of #EF1E1A
Black with #EF1E1A
Text Example
Text Example
White with #EF1E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E1A; }
p { color: rgb(239,30,26); }
H1.HeaderClassName
{
color: #EF1E1A;
}
.AnyTagClassName
{
color: #EF1E1A;
}
</style>
background-color css
<style>
a { background-color: #EF1E1A; }
a { background-color: rgb(239,30,26); }
div.DivClassName
{
background-color: #EF1E1A;
}
.BgClassName
{
background-color: #EF1E1A;
}
</style>
border-color css
<style>
span { border-color: #EF1E1A; }
span { border-color: rgb(239,30,26); }
td.TdClassName
{
border-color: #EF1E1A;
}
.TagClassName
{
border-color: #EF1E1A;
}
</style>