Shades of Scarlet #E8221D
Tints of Scarlet #E8221D
RGB
CMYK
RGB Variations
Color information
#E8221D (or 0xE8221D) is known color: Scarlet. HEX triplet: E8, 22 and 1D. RGB value is (232,34,29). Sum of RGB (Red+Green+Blue) = 232+34+29=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8221D is #17DDE2. Grayscale: #5C5C5C. Windows color (decimal): -1564131 or 1909480. OLE color: 1909480.
HSL color Cylindrical-coordinate representation of color #E8221D: hue angle of 1.48º 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 #E8221D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.09 |
| HSL | 1.48º | 0.82% | 0.51% | - |
| HSV(B) | 1.48º | 0.88% | 0.91% | - |
| XYZ | 34.07 | 18.39 | 2.92 | - |
| YUV | 92.63 | 92.1 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 29 | 0 | 0.85 | 0.88 | 0.09 | 1.48 | 0.82 | 0.51 |
| Hex | E8 | 22 | 1D | 0 | 55 | 58 | 9 | 1 | 52 | 33 |
| Octal | 350 | 42 | 35 | 0 | 125 | 130 | 11 | 1 | 122 | 63 |
| Binary | 11101000 | 100010 | 11101 | 0 | 1010101 | 1011000 | 1001 | 1 | 1010010 | 110011 |
Color Harmonies of #E8221D
Complementary color
Monochromatic Colors of #E8221D
Black with #E8221D
Text Example
Text Example
White with #E8221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8221D; }
p { color: rgb(232,34,29); }
H1.HeaderClassName
{
color: #E8221D;
}
.AnyTagClassName
{
color: #E8221D;
}
</style>
background-color css
<style>
a { background-color: #E8221D; }
a { background-color: rgb(232,34,29); }
div.DivClassName
{
background-color: #E8221D;
}
.BgClassName
{
background-color: #E8221D;
}
</style>
border-color css
<style>
span { border-color: #E8221D; }
span { border-color: rgb(232,34,29); }
td.TdClassName
{
border-color: #E8221D;
}
.TagClassName
{
border-color: #E8221D;
}
</style>