Shades of Scarlet #EF2D15
Tints of Scarlet #EF2D15
RGB
CMYK
RGB Variations
Color information
#EF2D15 (or 0xEF2D15) is known color: Scarlet. HEX triplet: EF, 2D and 15. RGB value is (239,45,21). Sum of RGB (Red+Green+Blue) = 239+45+21=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2D15 is #10D2EA. Grayscale: #646464. Windows color (decimal): -1102571 or 1388015. OLE color: 1388015.
HSL color Cylindrical-coordinate representation of color #EF2D15: hue angle of 6.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF2D15 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 21 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.06 |
| HSL | 6.61º | 0.87% | 0.51% | - |
| HSV(B) | 6.61º | 0.91% | 0.94% | - |
| XYZ | 36.67 | 20.28 | 2.69 | - |
| YUV | 100.27 | 83.27 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 21 | 0 | 0.81 | 0.91 | 0.06 | 6.61 | 0.87 | 0.51 |
| Hex | EF | 2D | 15 | 0 | 51 | 5B | 6 | 7 | 57 | 33 |
| Octal | 357 | 55 | 25 | 0 | 121 | 133 | 6 | 7 | 127 | 63 |
| Binary | 11101111 | 101101 | 10101 | 0 | 1010001 | 1011011 | 110 | 111 | 1010111 | 110011 |
Color Harmonies of #EF2D15
Complementary color
Monochromatic Colors of #EF2D15
Black with #EF2D15
Text Example
Text Example
White with #EF2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D15; }
p { color: rgb(239,45,21); }
H1.HeaderClassName
{
color: #EF2D15;
}
.AnyTagClassName
{
color: #EF2D15;
}
</style>
background-color css
<style>
a { background-color: #EF2D15; }
a { background-color: rgb(239,45,21); }
div.DivClassName
{
background-color: #EF2D15;
}
.BgClassName
{
background-color: #EF2D15;
}
</style>
border-color css
<style>
span { border-color: #EF2D15; }
span { border-color: rgb(239,45,21); }
td.TdClassName
{
border-color: #EF2D15;
}
.TagClassName
{
border-color: #EF2D15;
}
</style>