Shades of Scarlet #E32808
Tints of Scarlet #E32808
RGB
CMYK
RGB Variations
Color information
#E32808 (or 0xE32808) is known color: Scarlet. HEX triplet: E3, 28 and 08. RGB value is (227,40,8). Sum of RGB (Red+Green+Blue) = 227+40+8=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E32808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32808 is #1CD7F7. Grayscale: #5C5C5C. Windows color (decimal): -1890296 or 534755. OLE color: 534755.
HSL color Cylindrical-coordinate representation of color #E32808: hue angle of 8.77º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E32808 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.11 |
| HSL | 8.77º | 0.93% | 0.46% | - |
| HSV(B) | 8.77º | 0.96% | 0.89% | - |
| XYZ | 32.48 | 17.87 | 1.97 | - |
| YUV | 92.27 | 80.45 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 8 | 0 | 0.82 | 0.96 | 0.11 | 8.77 | 0.93 | 0.46 |
| Hex | E3 | 28 | 8 | 0 | 52 | 60 | B | 9 | 5D | 2E |
| Octal | 343 | 50 | 10 | 0 | 122 | 140 | 13 | 11 | 135 | 56 |
| Binary | 11100011 | 101000 | 1000 | 0 | 1010010 | 1100000 | 1011 | 1001 | 1011101 | 101110 |
Color Harmonies of #E32808
Complementary color
Monochromatic Colors of #E32808
Black with #E32808
Text Example
Text Example
White with #E32808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32808; }
p { color: rgb(227,40,8); }
H1.HeaderClassName
{
color: #E32808;
}
.AnyTagClassName
{
color: #E32808;
}
</style>
background-color css
<style>
a { background-color: #E32808; }
a { background-color: rgb(227,40,8); }
div.DivClassName
{
background-color: #E32808;
}
.BgClassName
{
background-color: #E32808;
}
</style>
border-color css
<style>
span { border-color: #E32808; }
span { border-color: rgb(227,40,8); }
td.TdClassName
{
border-color: #E32808;
}
.TagClassName
{
border-color: #E32808;
}
</style>