Shades of Scarlet #EF2605
Tints of Scarlet #EF2605
RGB
CMYK
RGB Variations
Color information
#EF2605 (or 0xEF2605) is known color: Scarlet. HEX triplet: EF, 26 and 05. RGB value is (239,38,5). Sum of RGB (Red+Green+Blue) = 239+38+5=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2605 is #10D9FA. Grayscale: #5E5E5E. Windows color (decimal): -1104379 or 337647. OLE color: 337647.
HSL color Cylindrical-coordinate representation of color #EF2605: hue angle of 8.46º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF2605 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.06 |
| HSL | 8.46º | 0.96% | 0.48% | - |
| HSV(B) | 8.46º | 0.98% | 0.94% | - |
| XYZ | 36.32 | 19.75 | 2.04 | - |
| YUV | 94.34 | 77.59 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 5 | 0 | 0.84 | 0.98 | 0.06 | 8.46 | 0.96 | 0.48 |
| Hex | EF | 26 | 5 | 0 | 54 | 62 | 6 | 8 | 60 | 30 |
| Octal | 357 | 46 | 5 | 0 | 124 | 142 | 6 | 10 | 140 | 60 |
| Binary | 11101111 | 100110 | 101 | 0 | 1010100 | 1100010 | 110 | 1000 | 1100000 | 110000 |
Color Harmonies of #EF2605
Complementary color
Monochromatic Colors of #EF2605
Black with #EF2605
Text Example
Text Example
White with #EF2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2605; }
p { color: rgb(239,38,5); }
H1.HeaderClassName
{
color: #EF2605;
}
.AnyTagClassName
{
color: #EF2605;
}
</style>
background-color css
<style>
a { background-color: #EF2605; }
a { background-color: rgb(239,38,5); }
div.DivClassName
{
background-color: #EF2605;
}
.BgClassName
{
background-color: #EF2605;
}
</style>
border-color css
<style>
span { border-color: #EF2605; }
span { border-color: rgb(239,38,5); }
td.TdClassName
{
border-color: #EF2605;
}
.TagClassName
{
border-color: #EF2605;
}
</style>