Shades of Scarlet #EF310D
Tints of Scarlet #EF310D
RGB
CMYK
RGB Variations
Color information
#EF310D (or 0xEF310D) is known color: Scarlet. HEX triplet: EF, 31 and 0D. RGB value is (239,49,13). Sum of RGB (Red+Green+Blue) = 239+49+13=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF310D is #10CEF2. Grayscale: #666666. Windows color (decimal): -1101555 or 864751. OLE color: 864751.
HSL color Cylindrical-coordinate representation of color #EF310D: hue angle of 9.56º degrees, saturation: 0.9, 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 #EF310D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.06 |
| HSL | 9.56º | 0.9% | 0.49% | - |
| HSV(B) | 9.56º | 0.95% | 0.94% | - |
| XYZ | 36.77 | 20.58 | 2.41 | - |
| YUV | 101.71 | 77.95 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 13 | 0 | 0.79 | 0.95 | 0.06 | 9.56 | 0.9 | 0.49 |
| Hex | EF | 31 | D | 0 | 4F | 5F | 6 | A | 5A | 31 |
| Octal | 357 | 61 | 15 | 0 | 117 | 137 | 6 | 12 | 132 | 61 |
| Binary | 11101111 | 110001 | 1101 | 0 | 1001111 | 1011111 | 110 | 1010 | 1011010 | 110001 |
Color Harmonies of #EF310D
Complementary color
Monochromatic Colors of #EF310D
Black with #EF310D
Text Example
Text Example
White with #EF310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF310D; }
p { color: rgb(239,49,13); }
H1.HeaderClassName
{
color: #EF310D;
}
.AnyTagClassName
{
color: #EF310D;
}
</style>
background-color css
<style>
a { background-color: #EF310D; }
a { background-color: rgb(239,49,13); }
div.DivClassName
{
background-color: #EF310D;
}
.BgClassName
{
background-color: #EF310D;
}
</style>
border-color css
<style>
span { border-color: #EF310D; }
span { border-color: rgb(239,49,13); }
td.TdClassName
{
border-color: #EF310D;
}
.TagClassName
{
border-color: #EF310D;
}
</style>