Shades of Crimson #DD1E45
Tints of Crimson #DD1E45
RGB
CMYK
RGB Variations
Color information
#DD1E45 (or 0xDD1E45) is known color: Crimson. HEX triplet: DD, 1E and 45. RGB value is (221,30,69). Sum of RGB (Red+Green+Blue) = 221+30+69=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E45 is #22E1BA. Grayscale: #5B5B5B. Windows color (decimal): -2286011 or 4529885. OLE color: 4529885.
HSL color Cylindrical-coordinate representation of color #DD1E45: hue angle of 347.75º degrees, saturation: 0.76, 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 #DD1E45 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 69 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.13 |
| HSL | 347.75º | 0.76% | 0.49% | - |
| HSV(B) | 347.75º | 0.86% | 0.87% | - |
| XYZ | 31.36 | 16.73 | 7.21 | - |
| YUV | 91.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 69 | 0 | 0.86 | 0.69 | 0.13 | 347.75 | 0.76 | 0.49 |
| Hex | DD | 1E | 45 | 0 | 56 | 45 | D | 15C | 4C | 31 |
| Octal | 335 | 36 | 105 | 0 | 126 | 105 | 15 | 534 | 114 | 61 |
| Binary | 11011101 | 11110 | 1000101 | 0 | 1010110 | 1000101 | 1101 | 101011100 | 1001100 | 110001 |
Color Harmonies of #DD1E45
Complementary color
Monochromatic Colors of #DD1E45
Black with #DD1E45
Text Example
Text Example
White with #DD1E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E45; }
p { color: rgb(221,30,69); }
H1.HeaderClassName
{
color: #DD1E45;
}
.AnyTagClassName
{
color: #DD1E45;
}
</style>
background-color css
<style>
a { background-color: #DD1E45; }
a { background-color: rgb(221,30,69); }
div.DivClassName
{
background-color: #DD1E45;
}
.BgClassName
{
background-color: #DD1E45;
}
</style>
border-color css
<style>
span { border-color: #DD1E45; }
span { border-color: rgb(221,30,69); }
td.TdClassName
{
border-color: #DD1E45;
}
.TagClassName
{
border-color: #DD1E45;
}
</style>