Shades of Scarlet #E8320C
Tints of Scarlet #E8320C
RGB
CMYK
RGB Variations
Color information
#E8320C (or 0xE8320C) is known color: Scarlet. HEX triplet: E8, 32 and 0C. RGB value is (232,50,12). Sum of RGB (Red+Green+Blue) = 232+50+12=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8320C is #17CDF3. Grayscale: #646464. Windows color (decimal): -1560052 or 799464. OLE color: 799464.
HSL color Cylindrical-coordinate representation of color #E8320C: hue angle of 10.36º 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 #E8320C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.09 |
| HSL | 10.36º | 0.9% | 0.48% | - |
| HSV(B) | 10.36º | 0.95% | 0.91% | - |
| XYZ | 34.49 | 19.46 | 2.29 | - |
| YUV | 100.09 | 78.3 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 12 | 0 | 0.78 | 0.95 | 0.09 | 10.36 | 0.9 | 0.48 |
| Hex | E8 | 32 | C | 0 | 4E | 5F | 9 | A | 5A | 30 |
| Octal | 350 | 62 | 14 | 0 | 116 | 137 | 11 | 12 | 132 | 60 |
| Binary | 11101000 | 110010 | 1100 | 0 | 1001110 | 1011111 | 1001 | 1010 | 1011010 | 110000 |
Color Harmonies of #E8320C
Complementary color
Monochromatic Colors of #E8320C
Black with #E8320C
Text Example
Text Example
White with #E8320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8320C; }
p { color: rgb(232,50,12); }
H1.HeaderClassName
{
color: #E8320C;
}
.AnyTagClassName
{
color: #E8320C;
}
</style>
background-color css
<style>
a { background-color: #E8320C; }
a { background-color: rgb(232,50,12); }
div.DivClassName
{
background-color: #E8320C;
}
.BgClassName
{
background-color: #E8320C;
}
</style>
border-color css
<style>
span { border-color: #E8320C; }
span { border-color: rgb(232,50,12); }
td.TdClassName
{
border-color: #E8320C;
}
.TagClassName
{
border-color: #E8320C;
}
</style>