Shades of Scarlet #EF2002
Tints of Scarlet #EF2002
RGB
CMYK
RGB Variations
Color information
#EF2002 (or 0xEF2002) is known color: Scarlet. HEX triplet: EF, 20 and 02. RGB value is (239,32,2). Sum of RGB (Red+Green+Blue) = 239+32+2=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2002 is #10DFFD. Grayscale: #5A5A5A. Windows color (decimal): -1105918 or 139503. OLE color: 139503.
HSL color Cylindrical-coordinate representation of color #EF2002: hue angle of 7.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF2002 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.06 |
| HSL | 7.59º | 0.98% | 0.47% | - |
| HSV(B) | 7.59º | 0.99% | 0.94% | - |
| XYZ | 36.12 | 19.39 | 1.9 | - |
| YUV | 90.47 | 78.08 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 2 | 0 | 0.87 | 0.99 | 0.06 | 7.59 | 0.98 | 0.47 |
| Hex | EF | 20 | 2 | 0 | 57 | 63 | 6 | 8 | 62 | 2F |
| Octal | 357 | 40 | 2 | 0 | 127 | 143 | 6 | 10 | 142 | 57 |
| Binary | 11101111 | 100000 | 10 | 0 | 1010111 | 1100011 | 110 | 1000 | 1100010 | 101111 |
Color Harmonies of #EF2002
Complementary color
Monochromatic Colors of #EF2002
Black with #EF2002
Text Example
Text Example
White with #EF2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2002; }
p { color: rgb(239,32,2); }
H1.HeaderClassName
{
color: #EF2002;
}
.AnyTagClassName
{
color: #EF2002;
}
</style>
background-color css
<style>
a { background-color: #EF2002; }
a { background-color: rgb(239,32,2); }
div.DivClassName
{
background-color: #EF2002;
}
.BgClassName
{
background-color: #EF2002;
}
</style>
border-color css
<style>
span { border-color: #EF2002; }
span { border-color: rgb(239,32,2); }
td.TdClassName
{
border-color: #EF2002;
}
.TagClassName
{
border-color: #EF2002;
}
</style>