Shades of Crimson #DD0736
Tints of Crimson #DD0736
RGB
CMYK
RGB Variations
Color information
#DD0736 (or 0xDD0736) is known color: Crimson. HEX triplet: DD, 07 and 36. RGB value is (221,7,54). Sum of RGB (Red+Green+Blue) = 221+7+54=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0736 is #22F8C9. Grayscale: #4C4C4C. Windows color (decimal): -2291914 or 3540957. OLE color: 3540957.
HSL color Cylindrical-coordinate representation of color #DD0736: hue angle of 346.82º 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 #DD0736 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.13 |
| HSL | 346.82º | 0.94% | 0.45% | - |
| HSV(B) | 346.82º | 0.97% | 0.87% | - |
| XYZ | 30.56 | 15.79 | 4.93 | - |
| YUV | 76.34 | 115.4 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 54 | 0 | 0.97 | 0.76 | 0.13 | 346.82 | 0.94 | 0.45 |
| Hex | DD | 7 | 36 | 0 | 61 | 4C | D | 15B | 5E | 2D |
| Octal | 335 | 7 | 66 | 0 | 141 | 114 | 15 | 533 | 136 | 55 |
| Binary | 11011101 | 111 | 110110 | 0 | 1100001 | 1001100 | 1101 | 101011011 | 1011110 | 101101 |
Color Harmonies of #DD0736
Complementary color
Monochromatic Colors of #DD0736
Black with #DD0736
Text Example
Text Example
White with #DD0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0736; }
p { color: rgb(221,7,54); }
H1.HeaderClassName
{
color: #DD0736;
}
.AnyTagClassName
{
color: #DD0736;
}
</style>
background-color css
<style>
a { background-color: #DD0736; }
a { background-color: rgb(221,7,54); }
div.DivClassName
{
background-color: #DD0736;
}
.BgClassName
{
background-color: #DD0736;
}
</style>
border-color css
<style>
span { border-color: #DD0736; }
span { border-color: rgb(221,7,54); }
td.TdClassName
{
border-color: #DD0736;
}
.TagClassName
{
border-color: #DD0736;
}
</style>