Shades of Crimson #DD0D38
Tints of Crimson #DD0D38
RGB
CMYK
RGB Variations
Color information
#DD0D38 (or 0xDD0D38) is known color: Crimson. HEX triplet: DD, 0D and 38. RGB value is (221,13,56). Sum of RGB (Red+Green+Blue) = 221+13+56=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D38 is #22F2C7. Grayscale: #505050. Windows color (decimal): -2290376 or 3673565. OLE color: 3673565.
HSL color Cylindrical-coordinate representation of color #DD0D38: hue angle of 347.6º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D38 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 56 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.13 |
| HSL | 347.6º | 0.89% | 0.46% | - |
| HSV(B) | 347.6º | 0.94% | 0.87% | - |
| XYZ | 30.68 | 15.95 | 5.2 | - |
| YUV | 80.09 | 114.41 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 56 | 0 | 0.94 | 0.75 | 0.13 | 347.6 | 0.89 | 0.46 |
| Hex | DD | D | 38 | 0 | 5E | 4B | D | 15C | 59 | 2E |
| Octal | 335 | 15 | 70 | 0 | 136 | 113 | 15 | 534 | 131 | 56 |
| Binary | 11011101 | 1101 | 111000 | 0 | 1011110 | 1001011 | 1101 | 101011100 | 1011001 | 101110 |
Color Harmonies of #DD0D38
Complementary color
Monochromatic Colors of #DD0D38
Black with #DD0D38
Text Example
Text Example
White with #DD0D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D38; }
p { color: rgb(221,13,56); }
H1.HeaderClassName
{
color: #DD0D38;
}
.AnyTagClassName
{
color: #DD0D38;
}
</style>
background-color css
<style>
a { background-color: #DD0D38; }
a { background-color: rgb(221,13,56); }
div.DivClassName
{
background-color: #DD0D38;
}
.BgClassName
{
background-color: #DD0D38;
}
</style>
border-color css
<style>
span { border-color: #DD0D38; }
span { border-color: rgb(221,13,56); }
td.TdClassName
{
border-color: #DD0D38;
}
.TagClassName
{
border-color: #DD0D38;
}
</style>