Shades of Crimson #DD0728
Tints of Crimson #DD0728
RGB
CMYK
RGB Variations
Color information
#DD0728 (or 0xDD0728) is known color: Crimson. HEX triplet: DD, 07 and 28. RGB value is (221,7,40). Sum of RGB (Red+Green+Blue) = 221+7+40=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0728 is #22F8D7. Grayscale: #4A4A4A. Windows color (decimal): -2291928 or 2623453. OLE color: 2623453.
HSL color Cylindrical-coordinate representation of color #DD0728: hue angle of 350.75º degrees, saturation: 0.94, 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 #DD0728 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.13 |
| HSL | 350.75º | 0.94% | 0.45% | - |
| HSV(B) | 350.75º | 0.97% | 0.87% | - |
| XYZ | 30.28 | 15.68 | 3.44 | - |
| YUV | 74.75 | 108.4 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 40 | 0 | 0.97 | 0.82 | 0.13 | 350.75 | 0.94 | 0.45 |
| Hex | DD | 7 | 28 | 0 | 61 | 52 | D | 15F | 5E | 2D |
| Octal | 335 | 7 | 50 | 0 | 141 | 122 | 15 | 537 | 136 | 55 |
| Binary | 11011101 | 111 | 101000 | 0 | 1100001 | 1010010 | 1101 | 101011111 | 1011110 | 101101 |
Color Harmonies of #DD0728
Complementary color
Monochromatic Colors of #DD0728
Black with #DD0728
Text Example
Text Example
White with #DD0728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0728; }
p { color: rgb(221,7,40); }
H1.HeaderClassName
{
color: #DD0728;
}
.AnyTagClassName
{
color: #DD0728;
}
</style>
background-color css
<style>
a { background-color: #DD0728; }
a { background-color: rgb(221,7,40); }
div.DivClassName
{
background-color: #DD0728;
}
.BgClassName
{
background-color: #DD0728;
}
</style>
border-color css
<style>
span { border-color: #DD0728; }
span { border-color: rgb(221,7,40); }
td.TdClassName
{
border-color: #DD0728;
}
.TagClassName
{
border-color: #DD0728;
}
</style>