Shades of Scarlet #EF201A
Tints of Scarlet #EF201A
RGB
CMYK
RGB Variations
Color information
#EF201A (or 0xEF201A) is known color: Scarlet. HEX triplet: EF, 20 and 1A. RGB value is (239,32,26). Sum of RGB (Red+Green+Blue) = 239+32+26=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF201A is #10DFE5. Grayscale: #5D5D5D. Windows color (decimal): -1105894 or 1712367. OLE color: 1712367.
HSL color Cylindrical-coordinate representation of color #EF201A: hue angle of 1.69º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF201A is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 26 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.06 |
| HSL | 1.69º | 0.87% | 0.52% | - |
| HSV(B) | 1.69º | 0.89% | 0.94% | - |
| XYZ | 36.3 | 19.46 | 2.82 | - |
| YUV | 93.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 26 | 0 | 0.87 | 0.89 | 0.06 | 1.69 | 0.87 | 0.52 |
| Hex | EF | 20 | 1A | 0 | 57 | 59 | 6 | 2 | 57 | 34 |
| Octal | 357 | 40 | 32 | 0 | 127 | 131 | 6 | 2 | 127 | 64 |
| Binary | 11101111 | 100000 | 11010 | 0 | 1010111 | 1011001 | 110 | 10 | 1010111 | 110100 |
Color Harmonies of #EF201A
Complementary color
Monochromatic Colors of #EF201A
Black with #EF201A
Text Example
Text Example
White with #EF201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF201A; }
p { color: rgb(239,32,26); }
H1.HeaderClassName
{
color: #EF201A;
}
.AnyTagClassName
{
color: #EF201A;
}
</style>
background-color css
<style>
a { background-color: #EF201A; }
a { background-color: rgb(239,32,26); }
div.DivClassName
{
background-color: #EF201A;
}
.BgClassName
{
background-color: #EF201A;
}
</style>
border-color css
<style>
span { border-color: #EF201A; }
span { border-color: rgb(239,32,26); }
td.TdClassName
{
border-color: #EF201A;
}
.TagClassName
{
border-color: #EF201A;
}
</style>