Shades of Crimson #DD194A
Tints of Crimson #DD194A
RGB
CMYK
RGB Variations
Color information
#DD194A (or 0xDD194A) is known color: Crimson. HEX triplet: DD, 19 and 4A. RGB value is (221,25,74). Sum of RGB (Red+Green+Blue) = 221+25+74=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD194A is #22E6B5. Grayscale: #595959. Windows color (decimal): -2287286 or 4856285. OLE color: 4856285.
HSL color Cylindrical-coordinate representation of color #DD194A: hue angle of 345º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD194A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 74 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.13 |
| HSL | 345º | 0.8% | 0.48% | - |
| HSV(B) | 345º | 0.89% | 0.87% | - |
| XYZ | 31.4 | 16.56 | 8.02 | - |
| YUV | 89.19 | 119.43 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 74 | 0 | 0.89 | 0.67 | 0.13 | 345 | 0.8 | 0.48 |
| Hex | DD | 19 | 4A | 0 | 59 | 43 | D | 159 | 50 | 30 |
| Octal | 335 | 31 | 112 | 0 | 131 | 103 | 15 | 531 | 120 | 60 |
| Binary | 11011101 | 11001 | 1001010 | 0 | 1011001 | 1000011 | 1101 | 101011001 | 1010000 | 110000 |
Color Harmonies of #DD194A
Complementary color
Monochromatic Colors of #DD194A
Black with #DD194A
Text Example
Text Example
White with #DD194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD194A; }
p { color: rgb(221,25,74); }
H1.HeaderClassName
{
color: #DD194A;
}
.AnyTagClassName
{
color: #DD194A;
}
</style>
background-color css
<style>
a { background-color: #DD194A; }
a { background-color: rgb(221,25,74); }
div.DivClassName
{
background-color: #DD194A;
}
.BgClassName
{
background-color: #DD194A;
}
</style>
border-color css
<style>
span { border-color: #DD194A; }
span { border-color: rgb(221,25,74); }
td.TdClassName
{
border-color: #DD194A;
}
.TagClassName
{
border-color: #DD194A;
}
</style>