Shades of Scarlet #E81D1B
Tints of Scarlet #E81D1B
RGB
CMYK
RGB Variations
Color information
#E81D1B (or 0xE81D1B) is known color: Scarlet. HEX triplet: E8, 1D and 1B. RGB value is (232,29,27). Sum of RGB (Red+Green+Blue) = 232+29+27=288 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.56% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D1B is #17E2E4. Grayscale: #595959. Windows color (decimal): -1565413 or 1777128. OLE color: 1777128.
HSL color Cylindrical-coordinate representation of color #E81D1B: hue angle of 0.59º 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 #E81D1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 27 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.09 |
| HSL | 0.59º | 0.82% | 0.51% | - |
| HSV(B) | 0.59º | 0.88% | 0.91% | - |
| XYZ | 33.92 | 18.11 | 2.75 | - |
| YUV | 89.47 | 92.75 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 27 | 0 | 0.88 | 0.88 | 0.09 | 0.59 | 0.82 | 0.51 |
| Hex | E8 | 1D | 1B | 0 | 58 | 58 | 9 | 1 | 52 | 33 |
| Octal | 350 | 35 | 33 | 0 | 130 | 130 | 11 | 1 | 122 | 63 |
| Binary | 11101000 | 11101 | 11011 | 0 | 1011000 | 1011000 | 1001 | 1 | 1010010 | 110011 |
Color Harmonies of #E81D1B
Complementary color
Monochromatic Colors of #E81D1B
Black with #E81D1B
Text Example
Text Example
White with #E81D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D1B; }
p { color: rgb(232,29,27); }
H1.HeaderClassName
{
color: #E81D1B;
}
.AnyTagClassName
{
color: #E81D1B;
}
</style>
background-color css
<style>
a { background-color: #E81D1B; }
a { background-color: rgb(232,29,27); }
div.DivClassName
{
background-color: #E81D1B;
}
.BgClassName
{
background-color: #E81D1B;
}
</style>
border-color css
<style>
span { border-color: #E81D1B; }
span { border-color: rgb(232,29,27); }
td.TdClassName
{
border-color: #E81D1B;
}
.TagClassName
{
border-color: #E81D1B;
}
</style>