Shades of Scarlet #E61C03
Tints of Scarlet #E61C03
RGB
CMYK
RGB Variations
Color information
#E61C03 (or 0xE61C03) is known color: Scarlet. HEX triplet: E6, 1C and 03. RGB value is (230,28,3). Sum of RGB (Red+Green+Blue) = 230+28+3=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61C03 is #19E3FC. Grayscale: #555555. Windows color (decimal): -1696765 or 204006. OLE color: 204006.
HSL color Cylindrical-coordinate representation of color #E61C03: hue angle of 6.61º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E61C03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.10 |
| HSL | 6.61º | 0.97% | 0.46% | - |
| HSV(B) | 6.61º | 0.99% | 0.9% | - |
| XYZ | 33.06 | 17.66 | 1.75 | - |
| YUV | 85.55 | 81.42 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 3 | 0 | 0.88 | 0.99 | 0.10 | 6.61 | 0.97 | 0.46 |
| Hex | E6 | 1C | 3 | 0 | 58 | 63 | A | 7 | 61 | 2E |
| Octal | 346 | 34 | 3 | 0 | 130 | 143 | 12 | 7 | 141 | 56 |
| Binary | 11100110 | 11100 | 11 | 0 | 1011000 | 1100011 | 1010 | 111 | 1100001 | 101110 |
Color Harmonies of #E61C03
Complementary color
Monochromatic Colors of #E61C03
Black with #E61C03
Text Example
Text Example
White with #E61C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C03; }
p { color: rgb(230,28,3); }
H1.HeaderClassName
{
color: #E61C03;
}
.AnyTagClassName
{
color: #E61C03;
}
</style>
background-color css
<style>
a { background-color: #E61C03; }
a { background-color: rgb(230,28,3); }
div.DivClassName
{
background-color: #E61C03;
}
.BgClassName
{
background-color: #E61C03;
}
</style>
border-color css
<style>
span { border-color: #E61C03; }
span { border-color: rgb(230,28,3); }
td.TdClassName
{
border-color: #E61C03;
}
.TagClassName
{
border-color: #E61C03;
}
</style>