Shades of Scarlet #E11F0C
Tints of Scarlet #E11F0C
RGB
CMYK
RGB Variations
Color information
#E11F0C (or 0xE11F0C) is known color: Scarlet. HEX triplet: E1, 1F and 0C. RGB value is (225,31,12). Sum of RGB (Red+Green+Blue) = 225+31+12=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11F0C is #1EE0F3. Grayscale: #575757. Windows color (decimal): -2023668 or 794593. OLE color: 794593.
HSL color Cylindrical-coordinate representation of color #E11F0C: hue angle of 5.35º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E11F0C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.12 |
| HSL | 5.35º | 0.9% | 0.46% | - |
| HSV(B) | 5.35º | 0.95% | 0.88% | - |
| XYZ | 31.61 | 17.01 | 1.97 | - |
| YUV | 86.84 | 85.77 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 12 | 0 | 0.86 | 0.95 | 0.12 | 5.35 | 0.9 | 0.46 |
| Hex | E1 | 1F | C | 0 | 56 | 5F | C | 5 | 5A | 2E |
| Octal | 341 | 37 | 14 | 0 | 126 | 137 | 14 | 5 | 132 | 56 |
| Binary | 11100001 | 11111 | 1100 | 0 | 1010110 | 1011111 | 1100 | 101 | 1011010 | 101110 |
Color Harmonies of #E11F0C
Complementary color
Monochromatic Colors of #E11F0C
Black with #E11F0C
Text Example
Text Example
White with #E11F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F0C; }
p { color: rgb(225,31,12); }
H1.HeaderClassName
{
color: #E11F0C;
}
.AnyTagClassName
{
color: #E11F0C;
}
</style>
background-color css
<style>
a { background-color: #E11F0C; }
a { background-color: rgb(225,31,12); }
div.DivClassName
{
background-color: #E11F0C;
}
.BgClassName
{
background-color: #E11F0C;
}
</style>
border-color css
<style>
span { border-color: #E11F0C; }
span { border-color: rgb(225,31,12); }
td.TdClassName
{
border-color: #E11F0C;
}
.TagClassName
{
border-color: #E11F0C;
}
</style>