Shades of Crimson #DD1A41
Tints of Crimson #DD1A41
RGB
CMYK
RGB Variations
Color information
#DD1A41 (or 0xDD1A41) is known color: Crimson. HEX triplet: DD, 1A and 41. RGB value is (221,26,65). Sum of RGB (Red+Green+Blue) = 221+26+65=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A41 is #22E5BE. Grayscale: #585858. Windows color (decimal): -2287039 or 4266717. OLE color: 4266717.
HSL color Cylindrical-coordinate representation of color #DD1A41: hue angle of 348º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A41 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 65 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.13 |
| HSL | 348º | 0.79% | 0.48% | - |
| HSV(B) | 348º | 0.88% | 0.87% | - |
| XYZ | 31.14 | 16.49 | 6.54 | - |
| YUV | 88.75 | 114.6 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 65 | 0 | 0.88 | 0.71 | 0.13 | 348 | 0.79 | 0.48 |
| Hex | DD | 1A | 41 | 0 | 58 | 47 | D | 15C | 4F | 30 |
| Octal | 335 | 32 | 101 | 0 | 130 | 107 | 15 | 534 | 117 | 60 |
| Binary | 11011101 | 11010 | 1000001 | 0 | 1011000 | 1000111 | 1101 | 101011100 | 1001111 | 110000 |
Color Harmonies of #DD1A41
Complementary color
Monochromatic Colors of #DD1A41
Black with #DD1A41
Text Example
Text Example
White with #DD1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A41; }
p { color: rgb(221,26,65); }
H1.HeaderClassName
{
color: #DD1A41;
}
.AnyTagClassName
{
color: #DD1A41;
}
</style>
background-color css
<style>
a { background-color: #DD1A41; }
a { background-color: rgb(221,26,65); }
div.DivClassName
{
background-color: #DD1A41;
}
.BgClassName
{
background-color: #DD1A41;
}
</style>
border-color css
<style>
span { border-color: #DD1A41; }
span { border-color: rgb(221,26,65); }
td.TdClassName
{
border-color: #DD1A41;
}
.TagClassName
{
border-color: #DD1A41;
}
</style>