Shades of Crimson #DD0629
Tints of Crimson #DD0629
RGB
CMYK
RGB Variations
Color information
#DD0629 (or 0xDD0629) is known color: Crimson. HEX triplet: DD, 06 and 29. RGB value is (221,6,41). Sum of RGB (Red+Green+Blue) = 221+6+41=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0629 is #22F9D6. Grayscale: #4A4A4A. Windows color (decimal): -2292183 or 2688733. OLE color: 2688733.
HSL color Cylindrical-coordinate representation of color #DD0629: hue angle of 350.23º 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 #DD0629 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 41 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.13 |
| HSL | 350.23º | 0.95% | 0.45% | - |
| HSV(B) | 350.23º | 0.97% | 0.87% | - |
| XYZ | 30.28 | 15.66 | 3.52 | - |
| YUV | 74.28 | 109.23 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 41 | 0 | 0.97 | 0.81 | 0.13 | 350.23 | 0.95 | 0.45 |
| Hex | DD | 6 | 29 | 0 | 61 | 51 | D | 15E | 5F | 2D |
| Octal | 335 | 6 | 51 | 0 | 141 | 121 | 15 | 536 | 137 | 55 |
| Binary | 11011101 | 110 | 101001 | 0 | 1100001 | 1010001 | 1101 | 101011110 | 1011111 | 101101 |
Color Harmonies of #DD0629
Complementary color
Monochromatic Colors of #DD0629
Black with #DD0629
Text Example
Text Example
White with #DD0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0629; }
p { color: rgb(221,6,41); }
H1.HeaderClassName
{
color: #DD0629;
}
.AnyTagClassName
{
color: #DD0629;
}
</style>
background-color css
<style>
a { background-color: #DD0629; }
a { background-color: rgb(221,6,41); }
div.DivClassName
{
background-color: #DD0629;
}
.BgClassName
{
background-color: #DD0629;
}
</style>
border-color css
<style>
span { border-color: #DD0629; }
span { border-color: rgb(221,6,41); }
td.TdClassName
{
border-color: #DD0629;
}
.TagClassName
{
border-color: #DD0629;
}
</style>