Shades of Scarlet #EF1F12
Tints of Scarlet #EF1F12
RGB
CMYK
RGB Variations
Color information
#EF1F12 (or 0xEF1F12) is known color: Scarlet. HEX triplet: EF, 1F and 12. RGB value is (239,31,18). Sum of RGB (Red+Green+Blue) = 239+31+18=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1F12 is #10E0ED. Grayscale: #5B5B5B. Windows color (decimal): -1106158 or 1187823. OLE color: 1187823.
HSL color Cylindrical-coordinate representation of color #EF1F12: hue angle of 3.53º 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 #EF1F12 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 18 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.06 |
| HSL | 3.53º | 0.87% | 0.5% | - |
| HSV(B) | 3.53º | 0.92% | 0.94% | - |
| XYZ | 36.2 | 19.37 | 2.4 | - |
| YUV | 91.71 | 86.41 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 18 | 0 | 0.87 | 0.92 | 0.06 | 3.53 | 0.87 | 0.5 |
| Hex | EF | 1F | 12 | 0 | 57 | 5C | 6 | 4 | 57 | 32 |
| Octal | 357 | 37 | 22 | 0 | 127 | 134 | 6 | 4 | 127 | 62 |
| Binary | 11101111 | 11111 | 10010 | 0 | 1010111 | 1011100 | 110 | 100 | 1010111 | 110010 |
Color Harmonies of #EF1F12
Complementary color
Monochromatic Colors of #EF1F12
Black with #EF1F12
Text Example
Text Example
White with #EF1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F12; }
p { color: rgb(239,31,18); }
H1.HeaderClassName
{
color: #EF1F12;
}
.AnyTagClassName
{
color: #EF1F12;
}
</style>
background-color css
<style>
a { background-color: #EF1F12; }
a { background-color: rgb(239,31,18); }
div.DivClassName
{
background-color: #EF1F12;
}
.BgClassName
{
background-color: #EF1F12;
}
</style>
border-color css
<style>
span { border-color: #EF1F12; }
span { border-color: rgb(239,31,18); }
td.TdClassName
{
border-color: #EF1F12;
}
.TagClassName
{
border-color: #EF1F12;
}
</style>