Shades of Scarlet #EF2B11
Tints of Scarlet #EF2B11
RGB
CMYK
RGB Variations
Color information
#EF2B11 (or 0xEF2B11) is known color: Scarlet. HEX triplet: EF, 2B and 11. RGB value is (239,43,17). Sum of RGB (Red+Green+Blue) = 239+43+17=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2B11 is #10D4EE. Grayscale: #626262. Windows color (decimal): -1103087 or 1125359. OLE color: 1125359.
HSL color Cylindrical-coordinate representation of color #EF2B11: hue angle of 7.03º 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 #EF2B11 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 17 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.06 |
| HSL | 7.03º | 0.87% | 0.5% | - |
| HSV(B) | 7.03º | 0.93% | 0.94% | - |
| XYZ | 36.56 | 20.12 | 2.49 | - |
| YUV | 98.64 | 81.93 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 17 | 0 | 0.82 | 0.93 | 0.06 | 7.03 | 0.87 | 0.5 |
| Hex | EF | 2B | 11 | 0 | 52 | 5D | 6 | 7 | 57 | 32 |
| Octal | 357 | 53 | 21 | 0 | 122 | 135 | 6 | 7 | 127 | 62 |
| Binary | 11101111 | 101011 | 10001 | 0 | 1010010 | 1011101 | 110 | 111 | 1010111 | 110010 |
Color Harmonies of #EF2B11
Complementary color
Monochromatic Colors of #EF2B11
Black with #EF2B11
Text Example
Text Example
White with #EF2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B11; }
p { color: rgb(239,43,17); }
H1.HeaderClassName
{
color: #EF2B11;
}
.AnyTagClassName
{
color: #EF2B11;
}
</style>
background-color css
<style>
a { background-color: #EF2B11; }
a { background-color: rgb(239,43,17); }
div.DivClassName
{
background-color: #EF2B11;
}
.BgClassName
{
background-color: #EF2B11;
}
</style>
border-color css
<style>
span { border-color: #EF2B11; }
span { border-color: rgb(239,43,17); }
td.TdClassName
{
border-color: #EF2B11;
}
.TagClassName
{
border-color: #EF2B11;
}
</style>