Shades of Scarlet #E6290A
Tints of Scarlet #E6290A
RGB
CMYK
RGB Variations
Color information
#E6290A (or 0xE6290A) is known color: Scarlet. HEX triplet: E6, 29 and 0A. RGB value is (230,41,10). Sum of RGB (Red+Green+Blue) = 230+41+10=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E6290A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6290A is #19D6F5. Grayscale: #5E5E5E. Windows color (decimal): -1693430 or 666086. OLE color: 666086.
HSL color Cylindrical-coordinate representation of color #E6290A: hue angle of 8.45º 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 #E6290A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.10 |
| HSL | 8.45º | 0.92% | 0.47% | - |
| HSV(B) | 8.45º | 0.96% | 0.9% | - |
| XYZ | 33.48 | 18.43 | 2.08 | - |
| YUV | 93.98 | 80.62 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 10 | 0 | 0.82 | 0.96 | 0.10 | 8.45 | 0.92 | 0.47 |
| Hex | E6 | 29 | A | 0 | 52 | 60 | A | 8 | 5C | 2F |
| Octal | 346 | 51 | 12 | 0 | 122 | 140 | 12 | 10 | 134 | 57 |
| Binary | 11100110 | 101001 | 1010 | 0 | 1010010 | 1100000 | 1010 | 1000 | 1011100 | 101111 |
Color Harmonies of #E6290A
Complementary color
Monochromatic Colors of #E6290A
Black with #E6290A
Text Example
Text Example
White with #E6290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6290A; }
p { color: rgb(230,41,10); }
H1.HeaderClassName
{
color: #E6290A;
}
.AnyTagClassName
{
color: #E6290A;
}
</style>
background-color css
<style>
a { background-color: #E6290A; }
a { background-color: rgb(230,41,10); }
div.DivClassName
{
background-color: #E6290A;
}
.BgClassName
{
background-color: #E6290A;
}
</style>
border-color css
<style>
span { border-color: #E6290A; }
span { border-color: rgb(230,41,10); }
td.TdClassName
{
border-color: #E6290A;
}
.TagClassName
{
border-color: #E6290A;
}
</style>