Shades of Crimson #E7104A
Tints of Crimson #E7104A
RGB
CMYK
RGB Variations
Color information
#E7104A (or 0xE7104A) is known color: Crimson. HEX triplet: E7, 10 and 4A. RGB value is (231,16,74). Sum of RGB (Red+Green+Blue) = 231+16+74=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E7104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7104A is #18EFB5. Grayscale: #565656. Windows color (decimal): -1634230 or 4853991. OLE color: 4853991.
HSL color Cylindrical-coordinate representation of color #E7104A: hue angle of 343.81º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7104A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 74 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.09 |
| HSL | 343.81º | 0.87% | 0.48% | - |
| HSV(B) | 343.81º | 0.93% | 0.91% | - |
| XYZ | 34.38 | 17.85 | 8.11 | - |
| YUV | 86.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 74 | 0 | 0.93 | 0.68 | 0.09 | 343.81 | 0.87 | 0.48 |
| Hex | E7 | 10 | 4A | 0 | 5D | 44 | 9 | 158 | 57 | 30 |
| Octal | 347 | 20 | 112 | 0 | 135 | 104 | 11 | 530 | 127 | 60 |
| Binary | 11100111 | 10000 | 1001010 | 0 | 1011101 | 1000100 | 1001 | 101011000 | 1010111 | 110000 |
Color Harmonies of #E7104A
Complementary color
Monochromatic Colors of #E7104A
Black with #E7104A
Text Example
Text Example
White with #E7104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7104A; }
p { color: rgb(231,16,74); }
H1.HeaderClassName
{
color: #E7104A;
}
.AnyTagClassName
{
color: #E7104A;
}
</style>
background-color css
<style>
a { background-color: #E7104A; }
a { background-color: rgb(231,16,74); }
div.DivClassName
{
background-color: #E7104A;
}
.BgClassName
{
background-color: #E7104A;
}
</style>
border-color css
<style>
span { border-color: #E7104A; }
span { border-color: rgb(231,16,74); }
td.TdClassName
{
border-color: #E7104A;
}
.TagClassName
{
border-color: #E7104A;
}
</style>