Shades of Crimson #E6104A
Tints of Crimson #E6104A
RGB
CMYK
RGB Variations
Color information
#E6104A (or 0xE6104A) is known color: Crimson. HEX triplet: E6, 10 and 4A. RGB value is (230,16,74). Sum of RGB (Red+Green+Blue) = 230+16+74=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E6104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6104A is #19EFB5. Grayscale: #565656. Windows color (decimal): -1699766 or 4853990. OLE color: 4853990.
HSL color Cylindrical-coordinate representation of color #E6104A: hue angle of 343.74º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6104A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 74 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.10 |
| HSL | 343.74º | 0.87% | 0.48% | - |
| HSV(B) | 343.74º | 0.93% | 0.9% | - |
| XYZ | 34.05 | 17.69 | 8.1 | - |
| YUV | 86.6 | 120.9 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 74 | 0 | 0.93 | 0.68 | 0.10 | 343.74 | 0.87 | 0.48 |
| Hex | E6 | 10 | 4A | 0 | 5D | 44 | A | 158 | 57 | 30 |
| Octal | 346 | 20 | 112 | 0 | 135 | 104 | 12 | 530 | 127 | 60 |
| Binary | 11100110 | 10000 | 1001010 | 0 | 1011101 | 1000100 | 1010 | 101011000 | 1010111 | 110000 |
Color Harmonies of #E6104A
Complementary color
Monochromatic Colors of #E6104A
Black with #E6104A
Text Example
Text Example
White with #E6104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6104A; }
p { color: rgb(230,16,74); }
H1.HeaderClassName
{
color: #E6104A;
}
.AnyTagClassName
{
color: #E6104A;
}
</style>
background-color css
<style>
a { background-color: #E6104A; }
a { background-color: rgb(230,16,74); }
div.DivClassName
{
background-color: #E6104A;
}
.BgClassName
{
background-color: #E6104A;
}
</style>
border-color css
<style>
span { border-color: #E6104A; }
span { border-color: rgb(230,16,74); }
td.TdClassName
{
border-color: #E6104A;
}
.TagClassName
{
border-color: #E6104A;
}
</style>