Shades of Scarlet #EF2000
Tints of Scarlet #EF2000
RGB
CMYK
RGB Variations
Color information
#EF2000 (or 0xEF2000) is known color: Scarlet. HEX triplet: EF, 20 and 00. RGB value is (239,32,0). Sum of RGB (Red+Green+Blue) = 239+32+0=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2000 is #10DFFF. Grayscale: #5A5A5A. Windows color (decimal): -1105920 or 8431. OLE color: 8431.
HSL color Cylindrical-coordinate representation of color #EF2000: hue angle of 8.03º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF2000 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.06 |
| HSL | 8.03º | 1% | 0.47% | - |
| HSV(B) | 8.03º | 1% | 0.94% | - |
| XYZ | 36.11 | 19.38 | 1.84 | - |
| YUV | 90.25 | 77.08 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 0 | 0 | 0.87 | 1 | 0.06 | 8.03 | 1 | 0.47 |
| Hex | EF | 20 | 0 | 0 | 57 | 64 | 6 | 8 | 64 | 2F |
| Octal | 357 | 40 | 0 | 0 | 127 | 144 | 6 | 10 | 144 | 57 |
| Binary | 11101111 | 100000 | 0 | 0 | 1010111 | 1100100 | 110 | 1000 | 1100100 | 101111 |
Color Harmonies of #EF2000
Complementary color
Monochromatic Colors of #EF2000
Black with #EF2000
Text Example
Text Example
White with #EF2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2000; }
p { color: rgb(239,32,0); }
H1.HeaderClassName
{
color: #EF2000;
}
.AnyTagClassName
{
color: #EF2000;
}
</style>
background-color css
<style>
a { background-color: #EF2000; }
a { background-color: rgb(239,32,0); }
div.DivClassName
{
background-color: #EF2000;
}
.BgClassName
{
background-color: #EF2000;
}
</style>
border-color css
<style>
span { border-color: #EF2000; }
span { border-color: rgb(239,32,0); }
td.TdClassName
{
border-color: #EF2000;
}
.TagClassName
{
border-color: #EF2000;
}
</style>