Shades of Scarlet #EF260A
Tints of Scarlet #EF260A
RGB
CMYK
RGB Variations
Color information
#EF260A (or 0xEF260A) is known color: Scarlet. HEX triplet: EF, 26 and 0A. RGB value is (239,38,10). Sum of RGB (Red+Green+Blue) = 239+38+10=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF260A is #10D9F5. Grayscale: #5F5F5F. Windows color (decimal): -1104374 or 665327. OLE color: 665327.
HSL color Cylindrical-coordinate representation of color #EF260A: hue angle of 7.34º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF260A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.06 |
| HSL | 7.34º | 0.92% | 0.49% | - |
| HSV(B) | 7.34º | 0.96% | 0.94% | - |
| XYZ | 36.34 | 19.76 | 2.19 | - |
| YUV | 94.91 | 80.09 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 10 | 0 | 0.84 | 0.96 | 0.06 | 7.34 | 0.92 | 0.49 |
| Hex | EF | 26 | A | 0 | 54 | 60 | 6 | 7 | 5C | 31 |
| Octal | 357 | 46 | 12 | 0 | 124 | 140 | 6 | 7 | 134 | 61 |
| Binary | 11101111 | 100110 | 1010 | 0 | 1010100 | 1100000 | 110 | 111 | 1011100 | 110001 |
Color Harmonies of #EF260A
Complementary color
Monochromatic Colors of #EF260A
Black with #EF260A
Text Example
Text Example
White with #EF260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF260A; }
p { color: rgb(239,38,10); }
H1.HeaderClassName
{
color: #EF260A;
}
.AnyTagClassName
{
color: #EF260A;
}
</style>
background-color css
<style>
a { background-color: #EF260A; }
a { background-color: rgb(239,38,10); }
div.DivClassName
{
background-color: #EF260A;
}
.BgClassName
{
background-color: #EF260A;
}
</style>
border-color css
<style>
span { border-color: #EF260A; }
span { border-color: rgb(239,38,10); }
td.TdClassName
{
border-color: #EF260A;
}
.TagClassName
{
border-color: #EF260A;
}
</style>