Shades of Scarlet #EF2511
Tints of Scarlet #EF2511
RGB
CMYK
RGB Variations
Color information
#EF2511 (or 0xEF2511) is known color: Scarlet. HEX triplet: EF, 25 and 11. RGB value is (239,37,17). Sum of RGB (Red+Green+Blue) = 239+37+17=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2511 is #10DAEE. Grayscale: #5F5F5F. Windows color (decimal): -1104623 or 1123823. OLE color: 1123823.
HSL color Cylindrical-coordinate representation of color #EF2511: hue angle of 5.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF2511 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.06 |
| HSL | 5.41º | 0.87% | 0.5% | - |
| HSV(B) | 5.41º | 0.93% | 0.94% | - |
| XYZ | 36.36 | 19.71 | 2.42 | - |
| YUV | 95.12 | 83.92 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 17 | 0 | 0.85 | 0.93 | 0.06 | 5.41 | 0.87 | 0.5 |
| Hex | EF | 25 | 11 | 0 | 55 | 5D | 6 | 5 | 57 | 32 |
| Octal | 357 | 45 | 21 | 0 | 125 | 135 | 6 | 5 | 127 | 62 |
| Binary | 11101111 | 100101 | 10001 | 0 | 1010101 | 1011101 | 110 | 101 | 1010111 | 110010 |
Color Harmonies of #EF2511
Complementary color
Monochromatic Colors of #EF2511
Black with #EF2511
Text Example
Text Example
White with #EF2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2511; }
p { color: rgb(239,37,17); }
H1.HeaderClassName
{
color: #EF2511;
}
.AnyTagClassName
{
color: #EF2511;
}
</style>
background-color css
<style>
a { background-color: #EF2511; }
a { background-color: rgb(239,37,17); }
div.DivClassName
{
background-color: #EF2511;
}
.BgClassName
{
background-color: #EF2511;
}
</style>
border-color css
<style>
span { border-color: #EF2511; }
span { border-color: rgb(239,37,17); }
td.TdClassName
{
border-color: #EF2511;
}
.TagClassName
{
border-color: #EF2511;
}
</style>