Shades of Scarlet #EF1F0F
Tints of Scarlet #EF1F0F
RGB
CMYK
RGB Variations
Color information
#EF1F0F (or 0xEF1F0F) is known color: Scarlet. HEX triplet: EF, 1F and 0F. RGB value is (239,31,15). Sum of RGB (Red+Green+Blue) = 239+31+15=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1F0F is #10E0F0. Grayscale: #5B5B5B. Windows color (decimal): -1106161 or 991215. OLE color: 991215.
HSL color Cylindrical-coordinate representation of color #EF1F0F: hue angle of 4.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF1F0F is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 15 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.06 |
| HSL | 4.29º | 0.88% | 0.5% | - |
| HSV(B) | 4.29º | 0.94% | 0.94% | - |
| XYZ | 36.17 | 19.37 | 2.28 | - |
| YUV | 91.37 | 84.91 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 15 | 0 | 0.87 | 0.94 | 0.06 | 4.29 | 0.88 | 0.5 |
| Hex | EF | 1F | F | 0 | 57 | 5E | 6 | 4 | 58 | 32 |
| Octal | 357 | 37 | 17 | 0 | 127 | 136 | 6 | 4 | 130 | 62 |
| Binary | 11101111 | 11111 | 1111 | 0 | 1010111 | 1011110 | 110 | 100 | 1011000 | 110010 |
Color Harmonies of #EF1F0F
Complementary color
Monochromatic Colors of #EF1F0F
Black with #EF1F0F
Text Example
Text Example
White with #EF1F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F0F; }
p { color: rgb(239,31,15); }
H1.HeaderClassName
{
color: #EF1F0F;
}
.AnyTagClassName
{
color: #EF1F0F;
}
</style>
background-color css
<style>
a { background-color: #EF1F0F; }
a { background-color: rgb(239,31,15); }
div.DivClassName
{
background-color: #EF1F0F;
}
.BgClassName
{
background-color: #EF1F0F;
}
</style>
border-color css
<style>
span { border-color: #EF1F0F; }
span { border-color: rgb(239,31,15); }
td.TdClassName
{
border-color: #EF1F0F;
}
.TagClassName
{
border-color: #EF1F0F;
}
</style>