Shades of Scarlet #E01C06
Tints of Scarlet #E01C06
RGB
CMYK
RGB Variations
Color information
#E01C06 (or 0xE01C06) is known color: Scarlet. HEX triplet: E0, 1C and 06. RGB value is (224,28,6). Sum of RGB (Red+Green+Blue) = 224+28+6=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C06 is #1FE3F9. Grayscale: #545454. Windows color (decimal): -2089978 or 400608. OLE color: 400608.
HSL color Cylindrical-coordinate representation of color #E01C06: hue angle of 6.06º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E01C06 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 6 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.12 |
| HSL | 6.06º | 0.95% | 0.45% | - |
| HSV(B) | 6.06º | 0.97% | 0.88% | - |
| XYZ | 31.19 | 16.69 | 1.75 | - |
| YUV | 84.1 | 83.93 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 6 | 0 | 0.88 | 0.97 | 0.12 | 6.06 | 0.95 | 0.45 |
| Hex | E0 | 1C | 6 | 0 | 58 | 61 | C | 6 | 5F | 2D |
| Octal | 340 | 34 | 6 | 0 | 130 | 141 | 14 | 6 | 137 | 55 |
| Binary | 11100000 | 11100 | 110 | 0 | 1011000 | 1100001 | 1100 | 110 | 1011111 | 101101 |
Color Harmonies of #E01C06
Complementary color
Monochromatic Colors of #E01C06
Black with #E01C06
Text Example
Text Example
White with #E01C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C06; }
p { color: rgb(224,28,6); }
H1.HeaderClassName
{
color: #E01C06;
}
.AnyTagClassName
{
color: #E01C06;
}
</style>
background-color css
<style>
a { background-color: #E01C06; }
a { background-color: rgb(224,28,6); }
div.DivClassName
{
background-color: #E01C06;
}
.BgClassName
{
background-color: #E01C06;
}
</style>
border-color css
<style>
span { border-color: #E01C06; }
span { border-color: rgb(224,28,6); }
td.TdClassName
{
border-color: #E01C06;
}
.TagClassName
{
border-color: #E01C06;
}
</style>