Shades of Crimson #E6194A
Tints of Crimson #E6194A
RGB
CMYK
RGB Variations
Color information
#E6194A (or 0xE6194A) is known color: Crimson. HEX triplet: E6, 19 and 4A. RGB value is (230,25,74). Sum of RGB (Red+Green+Blue) = 230+25+74=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6194A is #19E6B5. Grayscale: #5B5B5B. Windows color (decimal): -1697462 or 4856294. OLE color: 4856294.
HSL color Cylindrical-coordinate representation of color #E6194A: hue angle of 345.66º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6194A is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 74 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.10 |
| HSL | 345.66º | 0.8% | 0.5% | - |
| HSV(B) | 345.66º | 0.89% | 0.9% | - |
| XYZ | 34.22 | 18.01 | 8.15 | - |
| YUV | 91.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 74 | 0 | 0.89 | 0.68 | 0.10 | 345.66 | 0.8 | 0.5 |
| Hex | E6 | 19 | 4A | 0 | 59 | 44 | A | 15A | 50 | 32 |
| Octal | 346 | 31 | 112 | 0 | 131 | 104 | 12 | 532 | 120 | 62 |
| Binary | 11100110 | 11001 | 1001010 | 0 | 1011001 | 1000100 | 1010 | 101011010 | 1010000 | 110010 |
Color Harmonies of #E6194A
Complementary color
Monochromatic Colors of #E6194A
Black with #E6194A
Text Example
Text Example
White with #E6194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6194A; }
p { color: rgb(230,25,74); }
H1.HeaderClassName
{
color: #E6194A;
}
.AnyTagClassName
{
color: #E6194A;
}
</style>
background-color css
<style>
a { background-color: #E6194A; }
a { background-color: rgb(230,25,74); }
div.DivClassName
{
background-color: #E6194A;
}
.BgClassName
{
background-color: #E6194A;
}
</style>
border-color css
<style>
span { border-color: #E6194A; }
span { border-color: rgb(230,25,74); }
td.TdClassName
{
border-color: #E6194A;
}
.TagClassName
{
border-color: #E6194A;
}
</style>