Shades of Crimson #DD0343
Tints of Crimson #DD0343
RGB
CMYK
RGB Variations
Color information
#DD0343 (or 0xDD0343) is known color: Crimson. HEX triplet: DD, 03 and 43. RGB value is (221,3,67). Sum of RGB (Red+Green+Blue) = 221+3+67=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0343 is #22FCBC. Grayscale: #4B4B4B. Windows color (decimal): -2292925 or 4391901. OLE color: 4391901.
HSL color Cylindrical-coordinate representation of color #DD0343: hue angle of 342.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0343 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.13 |
| HSL | 342.39º | 0.97% | 0.44% | - |
| HSV(B) | 342.39º | 0.99% | 0.87% | - |
| XYZ | 30.86 | 15.84 | 6.74 | - |
| YUV | 75.48 | 123.22 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 67 | 0 | 0.99 | 0.70 | 0.13 | 342.39 | 0.97 | 0.44 |
| Hex | DD | 3 | 43 | 0 | 63 | 46 | D | 156 | 61 | 2C |
| Octal | 335 | 3 | 103 | 0 | 143 | 106 | 15 | 526 | 141 | 54 |
| Binary | 11011101 | 11 | 1000011 | 0 | 1100011 | 1000110 | 1101 | 101010110 | 1100001 | 101100 |
Color Harmonies of #DD0343
Complementary color
Monochromatic Colors of #DD0343
Black with #DD0343
Text Example
Text Example
White with #DD0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0343; }
p { color: rgb(221,3,67); }
H1.HeaderClassName
{
color: #DD0343;
}
.AnyTagClassName
{
color: #DD0343;
}
</style>
background-color css
<style>
a { background-color: #DD0343; }
a { background-color: rgb(221,3,67); }
div.DivClassName
{
background-color: #DD0343;
}
.BgClassName
{
background-color: #DD0343;
}
</style>
border-color css
<style>
span { border-color: #DD0343; }
span { border-color: rgb(221,3,67); }
td.TdClassName
{
border-color: #DD0343;
}
.TagClassName
{
border-color: #DD0343;
}
</style>