Shades of Scarlet #EF261C
Tints of Scarlet #EF261C
RGB
CMYK
RGB Variations
Color information
#EF261C (or 0xEF261C) is known color: Scarlet. HEX triplet: EF, 26 and 1C. RGB value is (239,38,28). Sum of RGB (Red+Green+Blue) = 239+38+28=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF261C is #10D9E3. Grayscale: #616161. Windows color (decimal): -1104356 or 1844975. OLE color: 1844975.
HSL color Cylindrical-coordinate representation of color #EF261C: hue angle of 2.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF261C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.06 |
| HSL | 2.84º | 0.87% | 0.52% | - |
| HSV(B) | 2.84º | 0.88% | 0.94% | - |
| XYZ | 36.5 | 19.82 | 3 | - |
| YUV | 96.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 28 | 0 | 0.84 | 0.88 | 0.06 | 2.84 | 0.87 | 0.52 |
| Hex | EF | 26 | 1C | 0 | 54 | 58 | 6 | 3 | 57 | 34 |
| Octal | 357 | 46 | 34 | 0 | 124 | 130 | 6 | 3 | 127 | 64 |
| Binary | 11101111 | 100110 | 11100 | 0 | 1010100 | 1011000 | 110 | 11 | 1010111 | 110100 |
Color Harmonies of #EF261C
Complementary color
Monochromatic Colors of #EF261C
Black with #EF261C
Text Example
Text Example
White with #EF261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF261C; }
p { color: rgb(239,38,28); }
H1.HeaderClassName
{
color: #EF261C;
}
.AnyTagClassName
{
color: #EF261C;
}
</style>
background-color css
<style>
a { background-color: #EF261C; }
a { background-color: rgb(239,38,28); }
div.DivClassName
{
background-color: #EF261C;
}
.BgClassName
{
background-color: #EF261C;
}
</style>
border-color css
<style>
span { border-color: #EF261C; }
span { border-color: rgb(239,38,28); }
td.TdClassName
{
border-color: #EF261C;
}
.TagClassName
{
border-color: #EF261C;
}
</style>