Shades of Crimson #EA1031
Tints of Crimson #EA1031
RGB
CMYK
RGB Variations
Color information
#EA1031 (or 0xEA1031) is known color: Crimson. HEX triplet: EA, 10 and 31. RGB value is (234,16,49). Sum of RGB (Red+Green+Blue) = 234+16+49=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1031 is #15EFCE. Grayscale: #555555. Windows color (decimal): -1437647 or 3215594. OLE color: 3215594.
HSL color Cylindrical-coordinate representation of color #EA1031: hue angle of 350.92º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1031 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.08 |
| HSL | 350.92º | 0.87% | 0.49% | - |
| HSV(B) | 350.92º | 0.93% | 0.92% | - |
| XYZ | 34.67 | 18.08 | 4.57 | - |
| YUV | 84.94 | 107.72 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 49 | 0 | 0.93 | 0.79 | 0.08 | 350.92 | 0.87 | 0.49 |
| Hex | EA | 10 | 31 | 0 | 5D | 4F | 8 | 15F | 57 | 31 |
| Octal | 352 | 20 | 61 | 0 | 135 | 117 | 10 | 537 | 127 | 61 |
| Binary | 11101010 | 10000 | 110001 | 0 | 1011101 | 1001111 | 1000 | 101011111 | 1010111 | 110001 |
Color Harmonies of #EA1031
Complementary color
Monochromatic Colors of #EA1031
Black with #EA1031
Text Example
Text Example
White with #EA1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1031; }
p { color: rgb(234,16,49); }
H1.HeaderClassName
{
color: #EA1031;
}
.AnyTagClassName
{
color: #EA1031;
}
</style>
background-color css
<style>
a { background-color: #EA1031; }
a { background-color: rgb(234,16,49); }
div.DivClassName
{
background-color: #EA1031;
}
.BgClassName
{
background-color: #EA1031;
}
</style>
border-color css
<style>
span { border-color: #EA1031; }
span { border-color: rgb(234,16,49); }
td.TdClassName
{
border-color: #EA1031;
}
.TagClassName
{
border-color: #EA1031;
}
</style>