Shades of Crimson #DD193E
Tints of Crimson #DD193E
RGB
CMYK
RGB Variations
Color information
#DD193E (or 0xDD193E) is known color: Crimson. HEX triplet: DD, 19 and 3E. RGB value is (221,25,62). Sum of RGB (Red+Green+Blue) = 221+25+62=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD193E is #22E6C1. Grayscale: #575757. Windows color (decimal): -2287298 or 4069853. OLE color: 4069853.
HSL color Cylindrical-coordinate representation of color #DD193E: hue angle of 348.67º 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 #DD193E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 62 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.13 |
| HSL | 348.67º | 0.8% | 0.48% | - |
| HSV(B) | 348.67º | 0.89% | 0.87% | - |
| XYZ | 31.04 | 16.42 | 6.09 | - |
| YUV | 87.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 62 | 0 | 0.89 | 0.72 | 0.13 | 348.67 | 0.8 | 0.48 |
| Hex | DD | 19 | 3E | 0 | 59 | 48 | D | 15D | 50 | 30 |
| Octal | 335 | 31 | 76 | 0 | 131 | 110 | 15 | 535 | 120 | 60 |
| Binary | 11011101 | 11001 | 111110 | 0 | 1011001 | 1001000 | 1101 | 101011101 | 1010000 | 110000 |
Color Harmonies of #DD193E
Complementary color
Monochromatic Colors of #DD193E
Black with #DD193E
Text Example
Text Example
White with #DD193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD193E; }
p { color: rgb(221,25,62); }
H1.HeaderClassName
{
color: #DD193E;
}
.AnyTagClassName
{
color: #DD193E;
}
</style>
background-color css
<style>
a { background-color: #DD193E; }
a { background-color: rgb(221,25,62); }
div.DivClassName
{
background-color: #DD193E;
}
.BgClassName
{
background-color: #DD193E;
}
</style>
border-color css
<style>
span { border-color: #DD193E; }
span { border-color: rgb(221,25,62); }
td.TdClassName
{
border-color: #DD193E;
}
.TagClassName
{
border-color: #DD193E;
}
</style>