Shades of Crimson #DD1B41
Tints of Crimson #DD1B41
RGB
CMYK
RGB Variations
Color information
#DD1B41 (or 0xDD1B41) is known color: Crimson. HEX triplet: DD, 1B and 41. RGB value is (221,27,65). Sum of RGB (Red+Green+Blue) = 221+27+65=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B41 is #22E4BE. Grayscale: #595959. Windows color (decimal): -2286783 or 4266973. OLE color: 4266973.
HSL color Cylindrical-coordinate representation of color #DD1B41: hue angle of 348.25º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B41 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 65 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.13 |
| HSL | 348.25º | 0.78% | 0.49% | - |
| HSV(B) | 348.25º | 0.88% | 0.87% | - |
| XYZ | 31.16 | 16.54 | 6.55 | - |
| YUV | 89.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 65 | 0 | 0.88 | 0.71 | 0.13 | 348.25 | 0.78 | 0.49 |
| Hex | DD | 1B | 41 | 0 | 58 | 47 | D | 15C | 4E | 31 |
| Octal | 335 | 33 | 101 | 0 | 130 | 107 | 15 | 534 | 116 | 61 |
| Binary | 11011101 | 11011 | 1000001 | 0 | 1011000 | 1000111 | 1101 | 101011100 | 1001110 | 110001 |
Color Harmonies of #DD1B41
Complementary color
Monochromatic Colors of #DD1B41
Black with #DD1B41
Text Example
Text Example
White with #DD1B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B41; }
p { color: rgb(221,27,65); }
H1.HeaderClassName
{
color: #DD1B41;
}
.AnyTagClassName
{
color: #DD1B41;
}
</style>
background-color css
<style>
a { background-color: #DD1B41; }
a { background-color: rgb(221,27,65); }
div.DivClassName
{
background-color: #DD1B41;
}
.BgClassName
{
background-color: #DD1B41;
}
</style>
border-color css
<style>
span { border-color: #DD1B41; }
span { border-color: rgb(221,27,65); }
td.TdClassName
{
border-color: #DD1B41;
}
.TagClassName
{
border-color: #DD1B41;
}
</style>