Shades of Scarlet #EF1B11
Tints of Scarlet #EF1B11
RGB
CMYK
RGB Variations
Color information
#EF1B11 (or 0xEF1B11) is known color: Scarlet. HEX triplet: EF, 1B and 11. RGB value is (239,27,17). Sum of RGB (Red+Green+Blue) = 239+27+17=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1B11 is #10E4EE. Grayscale: #595959. Windows color (decimal): -1107183 or 1121263. OLE color: 1121263.
HSL color Cylindrical-coordinate representation of color #EF1B11: hue angle of 2.7º 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 #EF1B11 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 17 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.06 |
| HSL | 2.7º | 0.87% | 0.5% | - |
| HSV(B) | 2.7º | 0.93% | 0.94% | - |
| XYZ | 36.09 | 19.18 | 2.33 | - |
| YUV | 89.25 | 87.24 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 17 | 0 | 0.89 | 0.93 | 0.06 | 2.7 | 0.87 | 0.5 |
| Hex | EF | 1B | 11 | 0 | 59 | 5D | 6 | 3 | 57 | 32 |
| Octal | 357 | 33 | 21 | 0 | 131 | 135 | 6 | 3 | 127 | 62 |
| Binary | 11101111 | 11011 | 10001 | 0 | 1011001 | 1011101 | 110 | 11 | 1010111 | 110010 |
Color Harmonies of #EF1B11
Complementary color
Monochromatic Colors of #EF1B11
Black with #EF1B11
Text Example
Text Example
White with #EF1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B11; }
p { color: rgb(239,27,17); }
H1.HeaderClassName
{
color: #EF1B11;
}
.AnyTagClassName
{
color: #EF1B11;
}
</style>
background-color css
<style>
a { background-color: #EF1B11; }
a { background-color: rgb(239,27,17); }
div.DivClassName
{
background-color: #EF1B11;
}
.BgClassName
{
background-color: #EF1B11;
}
</style>
border-color css
<style>
span { border-color: #EF1B11; }
span { border-color: rgb(239,27,17); }
td.TdClassName
{
border-color: #EF1B11;
}
.TagClassName
{
border-color: #EF1B11;
}
</style>