Shades of Scarlet #EF1A12
Tints of Scarlet #EF1A12
RGB
CMYK
RGB Variations
Color information
#EF1A12 (or 0xEF1A12) is known color: Scarlet. HEX triplet: EF, 1A and 12. RGB value is (239,26,18). Sum of RGB (Red+Green+Blue) = 239+26+18=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1A12 is #10E5ED. Grayscale: #595959. Windows color (decimal): -1107438 or 1186543. OLE color: 1186543.
HSL color Cylindrical-coordinate representation of color #EF1A12: hue angle of 2.17º 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 #EF1A12 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 18 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.06 |
| HSL | 2.17º | 0.87% | 0.5% | - |
| HSV(B) | 2.17º | 0.92% | 0.94% | - |
| XYZ | 36.08 | 19.13 | 2.36 | - |
| YUV | 88.78 | 88.07 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 18 | 0 | 0.89 | 0.92 | 0.06 | 2.17 | 0.87 | 0.5 |
| Hex | EF | 1A | 12 | 0 | 59 | 5C | 6 | 2 | 57 | 32 |
| Octal | 357 | 32 | 22 | 0 | 131 | 134 | 6 | 2 | 127 | 62 |
| Binary | 11101111 | 11010 | 10010 | 0 | 1011001 | 1011100 | 110 | 10 | 1010111 | 110010 |
Color Harmonies of #EF1A12
Complementary color
Monochromatic Colors of #EF1A12
Black with #EF1A12
Text Example
Text Example
White with #EF1A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1A12; }
p { color: rgb(239,26,18); }
H1.HeaderClassName
{
color: #EF1A12;
}
.AnyTagClassName
{
color: #EF1A12;
}
</style>
background-color css
<style>
a { background-color: #EF1A12; }
a { background-color: rgb(239,26,18); }
div.DivClassName
{
background-color: #EF1A12;
}
.BgClassName
{
background-color: #EF1A12;
}
</style>
border-color css
<style>
span { border-color: #EF1A12; }
span { border-color: rgb(239,26,18); }
td.TdClassName
{
border-color: #EF1A12;
}
.TagClassName
{
border-color: #EF1A12;
}
</style>