Shades of Scarlet #EF2E03
Tints of Scarlet #EF2E03
RGB
CMYK
RGB Variations
Color information
#EF2E03 (or 0xEF2E03) is known color: Scarlet. HEX triplet: EF, 2E and 03. RGB value is (239,46,3). Sum of RGB (Red+Green+Blue) = 239+46+3=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2E03 is #10D1FC. Grayscale: #636363. Windows color (decimal): -1102333 or 208623. OLE color: 208623.
HSL color Cylindrical-coordinate representation of color #EF2E03: hue angle of 10.93º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF2E03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.06 |
| HSL | 10.93º | 0.98% | 0.47% | - |
| HSV(B) | 10.93º | 0.99% | 0.94% | - |
| XYZ | 36.59 | 20.31 | 2.08 | - |
| YUV | 98.81 | 73.94 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 3 | 0 | 0.81 | 0.99 | 0.06 | 10.93 | 0.98 | 0.47 |
| Hex | EF | 2E | 3 | 0 | 51 | 63 | 6 | B | 62 | 2F |
| Octal | 357 | 56 | 3 | 0 | 121 | 143 | 6 | 13 | 142 | 57 |
| Binary | 11101111 | 101110 | 11 | 0 | 1010001 | 1100011 | 110 | 1011 | 1100010 | 101111 |
Color Harmonies of #EF2E03
Complementary color
Monochromatic Colors of #EF2E03
Black with #EF2E03
Text Example
Text Example
White with #EF2E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E03; }
p { color: rgb(239,46,3); }
H1.HeaderClassName
{
color: #EF2E03;
}
.AnyTagClassName
{
color: #EF2E03;
}
</style>
background-color css
<style>
a { background-color: #EF2E03; }
a { background-color: rgb(239,46,3); }
div.DivClassName
{
background-color: #EF2E03;
}
.BgClassName
{
background-color: #EF2E03;
}
</style>
border-color css
<style>
span { border-color: #EF2E03; }
span { border-color: rgb(239,46,3); }
td.TdClassName
{
border-color: #EF2E03;
}
.TagClassName
{
border-color: #EF2E03;
}
</style>