Shades of Scarlet #EF2006
Tints of Scarlet #EF2006
RGB
CMYK
RGB Variations
Color information
#EF2006 (or 0xEF2006) is known color: Scarlet. HEX triplet: EF, 20 and 06. RGB value is (239,32,6). Sum of RGB (Red+Green+Blue) = 239+32+6=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2006 is #10DFF9. Grayscale: #5B5B5B. Windows color (decimal): -1105914 or 401647. OLE color: 401647.
HSL color Cylindrical-coordinate representation of color #EF2006: hue angle of 6.7º 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 #EF2006 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 6 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.06 |
| HSL | 6.7º | 0.95% | 0.48% | - |
| HSV(B) | 6.7º | 0.97% | 0.94% | - |
| XYZ | 36.15 | 19.4 | 2.01 | - |
| YUV | 90.93 | 80.08 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 6 | 0 | 0.87 | 0.97 | 0.06 | 6.7 | 0.95 | 0.48 |
| Hex | EF | 20 | 6 | 0 | 57 | 61 | 6 | 7 | 5F | 30 |
| Octal | 357 | 40 | 6 | 0 | 127 | 141 | 6 | 7 | 137 | 60 |
| Binary | 11101111 | 100000 | 110 | 0 | 1010111 | 1100001 | 110 | 111 | 1011111 | 110000 |
Color Harmonies of #EF2006
Complementary color
Monochromatic Colors of #EF2006
Black with #EF2006
Text Example
Text Example
White with #EF2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2006; }
p { color: rgb(239,32,6); }
H1.HeaderClassName
{
color: #EF2006;
}
.AnyTagClassName
{
color: #EF2006;
}
</style>
background-color css
<style>
a { background-color: #EF2006; }
a { background-color: rgb(239,32,6); }
div.DivClassName
{
background-color: #EF2006;
}
.BgClassName
{
background-color: #EF2006;
}
</style>
border-color css
<style>
span { border-color: #EF2006; }
span { border-color: rgb(239,32,6); }
td.TdClassName
{
border-color: #EF2006;
}
.TagClassName
{
border-color: #EF2006;
}
</style>