Shades of Crimson #E11A3C
Tints of Crimson #E11A3C
RGB
CMYK
RGB Variations
Color information
#E11A3C (or 0xE11A3C) is known color: Crimson. HEX triplet: E1, 1A and 3C. RGB value is (225,26,60). Sum of RGB (Red+Green+Blue) = 225+26+60=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A3C is #1EE5C3. Grayscale: #595959. Windows color (decimal): -2024900 or 3939041. OLE color: 3939041.
HSL color Cylindrical-coordinate representation of color #E11A3C: hue angle of 349.75º 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 #E11A3C is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 60 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.12 |
| HSL | 349.75º | 0.79% | 0.49% | - |
| HSV(B) | 349.75º | 0.88% | 0.88% | - |
| XYZ | 32.24 | 17.07 | 5.87 | - |
| YUV | 89.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 60 | 0 | 0.88 | 0.73 | 0.12 | 349.75 | 0.79 | 0.49 |
| Hex | E1 | 1A | 3C | 0 | 58 | 49 | C | 15E | 4F | 31 |
| Octal | 341 | 32 | 74 | 0 | 130 | 111 | 14 | 536 | 117 | 61 |
| Binary | 11100001 | 11010 | 111100 | 0 | 1011000 | 1001001 | 1100 | 101011110 | 1001111 | 110001 |
Color Harmonies of #E11A3C
Complementary color
Monochromatic Colors of #E11A3C
Black with #E11A3C
Text Example
Text Example
White with #E11A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A3C; }
p { color: rgb(225,26,60); }
H1.HeaderClassName
{
color: #E11A3C;
}
.AnyTagClassName
{
color: #E11A3C;
}
</style>
background-color css
<style>
a { background-color: #E11A3C; }
a { background-color: rgb(225,26,60); }
div.DivClassName
{
background-color: #E11A3C;
}
.BgClassName
{
background-color: #E11A3C;
}
</style>
border-color css
<style>
span { border-color: #E11A3C; }
span { border-color: rgb(225,26,60); }
td.TdClassName
{
border-color: #E11A3C;
}
.TagClassName
{
border-color: #E11A3C;
}
</style>