Shades of Scarlet #E81D1C
Tints of Scarlet #E81D1C
RGB
CMYK
RGB Variations
Color information
#E81D1C (or 0xE81D1C) is known color: Scarlet. HEX triplet: E8, 1D and 1C. RGB value is (232,29,28). Sum of RGB (Red+Green+Blue) = 232+29+28=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D1C is #17E2E3. Grayscale: #595959. Windows color (decimal): -1565412 or 1842664. OLE color: 1842664.
HSL color Cylindrical-coordinate representation of color #E81D1C: hue angle of 0.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D1C is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 28 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.09 |
| HSL | 0.29º | 0.82% | 0.51% | - |
| HSV(B) | 0.29º | 0.88% | 0.91% | - |
| XYZ | 33.93 | 18.12 | 2.81 | - |
| YUV | 89.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 28 | 0 | 0.88 | 0.88 | 0.09 | 0.29 | 0.82 | 0.51 |
| Hex | E8 | 1D | 1C | 0 | 58 | 58 | 9 | 0 | 52 | 33 |
| Octal | 350 | 35 | 34 | 0 | 130 | 130 | 11 | 0 | 122 | 63 |
| Binary | 11101000 | 11101 | 11100 | 0 | 1011000 | 1011000 | 1001 | 0 | 1010010 | 110011 |
Color Harmonies of #E81D1C
Complementary color
Monochromatic Colors of #E81D1C
Black with #E81D1C
Text Example
Text Example
White with #E81D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D1C; }
p { color: rgb(232,29,28); }
H1.HeaderClassName
{
color: #E81D1C;
}
.AnyTagClassName
{
color: #E81D1C;
}
</style>
background-color css
<style>
a { background-color: #E81D1C; }
a { background-color: rgb(232,29,28); }
div.DivClassName
{
background-color: #E81D1C;
}
.BgClassName
{
background-color: #E81D1C;
}
</style>
border-color css
<style>
span { border-color: #E81D1C; }
span { border-color: rgb(232,29,28); }
td.TdClassName
{
border-color: #E81D1C;
}
.TagClassName
{
border-color: #E81D1C;
}
</style>