Shades of Scarlet #EF2202
Tints of Scarlet #EF2202
RGB
CMYK
RGB Variations
Color information
#EF2202 (or 0xEF2202) is known color: Scarlet. HEX triplet: EF, 22 and 02. RGB value is (239,34,2). Sum of RGB (Red+Green+Blue) = 239+34+2=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2202 is #10DDFD. Grayscale: #5B5B5B. Windows color (decimal): -1105406 or 140015. OLE color: 140015.
HSL color Cylindrical-coordinate representation of color #EF2202: hue angle of 8.1º 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 #EF2202 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.06 |
| HSL | 8.1º | 0.98% | 0.47% | - |
| HSV(B) | 8.1º | 0.99% | 0.94% | - |
| XYZ | 36.18 | 19.5 | 1.91 | - |
| YUV | 91.65 | 77.42 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 2 | 0 | 0.86 | 0.99 | 0.06 | 8.1 | 0.98 | 0.47 |
| Hex | EF | 22 | 2 | 0 | 56 | 63 | 6 | 8 | 62 | 2F |
| Octal | 357 | 42 | 2 | 0 | 126 | 143 | 6 | 10 | 142 | 57 |
| Binary | 11101111 | 100010 | 10 | 0 | 1010110 | 1100011 | 110 | 1000 | 1100010 | 101111 |
Color Harmonies of #EF2202
Complementary color
Monochromatic Colors of #EF2202
Black with #EF2202
Text Example
Text Example
White with #EF2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2202; }
p { color: rgb(239,34,2); }
H1.HeaderClassName
{
color: #EF2202;
}
.AnyTagClassName
{
color: #EF2202;
}
</style>
background-color css
<style>
a { background-color: #EF2202; }
a { background-color: rgb(239,34,2); }
div.DivClassName
{
background-color: #EF2202;
}
.BgClassName
{
background-color: #EF2202;
}
</style>
border-color css
<style>
span { border-color: #EF2202; }
span { border-color: rgb(239,34,2); }
td.TdClassName
{
border-color: #EF2202;
}
.TagClassName
{
border-color: #EF2202;
}
</style>