Shades of Crimson #DD193B
Tints of Crimson #DD193B
RGB
CMYK
RGB Variations
Color information
#DD193B (or 0xDD193B) is known color: Crimson. HEX triplet: DD, 19 and 3B. RGB value is (221,25,59). Sum of RGB (Red+Green+Blue) = 221+25+59=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD193B is #22E6C4. Grayscale: #575757. Windows color (decimal): -2287301 or 3873245. OLE color: 3873245.
HSL color Cylindrical-coordinate representation of color #DD193B: hue angle of 349.59º 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 #DD193B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 59 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.13 |
| HSL | 349.59º | 0.8% | 0.48% | - |
| HSV(B) | 349.59º | 0.89% | 0.87% | - |
| XYZ | 30.96 | 16.38 | 5.67 | - |
| YUV | 87.48 | 111.93 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 59 | 0 | 0.89 | 0.73 | 0.13 | 349.59 | 0.8 | 0.48 |
| Hex | DD | 19 | 3B | 0 | 59 | 49 | D | 15E | 50 | 30 |
| Octal | 335 | 31 | 73 | 0 | 131 | 111 | 15 | 536 | 120 | 60 |
| Binary | 11011101 | 11001 | 111011 | 0 | 1011001 | 1001001 | 1101 | 101011110 | 1010000 | 110000 |
Color Harmonies of #DD193B
Complementary color
Monochromatic Colors of #DD193B
Black with #DD193B
Text Example
Text Example
White with #DD193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD193B; }
p { color: rgb(221,25,59); }
H1.HeaderClassName
{
color: #DD193B;
}
.AnyTagClassName
{
color: #DD193B;
}
</style>
background-color css
<style>
a { background-color: #DD193B; }
a { background-color: rgb(221,25,59); }
div.DivClassName
{
background-color: #DD193B;
}
.BgClassName
{
background-color: #DD193B;
}
</style>
border-color css
<style>
span { border-color: #DD193B; }
span { border-color: rgb(221,25,59); }
td.TdClassName
{
border-color: #DD193B;
}
.TagClassName
{
border-color: #DD193B;
}
</style>