Shades of Scarlet #E61A12
Tints of Scarlet #E61A12
RGB
CMYK
RGB Variations
Color information
#E61A12 (or 0xE61A12) is known color: Scarlet. HEX triplet: E6, 1A and 12. RGB value is (230,26,18). Sum of RGB (Red+Green+Blue) = 230+26+18=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61A12 is #19E5ED. Grayscale: #565656. Windows color (decimal): -1697262 or 1186534. OLE color: 1186534.
HSL color Cylindrical-coordinate representation of color #E61A12: hue angle of 2.26º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61A12 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 18 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.10 |
| HSL | 2.26º | 0.85% | 0.49% | - |
| HSV(B) | 2.26º | 0.92% | 0.9% | - |
| XYZ | 33.11 | 17.61 | 2.23 | - |
| YUV | 86.08 | 89.59 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 18 | 0 | 0.89 | 0.92 | 0.10 | 2.26 | 0.85 | 0.49 |
| Hex | E6 | 1A | 12 | 0 | 59 | 5C | A | 2 | 55 | 31 |
| Octal | 346 | 32 | 22 | 0 | 131 | 134 | 12 | 2 | 125 | 61 |
| Binary | 11100110 | 11010 | 10010 | 0 | 1011001 | 1011100 | 1010 | 10 | 1010101 | 110001 |
Color Harmonies of #E61A12
Complementary color
Monochromatic Colors of #E61A12
Black with #E61A12
Text Example
Text Example
White with #E61A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A12; }
p { color: rgb(230,26,18); }
H1.HeaderClassName
{
color: #E61A12;
}
.AnyTagClassName
{
color: #E61A12;
}
</style>
background-color css
<style>
a { background-color: #E61A12; }
a { background-color: rgb(230,26,18); }
div.DivClassName
{
background-color: #E61A12;
}
.BgClassName
{
background-color: #E61A12;
}
</style>
border-color css
<style>
span { border-color: #E61A12; }
span { border-color: rgb(230,26,18); }
td.TdClassName
{
border-color: #E61A12;
}
.TagClassName
{
border-color: #E61A12;
}
</style>