Shades of Scarlet #EF1303
Tints of Scarlet #EF1303
RGB
CMYK
RGB Variations
Color information
#EF1303 (or 0xEF1303) is known color: Scarlet. HEX triplet: EF, 13 and 03. RGB value is (239,19,3). Sum of RGB (Red+Green+Blue) = 239+19+3=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1303 is #10ECFC. Grayscale: #535353. Windows color (decimal): -1109245 or 201711. OLE color: 201711.
HSL color Cylindrical-coordinate representation of color #EF1303: hue angle of 4.07º 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 #EF1303 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.06 |
| HSL | 4.07º | 0.98% | 0.47% | - |
| HSV(B) | 4.07º | 0.99% | 0.94% | - |
| XYZ | 35.85 | 18.82 | 1.83 | - |
| YUV | 82.96 | 82.89 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 3 | 0 | 0.92 | 0.99 | 0.06 | 4.07 | 0.98 | 0.47 |
| Hex | EF | 13 | 3 | 0 | 5C | 63 | 6 | 4 | 62 | 2F |
| Octal | 357 | 23 | 3 | 0 | 134 | 143 | 6 | 4 | 142 | 57 |
| Binary | 11101111 | 10011 | 11 | 0 | 1011100 | 1100011 | 110 | 100 | 1100010 | 101111 |
Color Harmonies of #EF1303
Complementary color
Monochromatic Colors of #EF1303
Black with #EF1303
Text Example
Text Example
White with #EF1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1303; }
p { color: rgb(239,19,3); }
H1.HeaderClassName
{
color: #EF1303;
}
.AnyTagClassName
{
color: #EF1303;
}
</style>
background-color css
<style>
a { background-color: #EF1303; }
a { background-color: rgb(239,19,3); }
div.DivClassName
{
background-color: #EF1303;
}
.BgClassName
{
background-color: #EF1303;
}
</style>
border-color css
<style>
span { border-color: #EF1303; }
span { border-color: rgb(239,19,3); }
td.TdClassName
{
border-color: #EF1303;
}
.TagClassName
{
border-color: #EF1303;
}
</style>