Shades of Scarlet #EF2D11
Tints of Scarlet #EF2D11
RGB
CMYK
RGB Variations
Color information
#EF2D11 (or 0xEF2D11) is known color: Scarlet. HEX triplet: EF, 2D and 11. RGB value is (239,45,17). Sum of RGB (Red+Green+Blue) = 239+45+17=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2D11 is #10D2EE. Grayscale: #646464. Windows color (decimal): -1102575 or 1125871. OLE color: 1125871.
HSL color Cylindrical-coordinate representation of color #EF2D11: hue angle of 7.57º 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 #EF2D11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.06 |
| HSL | 7.57º | 0.87% | 0.5% | - |
| HSV(B) | 7.57º | 0.93% | 0.94% | - |
| XYZ | 36.64 | 20.27 | 2.51 | - |
| YUV | 99.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 17 | 0 | 0.81 | 0.93 | 0.06 | 7.57 | 0.87 | 0.5 |
| Hex | EF | 2D | 11 | 0 | 51 | 5D | 6 | 8 | 57 | 32 |
| Octal | 357 | 55 | 21 | 0 | 121 | 135 | 6 | 10 | 127 | 62 |
| Binary | 11101111 | 101101 | 10001 | 0 | 1010001 | 1011101 | 110 | 1000 | 1010111 | 110010 |
Color Harmonies of #EF2D11
Complementary color
Monochromatic Colors of #EF2D11
Black with #EF2D11
Text Example
Text Example
White with #EF2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D11; }
p { color: rgb(239,45,17); }
H1.HeaderClassName
{
color: #EF2D11;
}
.AnyTagClassName
{
color: #EF2D11;
}
</style>
background-color css
<style>
a { background-color: #EF2D11; }
a { background-color: rgb(239,45,17); }
div.DivClassName
{
background-color: #EF2D11;
}
.BgClassName
{
background-color: #EF2D11;
}
</style>
border-color css
<style>
span { border-color: #EF2D11; }
span { border-color: rgb(239,45,17); }
td.TdClassName
{
border-color: #EF2D11;
}
.TagClassName
{
border-color: #EF2D11;
}
</style>