Shades of Scarlet #EF3408
Tints of Scarlet #EF3408
RGB
CMYK
RGB Variations
Color information
#EF3408 (or 0xEF3408) is known color: Scarlet. HEX triplet: EF, 34 and 08. RGB value is (239,52,8). Sum of RGB (Red+Green+Blue) = 239+52+8=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3408 is #10CBF7. Grayscale: #676767. Windows color (decimal): -1100792 or 537839. OLE color: 537839.
HSL color Cylindrical-coordinate representation of color #EF3408: hue angle of 11.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF3408 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 8 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.06 |
| HSL | 11.43º | 0.94% | 0.48% | - |
| HSV(B) | 11.43º | 0.97% | 0.94% | - |
| XYZ | 36.87 | 20.82 | 2.31 | - |
| YUV | 102.9 | 74.45 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 8 | 0 | 0.78 | 0.97 | 0.06 | 11.43 | 0.94 | 0.48 |
| Hex | EF | 34 | 8 | 0 | 4E | 61 | 6 | B | 5E | 30 |
| Octal | 357 | 64 | 10 | 0 | 116 | 141 | 6 | 13 | 136 | 60 |
| Binary | 11101111 | 110100 | 1000 | 0 | 1001110 | 1100001 | 110 | 1011 | 1011110 | 110000 |
Color Harmonies of #EF3408
Complementary color
Monochromatic Colors of #EF3408
Black with #EF3408
Text Example
Text Example
White with #EF3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3408; }
p { color: rgb(239,52,8); }
H1.HeaderClassName
{
color: #EF3408;
}
.AnyTagClassName
{
color: #EF3408;
}
</style>
background-color css
<style>
a { background-color: #EF3408; }
a { background-color: rgb(239,52,8); }
div.DivClassName
{
background-color: #EF3408;
}
.BgClassName
{
background-color: #EF3408;
}
</style>
border-color css
<style>
span { border-color: #EF3408; }
span { border-color: rgb(239,52,8); }
td.TdClassName
{
border-color: #EF3408;
}
.TagClassName
{
border-color: #EF3408;
}
</style>