Shades of Crimson #DD1738
Tints of Crimson #DD1738
RGB
CMYK
RGB Variations
Color information
#DD1738 (or 0xDD1738) is known color: Crimson. HEX triplet: DD, 17 and 38. RGB value is (221,23,56). Sum of RGB (Red+Green+Blue) = 221+23+56=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1738 is #22E8C7. Grayscale: #565656. Windows color (decimal): -2287816 or 3676125. OLE color: 3676125.
HSL color Cylindrical-coordinate representation of color #DD1738: hue angle of 350º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1738 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 56 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.13 |
| HSL | 350º | 0.81% | 0.48% | - |
| HSV(B) | 350º | 0.9% | 0.87% | - |
| XYZ | 30.84 | 16.27 | 5.26 | - |
| YUV | 85.96 | 111.1 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 56 | 0 | 0.90 | 0.75 | 0.13 | 350 | 0.81 | 0.48 |
| Hex | DD | 17 | 38 | 0 | 5A | 4B | D | 15E | 51 | 30 |
| Octal | 335 | 27 | 70 | 0 | 132 | 113 | 15 | 536 | 121 | 60 |
| Binary | 11011101 | 10111 | 111000 | 0 | 1011010 | 1001011 | 1101 | 101011110 | 1010001 | 110000 |
Color Harmonies of #DD1738
Complementary color
Monochromatic Colors of #DD1738
Black with #DD1738
Text Example
Text Example
White with #DD1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1738; }
p { color: rgb(221,23,56); }
H1.HeaderClassName
{
color: #DD1738;
}
.AnyTagClassName
{
color: #DD1738;
}
</style>
background-color css
<style>
a { background-color: #DD1738; }
a { background-color: rgb(221,23,56); }
div.DivClassName
{
background-color: #DD1738;
}
.BgClassName
{
background-color: #DD1738;
}
</style>
border-color css
<style>
span { border-color: #DD1738; }
span { border-color: rgb(221,23,56); }
td.TdClassName
{
border-color: #DD1738;
}
.TagClassName
{
border-color: #DD1738;
}
</style>