Shades of Crimson #DD0639
Tints of Crimson #DD0639
RGB
CMYK
RGB Variations
Color information
#DD0639 (or 0xDD0639) is known color: Crimson. HEX triplet: DD, 06 and 39. RGB value is (221,6,57). Sum of RGB (Red+Green+Blue) = 221+6+57=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0639 is #22F9C6. Grayscale: #4C4C4C. Windows color (decimal): -2292167 or 3737309. OLE color: 3737309.
HSL color Cylindrical-coordinate representation of color #DD0639: hue angle of 345.77º degrees, saturation: 0.95, 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 #DD0639 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 57 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.13 |
| HSL | 345.77º | 0.95% | 0.45% | - |
| HSV(B) | 345.77º | 0.97% | 0.87% | - |
| XYZ | 30.62 | 15.8 | 5.31 | - |
| YUV | 76.1 | 117.23 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 57 | 0 | 0.97 | 0.74 | 0.13 | 345.77 | 0.95 | 0.45 |
| Hex | DD | 6 | 39 | 0 | 61 | 4A | D | 15A | 5F | 2D |
| Octal | 335 | 6 | 71 | 0 | 141 | 112 | 15 | 532 | 137 | 55 |
| Binary | 11011101 | 110 | 111001 | 0 | 1100001 | 1001010 | 1101 | 101011010 | 1011111 | 101101 |
Color Harmonies of #DD0639
Complementary color
Monochromatic Colors of #DD0639
Black with #DD0639
Text Example
Text Example
White with #DD0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0639; }
p { color: rgb(221,6,57); }
H1.HeaderClassName
{
color: #DD0639;
}
.AnyTagClassName
{
color: #DD0639;
}
</style>
background-color css
<style>
a { background-color: #DD0639; }
a { background-color: rgb(221,6,57); }
div.DivClassName
{
background-color: #DD0639;
}
.BgClassName
{
background-color: #DD0639;
}
</style>
border-color css
<style>
span { border-color: #DD0639; }
span { border-color: rgb(221,6,57); }
td.TdClassName
{
border-color: #DD0639;
}
.TagClassName
{
border-color: #DD0639;
}
</style>