Shades of Scarlet #EF2603
Tints of Scarlet #EF2603
RGB
CMYK
RGB Variations
Color information
#EF2603 (or 0xEF2603) is known color: Scarlet. HEX triplet: EF, 26 and 03. RGB value is (239,38,3). Sum of RGB (Red+Green+Blue) = 239+38+3=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2603 is #10D9FC. Grayscale: #5E5E5E. Windows color (decimal): -1104381 or 206575. OLE color: 206575.
HSL color Cylindrical-coordinate representation of color #EF2603: hue angle of 8.9º 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 #EF2603 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.06 |
| HSL | 8.9º | 0.98% | 0.47% | - |
| HSV(B) | 8.9º | 0.99% | 0.94% | - |
| XYZ | 36.31 | 19.74 | 1.98 | - |
| YUV | 94.11 | 76.59 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 3 | 0 | 0.84 | 0.99 | 0.06 | 8.9 | 0.98 | 0.47 |
| Hex | EF | 26 | 3 | 0 | 54 | 63 | 6 | 9 | 62 | 2F |
| Octal | 357 | 46 | 3 | 0 | 124 | 143 | 6 | 11 | 142 | 57 |
| Binary | 11101111 | 100110 | 11 | 0 | 1010100 | 1100011 | 110 | 1001 | 1100010 | 101111 |
Color Harmonies of #EF2603
Complementary color
Monochromatic Colors of #EF2603
Black with #EF2603
Text Example
Text Example
White with #EF2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2603; }
p { color: rgb(239,38,3); }
H1.HeaderClassName
{
color: #EF2603;
}
.AnyTagClassName
{
color: #EF2603;
}
</style>
background-color css
<style>
a { background-color: #EF2603; }
a { background-color: rgb(239,38,3); }
div.DivClassName
{
background-color: #EF2603;
}
.BgClassName
{
background-color: #EF2603;
}
</style>
border-color css
<style>
span { border-color: #EF2603; }
span { border-color: rgb(239,38,3); }
td.TdClassName
{
border-color: #EF2603;
}
.TagClassName
{
border-color: #EF2603;
}
</style>