Shades of Scarlet #E32207
Tints of Scarlet #E32207
RGB
CMYK
RGB Variations
Color information
#E32207 (or 0xE32207) is known color: Scarlet. HEX triplet: E3, 22 and 07. RGB value is (227,34,7). Sum of RGB (Red+Green+Blue) = 227+34+7=268 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.70% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 227 - color contains mainly: red. Hex color #E32207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32207 is #1CDDF8. Grayscale: #585858. Windows color (decimal): -1891833 or 467683. OLE color: 467683.
HSL color Cylindrical-coordinate representation of color #E32207: hue angle of 7.36º degrees, saturation: 0.94, 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 #E32207 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.11 |
| HSL | 7.36º | 0.94% | 0.46% | - |
| HSV(B) | 7.36º | 0.97% | 0.89% | - |
| XYZ | 32.29 | 17.49 | 1.88 | - |
| YUV | 88.63 | 81.94 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 7 | 0 | 0.85 | 0.97 | 0.11 | 7.36 | 0.94 | 0.46 |
| Hex | E3 | 22 | 7 | 0 | 55 | 61 | B | 7 | 5E | 2E |
| Octal | 343 | 42 | 7 | 0 | 125 | 141 | 13 | 7 | 136 | 56 |
| Binary | 11100011 | 100010 | 111 | 0 | 1010101 | 1100001 | 1011 | 111 | 1011110 | 101110 |
Color Harmonies of #E32207
Complementary color
Monochromatic Colors of #E32207
Black with #E32207
Text Example
Text Example
White with #E32207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32207; }
p { color: rgb(227,34,7); }
H1.HeaderClassName
{
color: #E32207;
}
.AnyTagClassName
{
color: #E32207;
}
</style>
background-color css
<style>
a { background-color: #E32207; }
a { background-color: rgb(227,34,7); }
div.DivClassName
{
background-color: #E32207;
}
.BgClassName
{
background-color: #E32207;
}
</style>
border-color css
<style>
span { border-color: #E32207; }
span { border-color: rgb(227,34,7); }
td.TdClassName
{
border-color: #E32207;
}
.TagClassName
{
border-color: #E32207;
}
</style>