Shades of Scarlet #EF1F00
Tints of Scarlet #EF1F00
RGB
CMYK
RGB Variations
Color information
#EF1F00 (or 0xEF1F00) is known color: Scarlet. HEX triplet: EF, 1F and 00. RGB value is (239,31,0). Sum of RGB (Red+Green+Blue) = 239+31+0=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1F00 is #10E0FF. Grayscale: #595959. Windows color (decimal): -1106176 or 8175. OLE color: 8175.
HSL color Cylindrical-coordinate representation of color #EF1F00: hue angle of 7.78º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF1F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.06 |
| HSL | 7.78º | 1% | 0.47% | - |
| HSV(B) | 7.78º | 1% | 0.94% | - |
| XYZ | 36.09 | 19.33 | 1.83 | - |
| YUV | 89.66 | 77.41 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 0 | 0 | 0.87 | 1 | 0.06 | 7.78 | 1 | 0.47 |
| Hex | EF | 1F | 0 | 0 | 57 | 64 | 6 | 8 | 64 | 2F |
| Octal | 357 | 37 | 0 | 0 | 127 | 144 | 6 | 10 | 144 | 57 |
| Binary | 11101111 | 11111 | 0 | 0 | 1010111 | 1100100 | 110 | 1000 | 1100100 | 101111 |
Color Harmonies of #EF1F00
Complementary color
Monochromatic Colors of #EF1F00
Black with #EF1F00
Text Example
Text Example
White with #EF1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F00; }
p { color: rgb(239,31,0); }
H1.HeaderClassName
{
color: #EF1F00;
}
.AnyTagClassName
{
color: #EF1F00;
}
</style>
background-color css
<style>
a { background-color: #EF1F00; }
a { background-color: rgb(239,31,0); }
div.DivClassName
{
background-color: #EF1F00;
}
.BgClassName
{
background-color: #EF1F00;
}
</style>
border-color css
<style>
span { border-color: #EF1F00; }
span { border-color: rgb(239,31,0); }
td.TdClassName
{
border-color: #EF1F00;
}
.TagClassName
{
border-color: #EF1F00;
}
</style>