Shades of Scarlet #E62C0A
Tints of Scarlet #E62C0A
RGB
CMYK
RGB Variations
Color information
#E62C0A (or 0xE62C0A) is known color: Scarlet. HEX triplet: E6, 2C and 0A. RGB value is (230,44,10). Sum of RGB (Red+Green+Blue) = 230+44+10=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62C0A is #19D3F5. Grayscale: #606060. Windows color (decimal): -1692662 or 666854. OLE color: 666854.
HSL color Cylindrical-coordinate representation of color #E62C0A: hue angle of 9.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E62C0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.10 |
| HSL | 9.27º | 0.92% | 0.47% | - |
| HSV(B) | 9.27º | 0.96% | 0.9% | - |
| XYZ | 33.59 | 18.65 | 2.12 | - |
| YUV | 95.74 | 79.62 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 10 | 0 | 0.81 | 0.96 | 0.10 | 9.27 | 0.92 | 0.47 |
| Hex | E6 | 2C | A | 0 | 51 | 60 | A | 9 | 5C | 2F |
| Octal | 346 | 54 | 12 | 0 | 121 | 140 | 12 | 11 | 134 | 57 |
| Binary | 11100110 | 101100 | 1010 | 0 | 1010001 | 1100000 | 1010 | 1001 | 1011100 | 101111 |
Color Harmonies of #E62C0A
Complementary color
Monochromatic Colors of #E62C0A
Black with #E62C0A
Text Example
Text Example
White with #E62C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62C0A; }
p { color: rgb(230,44,10); }
H1.HeaderClassName
{
color: #E62C0A;
}
.AnyTagClassName
{
color: #E62C0A;
}
</style>
background-color css
<style>
a { background-color: #E62C0A; }
a { background-color: rgb(230,44,10); }
div.DivClassName
{
background-color: #E62C0A;
}
.BgClassName
{
background-color: #E62C0A;
}
</style>
border-color css
<style>
span { border-color: #E62C0A; }
span { border-color: rgb(230,44,10); }
td.TdClassName
{
border-color: #E62C0A;
}
.TagClassName
{
border-color: #E62C0A;
}
</style>