Shades of Scarlet #E81E0C
Tints of Scarlet #E81E0C
RGB
CMYK
RGB Variations
Color information
#E81E0C (or 0xE81E0C) is known color: Scarlet. HEX triplet: E8, 1E and 0C. RGB value is (232,30,12). Sum of RGB (Red+Green+Blue) = 232+30+12=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81E0C is #17E1F3. Grayscale: #585858. Windows color (decimal): -1565172 or 794344. OLE color: 794344.
HSL color Cylindrical-coordinate representation of color #E81E0C: hue angle of 4.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E81E0C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.09 |
| HSL | 4.91º | 0.9% | 0.48% | - |
| HSV(B) | 4.91º | 0.95% | 0.91% | - |
| XYZ | 33.81 | 18.11 | 2.06 | - |
| YUV | 88.35 | 84.92 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 12 | 0 | 0.87 | 0.95 | 0.09 | 4.91 | 0.9 | 0.48 |
| Hex | E8 | 1E | C | 0 | 57 | 5F | 9 | 5 | 5A | 30 |
| Octal | 350 | 36 | 14 | 0 | 127 | 137 | 11 | 5 | 132 | 60 |
| Binary | 11101000 | 11110 | 1100 | 0 | 1010111 | 1011111 | 1001 | 101 | 1011010 | 110000 |
Color Harmonies of #E81E0C
Complementary color
Monochromatic Colors of #E81E0C
Black with #E81E0C
Text Example
Text Example
White with #E81E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E0C; }
p { color: rgb(232,30,12); }
H1.HeaderClassName
{
color: #E81E0C;
}
.AnyTagClassName
{
color: #E81E0C;
}
</style>
background-color css
<style>
a { background-color: #E81E0C; }
a { background-color: rgb(232,30,12); }
div.DivClassName
{
background-color: #E81E0C;
}
.BgClassName
{
background-color: #E81E0C;
}
</style>
border-color css
<style>
span { border-color: #E81E0C; }
span { border-color: rgb(232,30,12); }
td.TdClassName
{
border-color: #E81E0C;
}
.TagClassName
{
border-color: #E81E0C;
}
</style>