Shades of Scarlet #E32806
Tints of Scarlet #E32806
RGB
CMYK
RGB Variations
Color information
#E32806 (or 0xE32806) is known color: Scarlet. HEX triplet: E3, 28 and 06. RGB value is (227,40,6). Sum of RGB (Red+Green+Blue) = 227+40+6=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E32806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32806 is #1CD7F9. Grayscale: #5C5C5C. Windows color (decimal): -1890298 or 403683. OLE color: 403683.
HSL color Cylindrical-coordinate representation of color #E32806: hue angle of 9.23º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E32806 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.11 |
| HSL | 9.23º | 0.95% | 0.46% | - |
| HSV(B) | 9.23º | 0.97% | 0.89% | - |
| XYZ | 32.47 | 17.86 | 1.91 | - |
| YUV | 92.04 | 79.45 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 6 | 0 | 0.82 | 0.97 | 0.11 | 9.23 | 0.95 | 0.46 |
| Hex | E3 | 28 | 6 | 0 | 52 | 61 | B | 9 | 5F | 2E |
| Octal | 343 | 50 | 6 | 0 | 122 | 141 | 13 | 11 | 137 | 56 |
| Binary | 11100011 | 101000 | 110 | 0 | 1010010 | 1100001 | 1011 | 1001 | 1011111 | 101110 |
Color Harmonies of #E32806
Complementary color
Monochromatic Colors of #E32806
Black with #E32806
Text Example
Text Example
White with #E32806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32806; }
p { color: rgb(227,40,6); }
H1.HeaderClassName
{
color: #E32806;
}
.AnyTagClassName
{
color: #E32806;
}
</style>
background-color css
<style>
a { background-color: #E32806; }
a { background-color: rgb(227,40,6); }
div.DivClassName
{
background-color: #E32806;
}
.BgClassName
{
background-color: #E32806;
}
</style>
border-color css
<style>
span { border-color: #E32806; }
span { border-color: rgb(227,40,6); }
td.TdClassName
{
border-color: #E32806;
}
.TagClassName
{
border-color: #E32806;
}
</style>