Shades of Crimson #DD1444
Tints of Crimson #DD1444
RGB
CMYK
RGB Variations
Color information
#DD1444 (or 0xDD1444) is known color: Crimson. HEX triplet: DD, 14 and 44. RGB value is (221,20,68). Sum of RGB (Red+Green+Blue) = 221+20+68=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1444 is #22EBBB. Grayscale: #555555. Windows color (decimal): -2288572 or 4461789. OLE color: 4461789.
HSL color Cylindrical-coordinate representation of color #DD1444: hue angle of 345.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1444 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 20 | 68 | - |
CMYK | 0 | 0.91 | 0.69 | 0.13 |
HSL | 345.67º | 0.83% | 0.47% | - |
HSV(B) | 345.67º | 0.91% | 0.87% | - |
XYZ | 31.11 | 16.29 | 6.97 | - |
YUV | 85.57 | 118.09 | 224.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 20 | 68 | 0 | 0.91 | 0.69 | 0.13 | 345.67 | 0.83 | 0.47 |
Hex | DD | 14 | 44 | 0 | 5B | 45 | D | 15A | 53 | 2F |
Octal | 335 | 24 | 104 | 0 | 133 | 105 | 15 | 532 | 123 | 57 |
Binary | 11011101 | 10100 | 1000100 | 0 | 1011011 | 1000101 | 1101 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DD1444
Complementary color
Monochromatic Colors of #DD1444
Black with #DD1444
Text Example
Text Example
White with #DD1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1444; }
p { color: rgb(221,20,68); }
H1.HeaderClassName
{
color: #DD1444;
}
.AnyTagClassName
{
color: #DD1444;
}
</style>
background-color css
<style>
a { background-color: #DD1444; }
a { background-color: rgb(221,20,68); }
div.DivClassName
{
background-color: #DD1444;
}
.BgClassName
{
background-color: #DD1444;
}
</style>
border-color css
<style>
span { border-color: #DD1444; }
span { border-color: rgb(221,20,68); }
td.TdClassName
{
border-color: #DD1444;
}
.TagClassName
{
border-color: #DD1444;
}
</style>