Shades of Scarlet #E32308
Tints of Scarlet #E32308
RGB
CMYK
RGB Variations
Color information
#E32308 (or 0xE32308) is known color: Scarlet. HEX triplet: E3, 23 and 08. RGB value is (227,35,8). Sum of RGB (Red+Green+Blue) = 227+35+8=270 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.07% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 227 - color contains mainly: red. Hex color #E32308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32308 is #1CDCF7. Grayscale: #595959. Windows color (decimal): -1891576 or 533475. OLE color: 533475.
HSL color Cylindrical-coordinate representation of color #E32308: hue angle of 7.4º 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 #E32308 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.11 |
| HSL | 7.4º | 0.93% | 0.46% | - |
| HSV(B) | 7.4º | 0.96% | 0.89% | - |
| XYZ | 32.32 | 17.55 | 1.91 | - |
| YUV | 89.33 | 82.11 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 8 | 0 | 0.85 | 0.96 | 0.11 | 7.4 | 0.93 | 0.46 |
| Hex | E3 | 23 | 8 | 0 | 55 | 60 | B | 7 | 5D | 2E |
| Octal | 343 | 43 | 10 | 0 | 125 | 140 | 13 | 7 | 135 | 56 |
| Binary | 11100011 | 100011 | 1000 | 0 | 1010101 | 1100000 | 1011 | 111 | 1011101 | 101110 |
Color Harmonies of #E32308
Complementary color
Monochromatic Colors of #E32308
Black with #E32308
Text Example
Text Example
White with #E32308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32308; }
p { color: rgb(227,35,8); }
H1.HeaderClassName
{
color: #E32308;
}
.AnyTagClassName
{
color: #E32308;
}
</style>
background-color css
<style>
a { background-color: #E32308; }
a { background-color: rgb(227,35,8); }
div.DivClassName
{
background-color: #E32308;
}
.BgClassName
{
background-color: #E32308;
}
</style>
border-color css
<style>
span { border-color: #E32308; }
span { border-color: rgb(227,35,8); }
td.TdClassName
{
border-color: #E32308;
}
.TagClassName
{
border-color: #E32308;
}
</style>