Shades of Scarlet #E61812
Tints of Scarlet #E61812
RGB
CMYK
RGB Variations
Color information
#E61812 (or 0xE61812) is known color: Scarlet. HEX triplet: E6, 18 and 12. RGB value is (230,24,18). Sum of RGB (Red+Green+Blue) = 230+24+18=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E61812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61812 is #19E7ED. Grayscale: #555555. Windows color (decimal): -1697774 or 1186022. OLE color: 1186022.
HSL color Cylindrical-coordinate representation of color #E61812: hue angle of 1.7º 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 #E61812 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 18 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.10 |
| HSL | 1.7º | 0.85% | 0.49% | - |
| HSV(B) | 1.7º | 0.92% | 0.9% | - |
| XYZ | 33.07 | 17.52 | 2.21 | - |
| YUV | 84.91 | 90.25 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 18 | 0 | 0.90 | 0.92 | 0.10 | 1.7 | 0.85 | 0.49 |
| Hex | E6 | 18 | 12 | 0 | 5A | 5C | A | 2 | 55 | 31 |
| Octal | 346 | 30 | 22 | 0 | 132 | 134 | 12 | 2 | 125 | 61 |
| Binary | 11100110 | 11000 | 10010 | 0 | 1011010 | 1011100 | 1010 | 10 | 1010101 | 110001 |
Color Harmonies of #E61812
Complementary color
Monochromatic Colors of #E61812
Black with #E61812
Text Example
Text Example
White with #E61812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61812; }
p { color: rgb(230,24,18); }
H1.HeaderClassName
{
color: #E61812;
}
.AnyTagClassName
{
color: #E61812;
}
</style>
background-color css
<style>
a { background-color: #E61812; }
a { background-color: rgb(230,24,18); }
div.DivClassName
{
background-color: #E61812;
}
.BgClassName
{
background-color: #E61812;
}
</style>
border-color css
<style>
span { border-color: #E61812; }
span { border-color: rgb(230,24,18); }
td.TdClassName
{
border-color: #E61812;
}
.TagClassName
{
border-color: #E61812;
}
</style>