Shades of Scarlet #EF2703
Tints of Scarlet #EF2703
RGB
CMYK
RGB Variations
Color information
#EF2703 (or 0xEF2703) is known color: Scarlet. HEX triplet: EF, 27 and 03. RGB value is (239,39,3). Sum of RGB (Red+Green+Blue) = 239+39+3=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2703 is #10D8FC. Grayscale: #5F5F5F. Windows color (decimal): -1104125 or 206831. OLE color: 206831.
HSL color Cylindrical-coordinate representation of color #EF2703: hue angle of 9.15º 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 #EF2703 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.06 |
| HSL | 9.15º | 0.98% | 0.47% | - |
| HSV(B) | 9.15º | 0.99% | 0.94% | - |
| XYZ | 36.34 | 19.81 | 1.99 | - |
| YUV | 94.7 | 76.26 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 3 | 0 | 0.84 | 0.99 | 0.06 | 9.15 | 0.98 | 0.47 |
| Hex | EF | 27 | 3 | 0 | 54 | 63 | 6 | 9 | 62 | 2F |
| Octal | 357 | 47 | 3 | 0 | 124 | 143 | 6 | 11 | 142 | 57 |
| Binary | 11101111 | 100111 | 11 | 0 | 1010100 | 1100011 | 110 | 1001 | 1100010 | 101111 |
Color Harmonies of #EF2703
Complementary color
Monochromatic Colors of #EF2703
Black with #EF2703
Text Example
Text Example
White with #EF2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2703; }
p { color: rgb(239,39,3); }
H1.HeaderClassName
{
color: #EF2703;
}
.AnyTagClassName
{
color: #EF2703;
}
</style>
background-color css
<style>
a { background-color: #EF2703; }
a { background-color: rgb(239,39,3); }
div.DivClassName
{
background-color: #EF2703;
}
.BgClassName
{
background-color: #EF2703;
}
</style>
border-color css
<style>
span { border-color: #EF2703; }
span { border-color: rgb(239,39,3); }
td.TdClassName
{
border-color: #EF2703;
}
.TagClassName
{
border-color: #EF2703;
}
</style>