Shades of Scarlet #EF1E03
Tints of Scarlet #EF1E03
RGB
CMYK
RGB Variations
Color information
#EF1E03 (or 0xEF1E03) is known color: Scarlet. HEX triplet: EF, 1E and 03. RGB value is (239,30,3). Sum of RGB (Red+Green+Blue) = 239+30+3=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E03 is #10E1FC. Grayscale: #595959. Windows color (decimal): -1106429 or 204527. OLE color: 204527.
HSL color Cylindrical-coordinate representation of color #EF1E03: hue angle of 6.86º 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 #EF1E03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.06 |
| HSL | 6.86º | 0.98% | 0.47% | - |
| HSV(B) | 6.86º | 0.99% | 0.94% | - |
| XYZ | 36.08 | 19.29 | 1.91 | - |
| YUV | 89.41 | 79.24 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 3 | 0 | 0.87 | 0.99 | 0.06 | 6.86 | 0.98 | 0.47 |
| Hex | EF | 1E | 3 | 0 | 57 | 63 | 6 | 7 | 62 | 2F |
| Octal | 357 | 36 | 3 | 0 | 127 | 143 | 6 | 7 | 142 | 57 |
| Binary | 11101111 | 11110 | 11 | 0 | 1010111 | 1100011 | 110 | 111 | 1100010 | 101111 |
Color Harmonies of #EF1E03
Complementary color
Monochromatic Colors of #EF1E03
Black with #EF1E03
Text Example
Text Example
White with #EF1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E03; }
p { color: rgb(239,30,3); }
H1.HeaderClassName
{
color: #EF1E03;
}
.AnyTagClassName
{
color: #EF1E03;
}
</style>
background-color css
<style>
a { background-color: #EF1E03; }
a { background-color: rgb(239,30,3); }
div.DivClassName
{
background-color: #EF1E03;
}
.BgClassName
{
background-color: #EF1E03;
}
</style>
border-color css
<style>
span { border-color: #EF1E03; }
span { border-color: rgb(239,30,3); }
td.TdClassName
{
border-color: #EF1E03;
}
.TagClassName
{
border-color: #EF1E03;
}
</style>