Shades of Crimson #DD0939
Tints of Crimson #DD0939
RGB
CMYK
RGB Variations
Color information
#DD0939 (or 0xDD0939) is known color: Crimson. HEX triplet: DD, 09 and 39. RGB value is (221,9,57). Sum of RGB (Red+Green+Blue) = 221+9+57=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0939 is #22F6C6. Grayscale: #4D4D4D. Windows color (decimal): -2291399 or 3738077. OLE color: 3738077.
HSL color Cylindrical-coordinate representation of color #DD0939: hue angle of 346.42º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0939 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 57 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.13 |
| HSL | 346.42º | 0.92% | 0.45% | - |
| HSV(B) | 346.42º | 0.96% | 0.87% | - |
| XYZ | 30.66 | 15.86 | 5.32 | - |
| YUV | 77.86 | 116.24 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 57 | 0 | 0.96 | 0.74 | 0.13 | 346.42 | 0.92 | 0.45 |
| Hex | DD | 9 | 39 | 0 | 60 | 4A | D | 15A | 5C | 2D |
| Octal | 335 | 11 | 71 | 0 | 140 | 112 | 15 | 532 | 134 | 55 |
| Binary | 11011101 | 1001 | 111001 | 0 | 1100000 | 1001010 | 1101 | 101011010 | 1011100 | 101101 |
Color Harmonies of #DD0939
Complementary color
Monochromatic Colors of #DD0939
Black with #DD0939
Text Example
Text Example
White with #DD0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0939; }
p { color: rgb(221,9,57); }
H1.HeaderClassName
{
color: #DD0939;
}
.AnyTagClassName
{
color: #DD0939;
}
</style>
background-color css
<style>
a { background-color: #DD0939; }
a { background-color: rgb(221,9,57); }
div.DivClassName
{
background-color: #DD0939;
}
.BgClassName
{
background-color: #DD0939;
}
</style>
border-color css
<style>
span { border-color: #DD0939; }
span { border-color: rgb(221,9,57); }
td.TdClassName
{
border-color: #DD0939;
}
.TagClassName
{
border-color: #DD0939;
}
</style>