Shades of Crimson #DD0541
Tints of Crimson #DD0541
RGB
CMYK
RGB Variations
Color information
#DD0541 (or 0xDD0541) is known color: Crimson. HEX triplet: DD, 05 and 41. RGB value is (221,5,65). Sum of RGB (Red+Green+Blue) = 221+5+65=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0541 is #22FABE. Grayscale: #4C4C4C. Windows color (decimal): -2292415 or 4261341. OLE color: 4261341.
HSL color Cylindrical-coordinate representation of color #DD0541: hue angle of 343.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0541 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 65 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.13 |
| HSL | 343.33º | 0.96% | 0.44% | - |
| HSV(B) | 343.33º | 0.98% | 0.87% | - |
| XYZ | 30.83 | 15.86 | 6.44 | - |
| YUV | 76.42 | 121.56 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 65 | 0 | 0.98 | 0.71 | 0.13 | 343.33 | 0.96 | 0.44 |
| Hex | DD | 5 | 41 | 0 | 62 | 47 | D | 157 | 60 | 2C |
| Octal | 335 | 5 | 101 | 0 | 142 | 107 | 15 | 527 | 140 | 54 |
| Binary | 11011101 | 101 | 1000001 | 0 | 1100010 | 1000111 | 1101 | 101010111 | 1100000 | 101100 |
Color Harmonies of #DD0541
Complementary color
Monochromatic Colors of #DD0541
Black with #DD0541
Text Example
Text Example
White with #DD0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0541; }
p { color: rgb(221,5,65); }
H1.HeaderClassName
{
color: #DD0541;
}
.AnyTagClassName
{
color: #DD0541;
}
</style>
background-color css
<style>
a { background-color: #DD0541; }
a { background-color: rgb(221,5,65); }
div.DivClassName
{
background-color: #DD0541;
}
.BgClassName
{
background-color: #DD0541;
}
</style>
border-color css
<style>
span { border-color: #DD0541; }
span { border-color: rgb(221,5,65); }
td.TdClassName
{
border-color: #DD0541;
}
.TagClassName
{
border-color: #DD0541;
}
</style>