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