Shades of Scarlet #E82912
Tints of Scarlet #E82912
RGB
CMYK
RGB Variations
Color information
#E82912 (or 0xE82912) is known color: Scarlet. HEX triplet: E8, 29 and 12. RGB value is (232,41,18). Sum of RGB (Red+Green+Blue) = 232+41+18=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E82912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82912 is #17D6ED. Grayscale: #5F5F5F. Windows color (decimal): -1562350 or 1190376. OLE color: 1190376.
HSL color Cylindrical-coordinate representation of color #E82912: hue angle of 6.45º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E82912 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.09 |
| HSL | 6.45º | 0.86% | 0.49% | - |
| HSV(B) | 6.45º | 0.92% | 0.91% | - |
| XYZ | 34.18 | 18.79 | 2.4 | - |
| YUV | 95.49 | 84.28 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 18 | 0 | 0.82 | 0.92 | 0.09 | 6.45 | 0.86 | 0.49 |
| Hex | E8 | 29 | 12 | 0 | 52 | 5C | 9 | 6 | 56 | 31 |
| Octal | 350 | 51 | 22 | 0 | 122 | 134 | 11 | 6 | 126 | 61 |
| Binary | 11101000 | 101001 | 10010 | 0 | 1010010 | 1011100 | 1001 | 110 | 1010110 | 110001 |
Color Harmonies of #E82912
Complementary color
Monochromatic Colors of #E82912
Black with #E82912
Text Example
Text Example
White with #E82912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82912; }
p { color: rgb(232,41,18); }
H1.HeaderClassName
{
color: #E82912;
}
.AnyTagClassName
{
color: #E82912;
}
</style>
background-color css
<style>
a { background-color: #E82912; }
a { background-color: rgb(232,41,18); }
div.DivClassName
{
background-color: #E82912;
}
.BgClassName
{
background-color: #E82912;
}
</style>
border-color css
<style>
span { border-color: #E82912; }
span { border-color: rgb(232,41,18); }
td.TdClassName
{
border-color: #E82912;
}
.TagClassName
{
border-color: #E82912;
}
</style>