Shades of Crimson #DD1343
Tints of Crimson #DD1343
RGB
CMYK
RGB Variations
Color information
#DD1343 (or 0xDD1343) is known color: Crimson. HEX triplet: DD, 13 and 43. RGB value is (221,19,67). Sum of RGB (Red+Green+Blue) = 221+19+67=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1343 is #22ECBC. Grayscale: #545454. Windows color (decimal): -2288829 or 4395997. OLE color: 4395997.
HSL color Cylindrical-coordinate representation of color #DD1343: hue angle of 345.74º degrees, saturation: 0.84, 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 #DD1343 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 67 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.13 |
| HSL | 345.74º | 0.84% | 0.47% | - |
| HSV(B) | 345.74º | 0.91% | 0.87% | - |
| XYZ | 31.06 | 16.24 | 6.81 | - |
| YUV | 84.87 | 117.92 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 67 | 0 | 0.91 | 0.70 | 0.13 | 345.74 | 0.84 | 0.47 |
| Hex | DD | 13 | 43 | 0 | 5B | 46 | D | 15A | 54 | 2F |
| Octal | 335 | 23 | 103 | 0 | 133 | 106 | 15 | 532 | 124 | 57 |
| Binary | 11011101 | 10011 | 1000011 | 0 | 1011011 | 1000110 | 1101 | 101011010 | 1010100 | 101111 |
Color Harmonies of #DD1343
Complementary color
Monochromatic Colors of #DD1343
Black with #DD1343
Text Example
Text Example
White with #DD1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1343; }
p { color: rgb(221,19,67); }
H1.HeaderClassName
{
color: #DD1343;
}
.AnyTagClassName
{
color: #DD1343;
}
</style>
background-color css
<style>
a { background-color: #DD1343; }
a { background-color: rgb(221,19,67); }
div.DivClassName
{
background-color: #DD1343;
}
.BgClassName
{
background-color: #DD1343;
}
</style>
border-color css
<style>
span { border-color: #DD1343; }
span { border-color: rgb(221,19,67); }
td.TdClassName
{
border-color: #DD1343;
}
.TagClassName
{
border-color: #DD1343;
}
</style>