Shades of Crimson #DD1F40
Tints of Crimson #DD1F40
RGB
CMYK
RGB Variations
Color information
#DD1F40 (or 0xDD1F40) is known color: Crimson. HEX triplet: DD, 1F and 40. RGB value is (221,31,64). Sum of RGB (Red+Green+Blue) = 221+31+64=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F40 is #22E0BF. Grayscale: #5B5B5B. Windows color (decimal): -2285760 or 4202461. OLE color: 4202461.
HSL color Cylindrical-coordinate representation of color #DD1F40: hue angle of 349.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F40 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 64 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.13 |
| HSL | 349.58º | 0.75% | 0.49% | - |
| HSV(B) | 349.58º | 0.86% | 0.87% | - |
| XYZ | 31.23 | 16.72 | 6.43 | - |
| YUV | 91.57 | 112.45 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 64 | 0 | 0.86 | 0.71 | 0.13 | 349.58 | 0.75 | 0.49 |
| Hex | DD | 1F | 40 | 0 | 56 | 47 | D | 15E | 4B | 31 |
| Octal | 335 | 37 | 100 | 0 | 126 | 107 | 15 | 536 | 113 | 61 |
| Binary | 11011101 | 11111 | 1000000 | 0 | 1010110 | 1000111 | 1101 | 101011110 | 1001011 | 110001 |
Color Harmonies of #DD1F40
Complementary color
Monochromatic Colors of #DD1F40
Black with #DD1F40
Text Example
Text Example
White with #DD1F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F40; }
p { color: rgb(221,31,64); }
H1.HeaderClassName
{
color: #DD1F40;
}
.AnyTagClassName
{
color: #DD1F40;
}
</style>
background-color css
<style>
a { background-color: #DD1F40; }
a { background-color: rgb(221,31,64); }
div.DivClassName
{
background-color: #DD1F40;
}
.BgClassName
{
background-color: #DD1F40;
}
</style>
border-color css
<style>
span { border-color: #DD1F40; }
span { border-color: rgb(221,31,64); }
td.TdClassName
{
border-color: #DD1F40;
}
.TagClassName
{
border-color: #DD1F40;
}
</style>