Shades of Scarlet #EF261B
Tints of Scarlet #EF261B
RGB
CMYK
RGB Variations
Color information
#EF261B (or 0xEF261B) is known color: Scarlet. HEX triplet: EF, 26 and 1B. RGB value is (239,38,27). Sum of RGB (Red+Green+Blue) = 239+38+27=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF261B is #10D9E4. Grayscale: #616161. Windows color (decimal): -1104357 or 1779439. OLE color: 1779439.
HSL color Cylindrical-coordinate representation of color #EF261B: hue angle of 3.11º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF261B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.06 |
| HSL | 3.11º | 0.87% | 0.52% | - |
| HSV(B) | 3.11º | 0.89% | 0.94% | - |
| XYZ | 36.49 | 19.82 | 2.94 | - |
| YUV | 96.85 | 88.59 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 27 | 0 | 0.84 | 0.89 | 0.06 | 3.11 | 0.87 | 0.52 |
| Hex | EF | 26 | 1B | 0 | 54 | 59 | 6 | 3 | 57 | 34 |
| Octal | 357 | 46 | 33 | 0 | 124 | 131 | 6 | 3 | 127 | 64 |
| Binary | 11101111 | 100110 | 11011 | 0 | 1010100 | 1011001 | 110 | 11 | 1010111 | 110100 |
Color Harmonies of #EF261B
Complementary color
Monochromatic Colors of #EF261B
Black with #EF261B
Text Example
Text Example
White with #EF261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF261B; }
p { color: rgb(239,38,27); }
H1.HeaderClassName
{
color: #EF261B;
}
.AnyTagClassName
{
color: #EF261B;
}
</style>
background-color css
<style>
a { background-color: #EF261B; }
a { background-color: rgb(239,38,27); }
div.DivClassName
{
background-color: #EF261B;
}
.BgClassName
{
background-color: #EF261B;
}
</style>
border-color css
<style>
span { border-color: #EF261B; }
span { border-color: rgb(239,38,27); }
td.TdClassName
{
border-color: #EF261B;
}
.TagClassName
{
border-color: #EF261B;
}
</style>