Shades of Crimson #DD1A46
Tints of Crimson #DD1A46
RGB
CMYK
RGB Variations
Color information
#DD1A46 (or 0xDD1A46) is known color: Crimson. HEX triplet: DD, 1A and 46. RGB value is (221,26,70). Sum of RGB (Red+Green+Blue) = 221+26+70=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A46 is #22E5B9. Grayscale: #595959. Windows color (decimal): -2287034 or 4594397. OLE color: 4594397.
HSL color Cylindrical-coordinate representation of color #DD1A46: hue angle of 346.46º 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 #DD1A46 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 70 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.13 |
| HSL | 346.46º | 0.79% | 0.48% | - |
| HSV(B) | 346.46º | 0.88% | 0.87% | - |
| XYZ | 31.29 | 16.55 | 7.34 | - |
| YUV | 89.32 | 117.1 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 70 | 0 | 0.88 | 0.68 | 0.13 | 346.46 | 0.79 | 0.48 |
| Hex | DD | 1A | 46 | 0 | 58 | 44 | D | 15A | 4F | 30 |
| Octal | 335 | 32 | 106 | 0 | 130 | 104 | 15 | 532 | 117 | 60 |
| Binary | 11011101 | 11010 | 1000110 | 0 | 1011000 | 1000100 | 1101 | 101011010 | 1001111 | 110000 |
Color Harmonies of #DD1A46
Complementary color
Monochromatic Colors of #DD1A46
Black with #DD1A46
Text Example
Text Example
White with #DD1A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A46; }
p { color: rgb(221,26,70); }
H1.HeaderClassName
{
color: #DD1A46;
}
.AnyTagClassName
{
color: #DD1A46;
}
</style>
background-color css
<style>
a { background-color: #DD1A46; }
a { background-color: rgb(221,26,70); }
div.DivClassName
{
background-color: #DD1A46;
}
.BgClassName
{
background-color: #DD1A46;
}
</style>
border-color css
<style>
span { border-color: #DD1A46; }
span { border-color: rgb(221,26,70); }
td.TdClassName
{
border-color: #DD1A46;
}
.TagClassName
{
border-color: #DD1A46;
}
</style>