Shades of Crimson #DD1A43
Tints of Crimson #DD1A43
RGB
CMYK
RGB Variations
Color information
#DD1A43 (or 0xDD1A43) is known color: Crimson. HEX triplet: DD, 1A and 43. RGB value is (221,26,67). Sum of RGB (Red+Green+Blue) = 221+26+67=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A43 is #22E5BC. Grayscale: #595959. Windows color (decimal): -2287037 or 4397789. OLE color: 4397789.
HSL color Cylindrical-coordinate representation of color #DD1A43: hue angle of 347.38º 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 #DD1A43 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 67 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.13 |
| HSL | 347.38º | 0.79% | 0.48% | - |
| HSV(B) | 347.38º | 0.88% | 0.87% | - |
| XYZ | 31.2 | 16.52 | 6.85 | - |
| YUV | 88.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 67 | 0 | 0.88 | 0.70 | 0.13 | 347.38 | 0.79 | 0.48 |
| Hex | DD | 1A | 43 | 0 | 58 | 46 | D | 15B | 4F | 30 |
| Octal | 335 | 32 | 103 | 0 | 130 | 106 | 15 | 533 | 117 | 60 |
| Binary | 11011101 | 11010 | 1000011 | 0 | 1011000 | 1000110 | 1101 | 101011011 | 1001111 | 110000 |
Color Harmonies of #DD1A43
Complementary color
Monochromatic Colors of #DD1A43
Black with #DD1A43
Text Example
Text Example
White with #DD1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A43; }
p { color: rgb(221,26,67); }
H1.HeaderClassName
{
color: #DD1A43;
}
.AnyTagClassName
{
color: #DD1A43;
}
</style>
background-color css
<style>
a { background-color: #DD1A43; }
a { background-color: rgb(221,26,67); }
div.DivClassName
{
background-color: #DD1A43;
}
.BgClassName
{
background-color: #DD1A43;
}
</style>
border-color css
<style>
span { border-color: #DD1A43; }
span { border-color: rgb(221,26,67); }
td.TdClassName
{
border-color: #DD1A43;
}
.TagClassName
{
border-color: #DD1A43;
}
</style>