Shades of Scarlet #EF2B0E
Tints of Scarlet #EF2B0E
RGB
CMYK
RGB Variations
Color information
#EF2B0E (or 0xEF2B0E) is known color: Scarlet. HEX triplet: EF, 2B and 0E. RGB value is (239,43,14). Sum of RGB (Red+Green+Blue) = 239+43+14=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2B0E is #10D4F1. Grayscale: #626262. Windows color (decimal): -1103090 or 928751. OLE color: 928751.
HSL color Cylindrical-coordinate representation of color #EF2B0E: hue angle of 7.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF2B0E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.06 |
| HSL | 7.73º | 0.89% | 0.5% | - |
| HSV(B) | 7.73º | 0.94% | 0.94% | - |
| XYZ | 36.54 | 20.11 | 2.37 | - |
| YUV | 98.3 | 80.43 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 14 | 0 | 0.82 | 0.94 | 0.06 | 7.73 | 0.89 | 0.5 |
| Hex | EF | 2B | E | 0 | 52 | 5E | 6 | 8 | 59 | 32 |
| Octal | 357 | 53 | 16 | 0 | 122 | 136 | 6 | 10 | 131 | 62 |
| Binary | 11101111 | 101011 | 1110 | 0 | 1010010 | 1011110 | 110 | 1000 | 1011001 | 110010 |
Color Harmonies of #EF2B0E
Complementary color
Monochromatic Colors of #EF2B0E
Black with #EF2B0E
Text Example
Text Example
White with #EF2B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B0E; }
p { color: rgb(239,43,14); }
H1.HeaderClassName
{
color: #EF2B0E;
}
.AnyTagClassName
{
color: #EF2B0E;
}
</style>
background-color css
<style>
a { background-color: #EF2B0E; }
a { background-color: rgb(239,43,14); }
div.DivClassName
{
background-color: #EF2B0E;
}
.BgClassName
{
background-color: #EF2B0E;
}
</style>
border-color css
<style>
span { border-color: #EF2B0E; }
span { border-color: rgb(239,43,14); }
td.TdClassName
{
border-color: #EF2B0E;
}
.TagClassName
{
border-color: #EF2B0E;
}
</style>