Shades of Scarlet #EF1607
Tints of Scarlet #EF1607
RGB
CMYK
RGB Variations
Color information
#EF1607 (or 0xEF1607) is known color: Scarlet. HEX triplet: EF, 16 and 07. RGB value is (239,22,7). Sum of RGB (Red+Green+Blue) = 239+22+7=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1607 is #10E9F8. Grayscale: #555555. Windows color (decimal): -1108473 or 464623. OLE color: 464623.
HSL color Cylindrical-coordinate representation of color #EF1607: hue angle of 3.88º 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 #EF1607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.06 |
| HSL | 3.88º | 0.94% | 0.48% | - |
| HSV(B) | 3.88º | 0.97% | 0.94% | - |
| XYZ | 35.92 | 18.94 | 1.96 | - |
| YUV | 85.17 | 83.89 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 7 | 0 | 0.91 | 0.97 | 0.06 | 3.88 | 0.94 | 0.48 |
| Hex | EF | 16 | 7 | 0 | 5B | 61 | 6 | 4 | 5E | 30 |
| Octal | 357 | 26 | 7 | 0 | 133 | 141 | 6 | 4 | 136 | 60 |
| Binary | 11101111 | 10110 | 111 | 0 | 1011011 | 1100001 | 110 | 100 | 1011110 | 110000 |
Color Harmonies of #EF1607
Complementary color
Monochromatic Colors of #EF1607
Black with #EF1607
Text Example
Text Example
White with #EF1607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1607; }
p { color: rgb(239,22,7); }
H1.HeaderClassName
{
color: #EF1607;
}
.AnyTagClassName
{
color: #EF1607;
}
</style>
background-color css
<style>
a { background-color: #EF1607; }
a { background-color: rgb(239,22,7); }
div.DivClassName
{
background-color: #EF1607;
}
.BgClassName
{
background-color: #EF1607;
}
</style>
border-color css
<style>
span { border-color: #EF1607; }
span { border-color: rgb(239,22,7); }
td.TdClassName
{
border-color: #EF1607;
}
.TagClassName
{
border-color: #EF1607;
}
</style>