Shades of Crimson #DD0C39
Tints of Crimson #DD0C39
RGB
CMYK
RGB Variations
Color information
#DD0C39 (or 0xDD0C39) is known color: Crimson. HEX triplet: DD, 0C and 39. RGB value is (221,12,57). Sum of RGB (Red+Green+Blue) = 221+12+57=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C39 is #22F3C6. Grayscale: #4F4F4F. Windows color (decimal): -2290631 or 3738845. OLE color: 3738845.
HSL color Cylindrical-coordinate representation of color #DD0C39: hue angle of 347.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C39 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 57 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.13 |
| HSL | 347.08º | 0.9% | 0.46% | - |
| HSV(B) | 347.08º | 0.95% | 0.87% | - |
| XYZ | 30.69 | 15.93 | 5.33 | - |
| YUV | 79.62 | 115.24 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 57 | 0 | 0.95 | 0.74 | 0.13 | 347.08 | 0.9 | 0.46 |
| Hex | DD | C | 39 | 0 | 5F | 4A | D | 15B | 5A | 2E |
| Octal | 335 | 14 | 71 | 0 | 137 | 112 | 15 | 533 | 132 | 56 |
| Binary | 11011101 | 1100 | 111001 | 0 | 1011111 | 1001010 | 1101 | 101011011 | 1011010 | 101110 |
Color Harmonies of #DD0C39
Complementary color
Monochromatic Colors of #DD0C39
Black with #DD0C39
Text Example
Text Example
White with #DD0C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C39; }
p { color: rgb(221,12,57); }
H1.HeaderClassName
{
color: #DD0C39;
}
.AnyTagClassName
{
color: #DD0C39;
}
</style>
background-color css
<style>
a { background-color: #DD0C39; }
a { background-color: rgb(221,12,57); }
div.DivClassName
{
background-color: #DD0C39;
}
.BgClassName
{
background-color: #DD0C39;
}
</style>
border-color css
<style>
span { border-color: #DD0C39; }
span { border-color: rgb(221,12,57); }
td.TdClassName
{
border-color: #DD0C39;
}
.TagClassName
{
border-color: #DD0C39;
}
</style>