Shades of Crimson #E11B3F
Tints of Crimson #E11B3F
RGB
CMYK
RGB Variations
Color information
#E11B3F (or 0xE11B3F) is known color: Crimson. HEX triplet: E1, 1B and 3F. RGB value is (225,27,63). Sum of RGB (Red+Green+Blue) = 225+27+63=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11B3F is #1EE4C0. Grayscale: #5A5A5A. Windows color (decimal): -2024641 or 4135905. OLE color: 4135905.
HSL color Cylindrical-coordinate representation of color #E11B3F: hue angle of 349.09º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11B3F is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 63 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.12 |
| HSL | 349.09º | 0.79% | 0.49% | - |
| HSV(B) | 349.09º | 0.88% | 0.88% | - |
| XYZ | 32.34 | 17.15 | 6.31 | - |
| YUV | 90.31 | 112.6 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 63 | 0 | 0.88 | 0.72 | 0.12 | 349.09 | 0.79 | 0.49 |
| Hex | E1 | 1B | 3F | 0 | 58 | 48 | C | 15D | 4F | 31 |
| Octal | 341 | 33 | 77 | 0 | 130 | 110 | 14 | 535 | 117 | 61 |
| Binary | 11100001 | 11011 | 111111 | 0 | 1011000 | 1001000 | 1100 | 101011101 | 1001111 | 110001 |
Color Harmonies of #E11B3F
Complementary color
Monochromatic Colors of #E11B3F
Black with #E11B3F
Text Example
Text Example
White with #E11B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B3F; }
p { color: rgb(225,27,63); }
H1.HeaderClassName
{
color: #E11B3F;
}
.AnyTagClassName
{
color: #E11B3F;
}
</style>
background-color css
<style>
a { background-color: #E11B3F; }
a { background-color: rgb(225,27,63); }
div.DivClassName
{
background-color: #E11B3F;
}
.BgClassName
{
background-color: #E11B3F;
}
</style>
border-color css
<style>
span { border-color: #E11B3F; }
span { border-color: rgb(225,27,63); }
td.TdClassName
{
border-color: #E11B3F;
}
.TagClassName
{
border-color: #E11B3F;
}
</style>