Shades of Crimson #DD144D
Tints of Crimson #DD144D
RGB
CMYK
RGB Variations
Color information
#DD144D (or 0xDD144D) is known color: Crimson. HEX triplet: DD, 14 and 4D. RGB value is (221,20,77). Sum of RGB (Red+Green+Blue) = 221+20+77=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD144D is #22EBB2. Grayscale: #565656. Windows color (decimal): -2288563 or 5051613. OLE color: 5051613.
HSL color Cylindrical-coordinate representation of color #DD144D: hue angle of 342.99º 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 #DD144D is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 77 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.13 |
| HSL | 342.99º | 0.83% | 0.47% | - |
| HSV(B) | 342.99º | 0.91% | 0.87% | - |
| XYZ | 31.41 | 16.41 | 8.53 | - |
| YUV | 86.6 | 122.59 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 77 | 0 | 0.91 | 0.65 | 0.13 | 342.99 | 0.83 | 0.47 |
| Hex | DD | 14 | 4D | 0 | 5B | 41 | D | 157 | 53 | 2F |
| Octal | 335 | 24 | 115 | 0 | 133 | 101 | 15 | 527 | 123 | 57 |
| Binary | 11011101 | 10100 | 1001101 | 0 | 1011011 | 1000001 | 1101 | 101010111 | 1010011 | 101111 |
Color Harmonies of #DD144D
Complementary color
Monochromatic Colors of #DD144D
Black with #DD144D
Text Example
Text Example
White with #DD144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD144D; }
p { color: rgb(221,20,77); }
H1.HeaderClassName
{
color: #DD144D;
}
.AnyTagClassName
{
color: #DD144D;
}
</style>
background-color css
<style>
a { background-color: #DD144D; }
a { background-color: rgb(221,20,77); }
div.DivClassName
{
background-color: #DD144D;
}
.BgClassName
{
background-color: #DD144D;
}
</style>
border-color css
<style>
span { border-color: #DD144D; }
span { border-color: rgb(221,20,77); }
td.TdClassName
{
border-color: #DD144D;
}
.TagClassName
{
border-color: #DD144D;
}
</style>