Shades of Crimson #DD0741
Tints of Crimson #DD0741
RGB
CMYK
RGB Variations
Color information
#DD0741 (or 0xDD0741) is known color: Crimson. HEX triplet: DD, 07 and 41. RGB value is (221,7,65). Sum of RGB (Red+Green+Blue) = 221+7+65=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0741 is #22F8BE. Grayscale: #4D4D4D. Windows color (decimal): -2291903 or 4261853. OLE color: 4261853.
HSL color Cylindrical-coordinate representation of color #DD0741: hue angle of 343.74º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0741 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.13 |
| HSL | 343.74º | 0.94% | 0.45% | - |
| HSV(B) | 343.74º | 0.97% | 0.87% | - |
| XYZ | 30.85 | 15.91 | 6.45 | - |
| YUV | 77.6 | 120.9 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 65 | 0 | 0.97 | 0.71 | 0.13 | 343.74 | 0.94 | 0.45 |
| Hex | DD | 7 | 41 | 0 | 61 | 47 | D | 158 | 5E | 2D |
| Octal | 335 | 7 | 101 | 0 | 141 | 107 | 15 | 530 | 136 | 55 |
| Binary | 11011101 | 111 | 1000001 | 0 | 1100001 | 1000111 | 1101 | 101011000 | 1011110 | 101101 |
Color Harmonies of #DD0741
Complementary color
Monochromatic Colors of #DD0741
Black with #DD0741
Text Example
Text Example
White with #DD0741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0741; }
p { color: rgb(221,7,65); }
H1.HeaderClassName
{
color: #DD0741;
}
.AnyTagClassName
{
color: #DD0741;
}
</style>
background-color css
<style>
a { background-color: #DD0741; }
a { background-color: rgb(221,7,65); }
div.DivClassName
{
background-color: #DD0741;
}
.BgClassName
{
background-color: #DD0741;
}
</style>
border-color css
<style>
span { border-color: #DD0741; }
span { border-color: rgb(221,7,65); }
td.TdClassName
{
border-color: #DD0741;
}
.TagClassName
{
border-color: #DD0741;
}
</style>