Shades of Crimson #DD0337
Tints of Crimson #DD0337
RGB
CMYK
RGB Variations
Color information
#DD0337 (or 0xDD0337) is known color: Crimson. HEX triplet: DD, 03 and 37. RGB value is (221,3,55). Sum of RGB (Red+Green+Blue) = 221+3+55=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0337 is #22FCC8. Grayscale: #4A4A4A. Windows color (decimal): -2292937 or 3605469. OLE color: 3605469.
HSL color Cylindrical-coordinate representation of color #DD0337: hue angle of 345.69º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0337 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.13 |
| HSL | 345.69º | 0.97% | 0.44% | - |
| HSV(B) | 345.69º | 0.99% | 0.87% | - |
| XYZ | 30.54 | 15.71 | 5.04 | - |
| YUV | 74.11 | 117.22 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 55 | 0 | 0.99 | 0.75 | 0.13 | 345.69 | 0.97 | 0.44 |
| Hex | DD | 3 | 37 | 0 | 63 | 4B | D | 15A | 61 | 2C |
| Octal | 335 | 3 | 67 | 0 | 143 | 113 | 15 | 532 | 141 | 54 |
| Binary | 11011101 | 11 | 110111 | 0 | 1100011 | 1001011 | 1101 | 101011010 | 1100001 | 101100 |
Color Harmonies of #DD0337
Complementary color
Monochromatic Colors of #DD0337
Black with #DD0337
Text Example
Text Example
White with #DD0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0337; }
p { color: rgb(221,3,55); }
H1.HeaderClassName
{
color: #DD0337;
}
.AnyTagClassName
{
color: #DD0337;
}
</style>
background-color css
<style>
a { background-color: #DD0337; }
a { background-color: rgb(221,3,55); }
div.DivClassName
{
background-color: #DD0337;
}
.BgClassName
{
background-color: #DD0337;
}
</style>
border-color css
<style>
span { border-color: #DD0337; }
span { border-color: rgb(221,3,55); }
td.TdClassName
{
border-color: #DD0337;
}
.TagClassName
{
border-color: #DD0337;
}
</style>