Shades of Scarlet #EF201C
Tints of Scarlet #EF201C
RGB
CMYK
RGB Variations
Color information
#EF201C (or 0xEF201C) is known color: Scarlet. HEX triplet: EF, 20 and 1C. RGB value is (239,32,28). Sum of RGB (Red+Green+Blue) = 239+32+28=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF201C is #10DFE3. Grayscale: #5D5D5D. Windows color (decimal): -1105892 or 1843439. OLE color: 1843439.
HSL color Cylindrical-coordinate representation of color #EF201C: hue angle of 1.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF201C is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 28 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.06 |
| HSL | 1.14º | 0.87% | 0.52% | - |
| HSV(B) | 1.14º | 0.88% | 0.94% | - |
| XYZ | 36.32 | 19.47 | 2.94 | - |
| YUV | 93.44 | 91.08 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 28 | 0 | 0.87 | 0.88 | 0.06 | 1.14 | 0.87 | 0.52 |
| Hex | EF | 20 | 1C | 0 | 57 | 58 | 6 | 1 | 57 | 34 |
| Octal | 357 | 40 | 34 | 0 | 127 | 130 | 6 | 1 | 127 | 64 |
| Binary | 11101111 | 100000 | 11100 | 0 | 1010111 | 1011000 | 110 | 1 | 1010111 | 110100 |
Color Harmonies of #EF201C
Complementary color
Monochromatic Colors of #EF201C
Black with #EF201C
Text Example
Text Example
White with #EF201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF201C; }
p { color: rgb(239,32,28); }
H1.HeaderClassName
{
color: #EF201C;
}
.AnyTagClassName
{
color: #EF201C;
}
</style>
background-color css
<style>
a { background-color: #EF201C; }
a { background-color: rgb(239,32,28); }
div.DivClassName
{
background-color: #EF201C;
}
.BgClassName
{
background-color: #EF201C;
}
</style>
border-color css
<style>
span { border-color: #EF201C; }
span { border-color: rgb(239,32,28); }
td.TdClassName
{
border-color: #EF201C;
}
.TagClassName
{
border-color: #EF201C;
}
</style>