Shades of Scarlet #EF1F03
Tints of Scarlet #EF1F03
RGB
CMYK
RGB Variations
Color information
#EF1F03 (or 0xEF1F03) is known color: Scarlet. HEX triplet: EF, 1F and 03. RGB value is (239,31,3). Sum of RGB (Red+Green+Blue) = 239+31+3=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1F03 is #10E0FC. Grayscale: #5A5A5A. Windows color (decimal): -1106173 or 204783. OLE color: 204783.
HSL color Cylindrical-coordinate representation of color #EF1F03: hue angle of 7.12º 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 #EF1F03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.06 |
| HSL | 7.12º | 0.98% | 0.47% | - |
| HSV(B) | 7.12º | 0.99% | 0.94% | - |
| XYZ | 36.1 | 19.34 | 1.92 | - |
| YUV | 90 | 78.91 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 3 | 0 | 0.87 | 0.99 | 0.06 | 7.12 | 0.98 | 0.47 |
| Hex | EF | 1F | 3 | 0 | 57 | 63 | 6 | 7 | 62 | 2F |
| Octal | 357 | 37 | 3 | 0 | 127 | 143 | 6 | 7 | 142 | 57 |
| Binary | 11101111 | 11111 | 11 | 0 | 1010111 | 1100011 | 110 | 111 | 1100010 | 101111 |
Color Harmonies of #EF1F03
Complementary color
Monochromatic Colors of #EF1F03
Black with #EF1F03
Text Example
Text Example
White with #EF1F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F03; }
p { color: rgb(239,31,3); }
H1.HeaderClassName
{
color: #EF1F03;
}
.AnyTagClassName
{
color: #EF1F03;
}
</style>
background-color css
<style>
a { background-color: #EF1F03; }
a { background-color: rgb(239,31,3); }
div.DivClassName
{
background-color: #EF1F03;
}
.BgClassName
{
background-color: #EF1F03;
}
</style>
border-color css
<style>
span { border-color: #EF1F03; }
span { border-color: rgb(239,31,3); }
td.TdClassName
{
border-color: #EF1F03;
}
.TagClassName
{
border-color: #EF1F03;
}
</style>