Shades of Crimson #DD1A47
Tints of Crimson #DD1A47
RGB
CMYK
RGB Variations
Color information
#DD1A47 (or 0xDD1A47) is known color: Crimson. HEX triplet: DD, 1A and 47. RGB value is (221,26,71). Sum of RGB (Red+Green+Blue) = 221+26+71=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A47 is #22E5B8. Grayscale: #595959. Windows color (decimal): -2287033 or 4659933. OLE color: 4659933.
HSL color Cylindrical-coordinate representation of color #DD1A47: hue angle of 346.15º 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 #DD1A47 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 71 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.13 |
| HSL | 346.15º | 0.79% | 0.48% | - |
| HSV(B) | 346.15º | 0.88% | 0.87% | - |
| XYZ | 31.33 | 16.57 | 7.51 | - |
| YUV | 89.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 71 | 0 | 0.88 | 0.68 | 0.13 | 346.15 | 0.79 | 0.48 |
| Hex | DD | 1A | 47 | 0 | 58 | 44 | D | 15A | 4F | 30 |
| Octal | 335 | 32 | 107 | 0 | 130 | 104 | 15 | 532 | 117 | 60 |
| Binary | 11011101 | 11010 | 1000111 | 0 | 1011000 | 1000100 | 1101 | 101011010 | 1001111 | 110000 |
Color Harmonies of #DD1A47
Complementary color
Monochromatic Colors of #DD1A47
Black with #DD1A47
Text Example
Text Example
White with #DD1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A47; }
p { color: rgb(221,26,71); }
H1.HeaderClassName
{
color: #DD1A47;
}
.AnyTagClassName
{
color: #DD1A47;
}
</style>
background-color css
<style>
a { background-color: #DD1A47; }
a { background-color: rgb(221,26,71); }
div.DivClassName
{
background-color: #DD1A47;
}
.BgClassName
{
background-color: #DD1A47;
}
</style>
border-color css
<style>
span { border-color: #DD1A47; }
span { border-color: rgb(221,26,71); }
td.TdClassName
{
border-color: #DD1A47;
}
.TagClassName
{
border-color: #DD1A47;
}
</style>