Shades of Scarlet #E0130A
Tints of Scarlet #E0130A
RGB
CMYK
RGB Variations
Color information
#E0130A (or 0xE0130A) is known color: Scarlet. HEX triplet: E0, 13 and 0A. RGB value is (224,19,10). Sum of RGB (Red+Green+Blue) = 224+19+10=253 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.54% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 224 - color contains mainly: red. Hex color #E0130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0130A is #1FECF5. Grayscale: #4F4F4F. Windows color (decimal): -2092278 or 660448. OLE color: 660448.
HSL color Cylindrical-coordinate representation of color #E0130A: hue angle of 2.52º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0130A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.12 |
| HSL | 2.52º | 0.91% | 0.46% | - |
| HSV(B) | 2.52º | 0.96% | 0.88% | - |
| XYZ | 31.03 | 16.33 | 1.8 | - |
| YUV | 79.27 | 88.92 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 10 | 0 | 0.92 | 0.96 | 0.12 | 2.52 | 0.91 | 0.46 |
| Hex | E0 | 13 | A | 0 | 5C | 60 | C | 3 | 5B | 2E |
| Octal | 340 | 23 | 12 | 0 | 134 | 140 | 14 | 3 | 133 | 56 |
| Binary | 11100000 | 10011 | 1010 | 0 | 1011100 | 1100000 | 1100 | 11 | 1011011 | 101110 |
Color Harmonies of #E0130A
Complementary color
Monochromatic Colors of #E0130A
Black with #E0130A
Text Example
Text Example
White with #E0130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0130A; }
p { color: rgb(224,19,10); }
H1.HeaderClassName
{
color: #E0130A;
}
.AnyTagClassName
{
color: #E0130A;
}
</style>
background-color css
<style>
a { background-color: #E0130A; }
a { background-color: rgb(224,19,10); }
div.DivClassName
{
background-color: #E0130A;
}
.BgClassName
{
background-color: #E0130A;
}
</style>
border-color css
<style>
span { border-color: #E0130A; }
span { border-color: rgb(224,19,10); }
td.TdClassName
{
border-color: #E0130A;
}
.TagClassName
{
border-color: #E0130A;
}
</style>