Shades of Scarlet #EF271A
Tints of Scarlet #EF271A
RGB
CMYK
RGB Variations
Color information
#EF271A (or 0xEF271A) is known color: Scarlet. HEX triplet: EF, 27 and 1A. RGB value is (239,39,26). Sum of RGB (Red+Green+Blue) = 239+39+26=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF271A is #10D8E5. Grayscale: #616161. Windows color (decimal): -1104102 or 1714159. OLE color: 1714159.
HSL color Cylindrical-coordinate representation of color #EF271A: hue angle of 3.66º 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 #EF271A is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 26 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.06 |
| HSL | 3.66º | 0.87% | 0.52% | - |
| HSV(B) | 3.66º | 0.89% | 0.94% | - |
| XYZ | 36.51 | 19.88 | 2.89 | - |
| YUV | 97.32 | 87.76 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 26 | 0 | 0.84 | 0.89 | 0.06 | 3.66 | 0.87 | 0.52 |
| Hex | EF | 27 | 1A | 0 | 54 | 59 | 6 | 4 | 57 | 34 |
| Octal | 357 | 47 | 32 | 0 | 124 | 131 | 6 | 4 | 127 | 64 |
| Binary | 11101111 | 100111 | 11010 | 0 | 1010100 | 1011001 | 110 | 100 | 1010111 | 110100 |
Color Harmonies of #EF271A
Complementary color
Monochromatic Colors of #EF271A
Black with #EF271A
Text Example
Text Example
White with #EF271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF271A; }
p { color: rgb(239,39,26); }
H1.HeaderClassName
{
color: #EF271A;
}
.AnyTagClassName
{
color: #EF271A;
}
</style>
background-color css
<style>
a { background-color: #EF271A; }
a { background-color: rgb(239,39,26); }
div.DivClassName
{
background-color: #EF271A;
}
.BgClassName
{
background-color: #EF271A;
}
</style>
border-color css
<style>
span { border-color: #EF271A; }
span { border-color: rgb(239,39,26); }
td.TdClassName
{
border-color: #EF271A;
}
.TagClassName
{
border-color: #EF271A;
}
</style>