Shades of Scarlet #EF160B
Tints of Scarlet #EF160B
RGB
CMYK
RGB Variations
Color information
#EF160B (or 0xEF160B) is known color: Scarlet. HEX triplet: EF, 16 and 0B. RGB value is (239,22,11). Sum of RGB (Red+Green+Blue) = 239+22+11=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF160B is #10E9F4. Grayscale: #555555. Windows color (decimal): -1108469 or 726767. OLE color: 726767.
HSL color Cylindrical-coordinate representation of color #EF160B: hue angle of 2.89º 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 #EF160B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.06 |
| HSL | 2.89º | 0.91% | 0.49% | - |
| HSV(B) | 2.89º | 0.95% | 0.94% | - |
| XYZ | 35.94 | 18.95 | 2.08 | - |
| YUV | 85.63 | 85.89 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 11 | 0 | 0.91 | 0.95 | 0.06 | 2.89 | 0.91 | 0.49 |
| Hex | EF | 16 | B | 0 | 5B | 5F | 6 | 3 | 5B | 31 |
| Octal | 357 | 26 | 13 | 0 | 133 | 137 | 6 | 3 | 133 | 61 |
| Binary | 11101111 | 10110 | 1011 | 0 | 1011011 | 1011111 | 110 | 11 | 1011011 | 110001 |
Color Harmonies of #EF160B
Complementary color
Monochromatic Colors of #EF160B
Black with #EF160B
Text Example
Text Example
White with #EF160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF160B; }
p { color: rgb(239,22,11); }
H1.HeaderClassName
{
color: #EF160B;
}
.AnyTagClassName
{
color: #EF160B;
}
</style>
background-color css
<style>
a { background-color: #EF160B; }
a { background-color: rgb(239,22,11); }
div.DivClassName
{
background-color: #EF160B;
}
.BgClassName
{
background-color: #EF160B;
}
</style>
border-color css
<style>
span { border-color: #EF160B; }
span { border-color: rgb(239,22,11); }
td.TdClassName
{
border-color: #EF160B;
}
.TagClassName
{
border-color: #EF160B;
}
</style>