Shades of Scarlet #E8270C
Tints of Scarlet #E8270C
RGB
CMYK
RGB Variations
Color information
#E8270C (or 0xE8270C) is known color: Scarlet. HEX triplet: E8, 27 and 0C. RGB value is (232,39,12). Sum of RGB (Red+Green+Blue) = 232+39+12=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E8270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8270C is #17D8F3. Grayscale: #5D5D5D. Windows color (decimal): -1562868 or 796648. OLE color: 796648.
HSL color Cylindrical-coordinate representation of color #E8270C: hue angle of 7.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 #E8270C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.09 |
| HSL | 7.36º | 0.9% | 0.48% | - |
| HSV(B) | 7.36º | 0.95% | 0.91% | - |
| XYZ | 34.07 | 18.63 | 2.15 | - |
| YUV | 93.63 | 81.94 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 12 | 0 | 0.83 | 0.95 | 0.09 | 7.36 | 0.9 | 0.48 |
| Hex | E8 | 27 | C | 0 | 53 | 5F | 9 | 7 | 5A | 30 |
| Octal | 350 | 47 | 14 | 0 | 123 | 137 | 11 | 7 | 132 | 60 |
| Binary | 11101000 | 100111 | 1100 | 0 | 1010011 | 1011111 | 1001 | 111 | 1011010 | 110000 |
Color Harmonies of #E8270C
Complementary color
Monochromatic Colors of #E8270C
Black with #E8270C
Text Example
Text Example
White with #E8270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8270C; }
p { color: rgb(232,39,12); }
H1.HeaderClassName
{
color: #E8270C;
}
.AnyTagClassName
{
color: #E8270C;
}
</style>
background-color css
<style>
a { background-color: #E8270C; }
a { background-color: rgb(232,39,12); }
div.DivClassName
{
background-color: #E8270C;
}
.BgClassName
{
background-color: #E8270C;
}
</style>
border-color css
<style>
span { border-color: #E8270C; }
span { border-color: rgb(232,39,12); }
td.TdClassName
{
border-color: #E8270C;
}
.TagClassName
{
border-color: #E8270C;
}
</style>