Shades of Crimson #DA194D
Tints of Crimson #DA194D
RGB
CMYK
RGB Variations
Color information
#DA194D (or 0xDA194D) is known color: Crimson. HEX triplet: DA, 19 and 4D. RGB value is (218,25,77). Sum of RGB (Red+Green+Blue) = 218+25+77=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA194D is #25E6B2. Grayscale: #585858. Windows color (decimal): -2483891 or 5052890. OLE color: 5052890.
HSL color Cylindrical-coordinate representation of color #DA194D: hue angle of 343.83º 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 #DA194D is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 77 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.15 |
| HSL | 343.83º | 0.79% | 0.48% | - |
| HSV(B) | 343.83º | 0.89% | 0.85% | - |
| XYZ | 30.6 | 16.14 | 8.52 | - |
| YUV | 88.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 77 | 0 | 0.89 | 0.65 | 0.15 | 343.83 | 0.79 | 0.48 |
| Hex | DA | 19 | 4D | 0 | 59 | 41 | F | 158 | 4F | 30 |
| Octal | 332 | 31 | 115 | 0 | 131 | 101 | 17 | 530 | 117 | 60 |
| Binary | 11011010 | 11001 | 1001101 | 0 | 1011001 | 1000001 | 1111 | 101011000 | 1001111 | 110000 |
Color Harmonies of #DA194D
Complementary color
Monochromatic Colors of #DA194D
Black with #DA194D
Text Example
Text Example
White with #DA194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA194D; }
p { color: rgb(218,25,77); }
H1.HeaderClassName
{
color: #DA194D;
}
.AnyTagClassName
{
color: #DA194D;
}
</style>
background-color css
<style>
a { background-color: #DA194D; }
a { background-color: rgb(218,25,77); }
div.DivClassName
{
background-color: #DA194D;
}
.BgClassName
{
background-color: #DA194D;
}
</style>
border-color css
<style>
span { border-color: #DA194D; }
span { border-color: rgb(218,25,77); }
td.TdClassName
{
border-color: #DA194D;
}
.TagClassName
{
border-color: #DA194D;
}
</style>