Shades of Scarlet #E31603
Tints of Scarlet #E31603
RGB
CMYK
RGB Variations
Color information
#E31603 (or 0xE31603) is known color: Scarlet. HEX triplet: E3, 16 and 03. RGB value is (227,22,3). Sum of RGB (Red+Green+Blue) = 227+22+3=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E31603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31603 is #1CE9FC. Grayscale: #515151. Windows color (decimal): -1894909 or 202467. OLE color: 202467.
HSL color Cylindrical-coordinate representation of color #E31603: hue angle of 5.09º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E31603 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.11 |
| HSL | 5.09º | 0.97% | 0.45% | - |
| HSV(B) | 5.09º | 0.99% | 0.89% | - |
| XYZ | 31.98 | 16.91 | 1.66 | - |
| YUV | 81.13 | 83.92 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 3 | 0 | 0.90 | 0.99 | 0.11 | 5.09 | 0.97 | 0.45 |
| Hex | E3 | 16 | 3 | 0 | 5A | 63 | B | 5 | 61 | 2D |
| Octal | 343 | 26 | 3 | 0 | 132 | 143 | 13 | 5 | 141 | 55 |
| Binary | 11100011 | 10110 | 11 | 0 | 1011010 | 1100011 | 1011 | 101 | 1100001 | 101101 |
Color Harmonies of #E31603
Complementary color
Monochromatic Colors of #E31603
Black with #E31603
Text Example
Text Example
White with #E31603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31603; }
p { color: rgb(227,22,3); }
H1.HeaderClassName
{
color: #E31603;
}
.AnyTagClassName
{
color: #E31603;
}
</style>
background-color css
<style>
a { background-color: #E31603; }
a { background-color: rgb(227,22,3); }
div.DivClassName
{
background-color: #E31603;
}
.BgClassName
{
background-color: #E31603;
}
</style>
border-color css
<style>
span { border-color: #E31603; }
span { border-color: rgb(227,22,3); }
td.TdClassName
{
border-color: #E31603;
}
.TagClassName
{
border-color: #E31603;
}
</style>