Shades of Scarlet #EF1606
Tints of Scarlet #EF1606
RGB
CMYK
RGB Variations
Color information
#EF1606 (or 0xEF1606) is known color: Scarlet. HEX triplet: EF, 16 and 06. RGB value is (239,22,6). Sum of RGB (Red+Green+Blue) = 239+22+6=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1606 is #10E9F9. Grayscale: #555555. Windows color (decimal): -1108474 or 399087. OLE color: 399087.
HSL color Cylindrical-coordinate representation of color #EF1606: hue angle of 4.12º degrees, saturation: 0.95, 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 #EF1606 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.06 |
| HSL | 4.12º | 0.95% | 0.48% | - |
| HSV(B) | 4.12º | 0.97% | 0.94% | - |
| XYZ | 35.92 | 18.94 | 1.93 | - |
| YUV | 85.06 | 83.39 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 6 | 0 | 0.91 | 0.97 | 0.06 | 4.12 | 0.95 | 0.48 |
| Hex | EF | 16 | 6 | 0 | 5B | 61 | 6 | 4 | 5F | 30 |
| Octal | 357 | 26 | 6 | 0 | 133 | 141 | 6 | 4 | 137 | 60 |
| Binary | 11101111 | 10110 | 110 | 0 | 1011011 | 1100001 | 110 | 100 | 1011111 | 110000 |
Color Harmonies of #EF1606
Complementary color
Monochromatic Colors of #EF1606
Black with #EF1606
Text Example
Text Example
White with #EF1606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1606; }
p { color: rgb(239,22,6); }
H1.HeaderClassName
{
color: #EF1606;
}
.AnyTagClassName
{
color: #EF1606;
}
</style>
background-color css
<style>
a { background-color: #EF1606; }
a { background-color: rgb(239,22,6); }
div.DivClassName
{
background-color: #EF1606;
}
.BgClassName
{
background-color: #EF1606;
}
</style>
border-color css
<style>
span { border-color: #EF1606; }
span { border-color: rgb(239,22,6); }
td.TdClassName
{
border-color: #EF1606;
}
.TagClassName
{
border-color: #EF1606;
}
</style>