Shades of Scarlet #EF2F03
Tints of Scarlet #EF2F03
RGB
CMYK
RGB Variations
Color information
#EF2F03 (or 0xEF2F03) is known color: Scarlet. HEX triplet: EF, 2F and 03. RGB value is (239,47,3). Sum of RGB (Red+Green+Blue) = 239+47+3=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2F03 is #10D0FC. Grayscale: #636363. Windows color (decimal): -1102077 or 208879. OLE color: 208879.
HSL color Cylindrical-coordinate representation of color #EF2F03: hue angle of 11.19º 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 #EF2F03 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.06 |
| HSL | 11.19º | 0.98% | 0.47% | - |
| HSV(B) | 11.19º | 0.99% | 0.94% | - |
| XYZ | 36.63 | 20.39 | 2.09 | - |
| YUV | 99.39 | 73.61 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 3 | 0 | 0.80 | 0.99 | 0.06 | 11.19 | 0.98 | 0.47 |
| Hex | EF | 2F | 3 | 0 | 50 | 63 | 6 | B | 62 | 2F |
| Octal | 357 | 57 | 3 | 0 | 120 | 143 | 6 | 13 | 142 | 57 |
| Binary | 11101111 | 101111 | 11 | 0 | 1010000 | 1100011 | 110 | 1011 | 1100010 | 101111 |
Color Harmonies of #EF2F03
Complementary color
Monochromatic Colors of #EF2F03
Black with #EF2F03
Text Example
Text Example
White with #EF2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F03; }
p { color: rgb(239,47,3); }
H1.HeaderClassName
{
color: #EF2F03;
}
.AnyTagClassName
{
color: #EF2F03;
}
</style>
background-color css
<style>
a { background-color: #EF2F03; }
a { background-color: rgb(239,47,3); }
div.DivClassName
{
background-color: #EF2F03;
}
.BgClassName
{
background-color: #EF2F03;
}
</style>
border-color css
<style>
span { border-color: #EF2F03; }
span { border-color: rgb(239,47,3); }
td.TdClassName
{
border-color: #EF2F03;
}
.TagClassName
{
border-color: #EF2F03;
}
</style>