Shades of Scarlet #E7320C
Tints of Scarlet #E7320C
RGB
CMYK
RGB Variations
Color information
#E7320C (or 0xE7320C) is known color: Scarlet. HEX triplet: E7, 32 and 0C. RGB value is (231,50,12). Sum of RGB (Red+Green+Blue) = 231+50+12=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E7320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7320C is #18CDF3. Grayscale: #646464. Windows color (decimal): -1625588 or 799463. OLE color: 799463.
HSL color Cylindrical-coordinate representation of color #E7320C: hue angle of 10.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7320C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.09 |
| HSL | 10.41º | 0.9% | 0.48% | - |
| HSV(B) | 10.41º | 0.95% | 0.91% | - |
| XYZ | 34.16 | 19.3 | 2.27 | - |
| YUV | 99.79 | 78.47 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 12 | 0 | 0.78 | 0.95 | 0.09 | 10.41 | 0.9 | 0.48 |
| Hex | E7 | 32 | C | 0 | 4E | 5F | 9 | A | 5A | 30 |
| Octal | 347 | 62 | 14 | 0 | 116 | 137 | 11 | 12 | 132 | 60 |
| Binary | 11100111 | 110010 | 1100 | 0 | 1001110 | 1011111 | 1001 | 1010 | 1011010 | 110000 |
Color Harmonies of #E7320C
Complementary color
Monochromatic Colors of #E7320C
Black with #E7320C
Text Example
Text Example
White with #E7320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7320C; }
p { color: rgb(231,50,12); }
H1.HeaderClassName
{
color: #E7320C;
}
.AnyTagClassName
{
color: #E7320C;
}
</style>
background-color css
<style>
a { background-color: #E7320C; }
a { background-color: rgb(231,50,12); }
div.DivClassName
{
background-color: #E7320C;
}
.BgClassName
{
background-color: #E7320C;
}
</style>
border-color css
<style>
span { border-color: #E7320C; }
span { border-color: rgb(231,50,12); }
td.TdClassName
{
border-color: #E7320C;
}
.TagClassName
{
border-color: #E7320C;
}
</style>