Shades of Scarlet #E32206
Tints of Scarlet #E32206
RGB
CMYK
RGB Variations
Color information
#E32206 (or 0xE32206) is known color: Scarlet. HEX triplet: E3, 22 and 06. RGB value is (227,34,6). Sum of RGB (Red+Green+Blue) = 227+34+6=267 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.02% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 227 - color contains mainly: red. Hex color #E32206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32206 is #1CDDF9. Grayscale: #585858. Windows color (decimal): -1891834 or 402147. OLE color: 402147.
HSL color Cylindrical-coordinate representation of color #E32206: hue angle of 7.6º 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 #E32206 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.11 |
| HSL | 7.6º | 0.95% | 0.46% | - |
| HSV(B) | 7.6º | 0.97% | 0.89% | - |
| XYZ | 32.28 | 17.49 | 1.85 | - |
| YUV | 88.52 | 81.44 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 6 | 0 | 0.85 | 0.97 | 0.11 | 7.6 | 0.95 | 0.46 |
| Hex | E3 | 22 | 6 | 0 | 55 | 61 | B | 8 | 5F | 2E |
| Octal | 343 | 42 | 6 | 0 | 125 | 141 | 13 | 10 | 137 | 56 |
| Binary | 11100011 | 100010 | 110 | 0 | 1010101 | 1100001 | 1011 | 1000 | 1011111 | 101110 |
Color Harmonies of #E32206
Complementary color
Monochromatic Colors of #E32206
Black with #E32206
Text Example
Text Example
White with #E32206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32206; }
p { color: rgb(227,34,6); }
H1.HeaderClassName
{
color: #E32206;
}
.AnyTagClassName
{
color: #E32206;
}
</style>
background-color css
<style>
a { background-color: #E32206; }
a { background-color: rgb(227,34,6); }
div.DivClassName
{
background-color: #E32206;
}
.BgClassName
{
background-color: #E32206;
}
</style>
border-color css
<style>
span { border-color: #E32206; }
span { border-color: rgb(227,34,6); }
td.TdClassName
{
border-color: #E32206;
}
.TagClassName
{
border-color: #E32206;
}
</style>