Shades of Scarlet #EF220E
Tints of Scarlet #EF220E
RGB
CMYK
RGB Variations
Color information
#EF220E (or 0xEF220E) is known color: Scarlet. HEX triplet: EF, 22 and 0E. RGB value is (239,34,14). Sum of RGB (Red+Green+Blue) = 239+34+14=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF220E is #10DDF1. Grayscale: #5D5D5D. Windows color (decimal): -1105394 or 926447. OLE color: 926447.
HSL color Cylindrical-coordinate representation of color #EF220E: hue angle of 5.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF220E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 14 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.06 |
| HSL | 5.33º | 0.89% | 0.5% | - |
| HSV(B) | 5.33º | 0.94% | 0.94% | - |
| XYZ | 36.25 | 19.53 | 2.27 | - |
| YUV | 93.02 | 83.42 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 14 | 0 | 0.86 | 0.94 | 0.06 | 5.33 | 0.89 | 0.5 |
| Hex | EF | 22 | E | 0 | 56 | 5E | 6 | 5 | 59 | 32 |
| Octal | 357 | 42 | 16 | 0 | 126 | 136 | 6 | 5 | 131 | 62 |
| Binary | 11101111 | 100010 | 1110 | 0 | 1010110 | 1011110 | 110 | 101 | 1011001 | 110010 |
Color Harmonies of #EF220E
Complementary color
Monochromatic Colors of #EF220E
Black with #EF220E
Text Example
Text Example
White with #EF220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF220E; }
p { color: rgb(239,34,14); }
H1.HeaderClassName
{
color: #EF220E;
}
.AnyTagClassName
{
color: #EF220E;
}
</style>
background-color css
<style>
a { background-color: #EF220E; }
a { background-color: rgb(239,34,14); }
div.DivClassName
{
background-color: #EF220E;
}
.BgClassName
{
background-color: #EF220E;
}
</style>
border-color css
<style>
span { border-color: #EF220E; }
span { border-color: rgb(239,34,14); }
td.TdClassName
{
border-color: #EF220E;
}
.TagClassName
{
border-color: #EF220E;
}
</style>