Shades of Crimson #DD144A
Tints of Crimson #DD144A
RGB
CMYK
RGB Variations
Color information
#DD144A (or 0xDD144A) is known color: Crimson. HEX triplet: DD, 14 and 4A. RGB value is (221,20,74). Sum of RGB (Red+Green+Blue) = 221+20+74=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD144A is #22EBB5. Grayscale: #565656. Windows color (decimal): -2288566 or 4855005. OLE color: 4855005.
HSL color Cylindrical-coordinate representation of color #DD144A: hue angle of 343.88º 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 #DD144A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 74 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.13 |
| HSL | 343.88º | 0.83% | 0.47% | - |
| HSV(B) | 343.88º | 0.91% | 0.87% | - |
| XYZ | 31.3 | 16.37 | 7.99 | - |
| YUV | 86.26 | 121.09 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 74 | 0 | 0.91 | 0.67 | 0.13 | 343.88 | 0.83 | 0.47 |
| Hex | DD | 14 | 4A | 0 | 5B | 43 | D | 158 | 53 | 2F |
| Octal | 335 | 24 | 112 | 0 | 133 | 103 | 15 | 530 | 123 | 57 |
| Binary | 11011101 | 10100 | 1001010 | 0 | 1011011 | 1000011 | 1101 | 101011000 | 1010011 | 101111 |
Color Harmonies of #DD144A
Complementary color
Monochromatic Colors of #DD144A
Black with #DD144A
Text Example
Text Example
White with #DD144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD144A; }
p { color: rgb(221,20,74); }
H1.HeaderClassName
{
color: #DD144A;
}
.AnyTagClassName
{
color: #DD144A;
}
</style>
background-color css
<style>
a { background-color: #DD144A; }
a { background-color: rgb(221,20,74); }
div.DivClassName
{
background-color: #DD144A;
}
.BgClassName
{
background-color: #DD144A;
}
</style>
border-color css
<style>
span { border-color: #DD144A; }
span { border-color: rgb(221,20,74); }
td.TdClassName
{
border-color: #DD144A;
}
.TagClassName
{
border-color: #DD144A;
}
</style>