Shades of Scarlet #E32706
Tints of Scarlet #E32706
RGB
CMYK
RGB Variations
Color information
#E32706 (or 0xE32706) is known color: Scarlet. HEX triplet: E3, 27 and 06. RGB value is (227,39,6). Sum of RGB (Red+Green+Blue) = 227+39+6=272 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.46% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 227 - color contains mainly: red. Hex color #E32706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32706 is #1CD8F9. Grayscale: #5B5B5B. Windows color (decimal): -1890554 or 403427. OLE color: 403427.
HSL color Cylindrical-coordinate representation of color #E32706: hue angle of 8.96º 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 #E32706 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.11 |
| HSL | 8.96º | 0.95% | 0.46% | - |
| HSV(B) | 8.96º | 0.97% | 0.89% | - |
| XYZ | 32.44 | 17.8 | 1.9 | - |
| YUV | 91.45 | 79.78 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 6 | 0 | 0.83 | 0.97 | 0.11 | 8.96 | 0.95 | 0.46 |
| Hex | E3 | 27 | 6 | 0 | 53 | 61 | B | 9 | 5F | 2E |
| Octal | 343 | 47 | 6 | 0 | 123 | 141 | 13 | 11 | 137 | 56 |
| Binary | 11100011 | 100111 | 110 | 0 | 1010011 | 1100001 | 1011 | 1001 | 1011111 | 101110 |
Color Harmonies of #E32706
Complementary color
Monochromatic Colors of #E32706
Black with #E32706
Text Example
Text Example
White with #E32706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32706; }
p { color: rgb(227,39,6); }
H1.HeaderClassName
{
color: #E32706;
}
.AnyTagClassName
{
color: #E32706;
}
</style>
background-color css
<style>
a { background-color: #E32706; }
a { background-color: rgb(227,39,6); }
div.DivClassName
{
background-color: #E32706;
}
.BgClassName
{
background-color: #E32706;
}
</style>
border-color css
<style>
span { border-color: #E32706; }
span { border-color: rgb(227,39,6); }
td.TdClassName
{
border-color: #E32706;
}
.TagClassName
{
border-color: #E32706;
}
</style>