Shades of Crimson #DA194E
Tints of Crimson #DA194E
RGB
CMYK
RGB Variations
Color information
#DA194E (or 0xDA194E) is known color: Crimson. HEX triplet: DA, 19 and 4E. RGB value is (218,25,78). Sum of RGB (Red+Green+Blue) = 218+25+78=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA194E is #25E6B1. Grayscale: #585858. Windows color (decimal): -2483890 or 5118426. OLE color: 5118426.
HSL color Cylindrical-coordinate representation of color #DA194E: hue angle of 343.52º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA194E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 78 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.15 |
| HSL | 343.52º | 0.79% | 0.48% | - |
| HSV(B) | 343.52º | 0.89% | 0.85% | - |
| XYZ | 30.64 | 16.15 | 8.71 | - |
| YUV | 88.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 78 | 0 | 0.89 | 0.64 | 0.15 | 343.52 | 0.79 | 0.48 |
| Hex | DA | 19 | 4E | 0 | 59 | 40 | F | 158 | 4F | 30 |
| Octal | 332 | 31 | 116 | 0 | 131 | 100 | 17 | 530 | 117 | 60 |
| Binary | 11011010 | 11001 | 1001110 | 0 | 1011001 | 1000000 | 1111 | 101011000 | 1001111 | 110000 |
Color Harmonies of #DA194E
Complementary color
Monochromatic Colors of #DA194E
Black with #DA194E
Text Example
Text Example
White with #DA194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA194E; }
p { color: rgb(218,25,78); }
H1.HeaderClassName
{
color: #DA194E;
}
.AnyTagClassName
{
color: #DA194E;
}
</style>
background-color css
<style>
a { background-color: #DA194E; }
a { background-color: rgb(218,25,78); }
div.DivClassName
{
background-color: #DA194E;
}
.BgClassName
{
background-color: #DA194E;
}
</style>
border-color css
<style>
span { border-color: #DA194E; }
span { border-color: rgb(218,25,78); }
td.TdClassName
{
border-color: #DA194E;
}
.TagClassName
{
border-color: #DA194E;
}
</style>