Shades of Scarlet #E6290C
Tints of Scarlet #E6290C
RGB
CMYK
RGB Variations
Color information
#E6290C (or 0xE6290C) is known color: Scarlet. HEX triplet: E6, 29 and 0C. RGB value is (230,41,12). Sum of RGB (Red+Green+Blue) = 230+41+12=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E6290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6290C is #19D6F3. Grayscale: #5E5E5E. Windows color (decimal): -1693428 or 797158. OLE color: 797158.
HSL color Cylindrical-coordinate representation of color #E6290C: hue angle of 7.98º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6290C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.10 |
| HSL | 7.98º | 0.9% | 0.47% | - |
| HSV(B) | 7.98º | 0.95% | 0.9% | - |
| XYZ | 33.49 | 18.44 | 2.14 | - |
| YUV | 94.21 | 81.62 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 12 | 0 | 0.82 | 0.95 | 0.10 | 7.98 | 0.9 | 0.47 |
| Hex | E6 | 29 | C | 0 | 52 | 5F | A | 8 | 5A | 2F |
| Octal | 346 | 51 | 14 | 0 | 122 | 137 | 12 | 10 | 132 | 57 |
| Binary | 11100110 | 101001 | 1100 | 0 | 1010010 | 1011111 | 1010 | 1000 | 1011010 | 101111 |
Color Harmonies of #E6290C
Complementary color
Monochromatic Colors of #E6290C
Black with #E6290C
Text Example
Text Example
White with #E6290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6290C; }
p { color: rgb(230,41,12); }
H1.HeaderClassName
{
color: #E6290C;
}
.AnyTagClassName
{
color: #E6290C;
}
</style>
background-color css
<style>
a { background-color: #E6290C; }
a { background-color: rgb(230,41,12); }
div.DivClassName
{
background-color: #E6290C;
}
.BgClassName
{
background-color: #E6290C;
}
</style>
border-color css
<style>
span { border-color: #E6290C; }
span { border-color: rgb(230,41,12); }
td.TdClassName
{
border-color: #E6290C;
}
.TagClassName
{
border-color: #E6290C;
}
</style>