Shades of Scarlet #EF2E12
Tints of Scarlet #EF2E12
RGB
CMYK
RGB Variations
Color information
#EF2E12 (or 0xEF2E12) is known color: Scarlet. HEX triplet: EF, 2E and 12. RGB value is (239,46,18). Sum of RGB (Red+Green+Blue) = 239+46+18=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2E12 is #10D1ED. Grayscale: #646464. Windows color (decimal): -1102318 or 1191663. OLE color: 1191663.
HSL color Cylindrical-coordinate representation of color #EF2E12: hue angle of 7.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF2E12 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.06 |
| HSL | 7.6º | 0.87% | 0.5% | - |
| HSV(B) | 7.6º | 0.92% | 0.94% | - |
| XYZ | 36.68 | 20.35 | 2.57 | - |
| YUV | 100.52 | 81.44 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 18 | 0 | 0.81 | 0.92 | 0.06 | 7.6 | 0.87 | 0.5 |
| Hex | EF | 2E | 12 | 0 | 51 | 5C | 6 | 8 | 57 | 32 |
| Octal | 357 | 56 | 22 | 0 | 121 | 134 | 6 | 10 | 127 | 62 |
| Binary | 11101111 | 101110 | 10010 | 0 | 1010001 | 1011100 | 110 | 1000 | 1010111 | 110010 |
Color Harmonies of #EF2E12
Complementary color
Monochromatic Colors of #EF2E12
Black with #EF2E12
Text Example
Text Example
White with #EF2E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E12; }
p { color: rgb(239,46,18); }
H1.HeaderClassName
{
color: #EF2E12;
}
.AnyTagClassName
{
color: #EF2E12;
}
</style>
background-color css
<style>
a { background-color: #EF2E12; }
a { background-color: rgb(239,46,18); }
div.DivClassName
{
background-color: #EF2E12;
}
.BgClassName
{
background-color: #EF2E12;
}
</style>
border-color css
<style>
span { border-color: #EF2E12; }
span { border-color: rgb(239,46,18); }
td.TdClassName
{
border-color: #EF2E12;
}
.TagClassName
{
border-color: #EF2E12;
}
</style>