Shades of Scarlet #EE201C
Tints of Scarlet #EE201C
RGB
CMYK
RGB Variations
Color information
#EE201C (or 0xEE201C) is known color: Scarlet. HEX triplet: EE, 20 and 1C. RGB value is (238,32,28). Sum of RGB (Red+Green+Blue) = 238+32+28=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE201C is #11DFE3. Grayscale: #5D5D5D. Windows color (decimal): -1171428 or 1843438. OLE color: 1843438.
HSL color Cylindrical-coordinate representation of color #EE201C: hue angle of 1.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE201C is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 28 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.07 |
| HSL | 1.14º | 0.86% | 0.52% | - |
| HSV(B) | 1.14º | 0.88% | 0.93% | - |
| XYZ | 35.99 | 19.29 | 2.93 | - |
| YUV | 93.14 | 91.25 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 28 | 0 | 0.87 | 0.88 | 0.07 | 1.14 | 0.86 | 0.52 |
| Hex | EE | 20 | 1C | 0 | 57 | 58 | 7 | 1 | 56 | 34 |
| Octal | 356 | 40 | 34 | 0 | 127 | 130 | 7 | 1 | 126 | 64 |
| Binary | 11101110 | 100000 | 11100 | 0 | 1010111 | 1011000 | 111 | 1 | 1010110 | 110100 |
Color Harmonies of #EE201C
Complementary color
Monochromatic Colors of #EE201C
Black with #EE201C
Text Example
Text Example
White with #EE201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE201C; }
p { color: rgb(238,32,28); }
H1.HeaderClassName
{
color: #EE201C;
}
.AnyTagClassName
{
color: #EE201C;
}
</style>
background-color css
<style>
a { background-color: #EE201C; }
a { background-color: rgb(238,32,28); }
div.DivClassName
{
background-color: #EE201C;
}
.BgClassName
{
background-color: #EE201C;
}
</style>
border-color css
<style>
span { border-color: #EE201C; }
span { border-color: rgb(238,32,28); }
td.TdClassName
{
border-color: #EE201C;
}
.TagClassName
{
border-color: #EE201C;
}
</style>