Shades of Scarlet #EF310B
Tints of Scarlet #EF310B
RGB
CMYK
RGB Variations
Color information
#EF310B (or 0xEF310B) is known color: Scarlet. HEX triplet: EF, 31 and 0B. RGB value is (239,49,11). Sum of RGB (Red+Green+Blue) = 239+49+11=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF310B is #10CEF4. Grayscale: #656565. Windows color (decimal): -1101557 or 733679. OLE color: 733679.
HSL color Cylindrical-coordinate representation of color #EF310B: hue angle of 10º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF310B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.06 |
| HSL | 10º | 0.91% | 0.49% | - |
| HSV(B) | 10º | 0.95% | 0.94% | - |
| XYZ | 36.76 | 20.57 | 2.35 | - |
| YUV | 101.48 | 76.95 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 11 | 0 | 0.79 | 0.95 | 0.06 | 10 | 0.91 | 0.49 |
| Hex | EF | 31 | B | 0 | 4F | 5F | 6 | A | 5B | 31 |
| Octal | 357 | 61 | 13 | 0 | 117 | 137 | 6 | 12 | 133 | 61 |
| Binary | 11101111 | 110001 | 1011 | 0 | 1001111 | 1011111 | 110 | 1010 | 1011011 | 110001 |
Color Harmonies of #EF310B
Complementary color
Monochromatic Colors of #EF310B
Black with #EF310B
Text Example
Text Example
White with #EF310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF310B; }
p { color: rgb(239,49,11); }
H1.HeaderClassName
{
color: #EF310B;
}
.AnyTagClassName
{
color: #EF310B;
}
</style>
background-color css
<style>
a { background-color: #EF310B; }
a { background-color: rgb(239,49,11); }
div.DivClassName
{
background-color: #EF310B;
}
.BgClassName
{
background-color: #EF310B;
}
</style>
border-color css
<style>
span { border-color: #EF310B; }
span { border-color: rgb(239,49,11); }
td.TdClassName
{
border-color: #EF310B;
}
.TagClassName
{
border-color: #EF310B;
}
</style>