Shades of Scarlet #EF261D
Tints of Scarlet #EF261D
RGB
CMYK
RGB Variations
Color information
#EF261D (or 0xEF261D) is known color: Scarlet. HEX triplet: EF, 26 and 1D. RGB value is (239,38,29). Sum of RGB (Red+Green+Blue) = 239+38+29=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF261D is #10D9E2. Grayscale: #616161. Windows color (decimal): -1104355 or 1910511. OLE color: 1910511.
HSL color Cylindrical-coordinate representation of color #EF261D: hue angle of 2.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF261D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.06 |
| HSL | 2.57º | 0.87% | 0.53% | - |
| HSV(B) | 2.57º | 0.88% | 0.94% | - |
| XYZ | 36.51 | 19.83 | 3.06 | - |
| YUV | 97.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 29 | 0 | 0.84 | 0.88 | 0.06 | 2.57 | 0.87 | 0.53 |
| Hex | EF | 26 | 1D | 0 | 54 | 58 | 6 | 3 | 57 | 35 |
| Octal | 357 | 46 | 35 | 0 | 124 | 130 | 6 | 3 | 127 | 65 |
| Binary | 11101111 | 100110 | 11101 | 0 | 1010100 | 1011000 | 110 | 11 | 1010111 | 110101 |
Color Harmonies of #EF261D
Complementary color
Monochromatic Colors of #EF261D
Black with #EF261D
Text Example
Text Example
White with #EF261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF261D; }
p { color: rgb(239,38,29); }
H1.HeaderClassName
{
color: #EF261D;
}
.AnyTagClassName
{
color: #EF261D;
}
</style>
background-color css
<style>
a { background-color: #EF261D; }
a { background-color: rgb(239,38,29); }
div.DivClassName
{
background-color: #EF261D;
}
.BgClassName
{
background-color: #EF261D;
}
</style>
border-color css
<style>
span { border-color: #EF261D; }
span { border-color: rgb(239,38,29); }
td.TdClassName
{
border-color: #EF261D;
}
.TagClassName
{
border-color: #EF261D;
}
</style>