Shades of Scarlet #E11B00
Tints of Scarlet #E11B00
RGB
CMYK
RGB Variations
Color information
#E11B00 (or 0xE11B00) is known color: Scarlet. HEX triplet: E1, 1B and 00. RGB value is (225,27,0). Sum of RGB (Red+Green+Blue) = 225+27+0=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11B00 is #1EE4FF. Grayscale: #535353. Windows color (decimal): -2024704 or 7137. OLE color: 7137.
HSL color Cylindrical-coordinate representation of color #E11B00: hue angle of 7.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E11B00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.12 |
| HSL | 7.2º | 1% | 0.44% | - |
| HSV(B) | 7.2º | 1% | 0.88% | - |
| XYZ | 31.44 | 16.79 | 1.58 | - |
| YUV | 83.12 | 81.1 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 0 | 0 | 0.88 | 1 | 0.12 | 7.2 | 1 | 0.44 |
| Hex | E1 | 1B | 0 | 0 | 58 | 64 | C | 7 | 64 | 2C |
| Octal | 341 | 33 | 0 | 0 | 130 | 144 | 14 | 7 | 144 | 54 |
| Binary | 11100001 | 11011 | 0 | 0 | 1011000 | 1100100 | 1100 | 111 | 1100100 | 101100 |
Color Harmonies of #E11B00
Complementary color
Monochromatic Colors of #E11B00
Black with #E11B00
Text Example
Text Example
White with #E11B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B00; }
p { color: rgb(225,27,0); }
H1.HeaderClassName
{
color: #E11B00;
}
.AnyTagClassName
{
color: #E11B00;
}
</style>
background-color css
<style>
a { background-color: #E11B00; }
a { background-color: rgb(225,27,0); }
div.DivClassName
{
background-color: #E11B00;
}
.BgClassName
{
background-color: #E11B00;
}
</style>
border-color css
<style>
span { border-color: #E11B00; }
span { border-color: rgb(225,27,0); }
td.TdClassName
{
border-color: #E11B00;
}
.TagClassName
{
border-color: #E11B00;
}
</style>