Shades of Crimson #DD0028
Tints of Crimson #DD0028
RGB
CMYK
RGB Variations
Color information
#DD0028 (or 0xDD0028) is known color: Crimson. HEX triplet: DD, 00 and 28. RGB value is (221,0,40). Sum of RGB (Red+Green+Blue) = 221+0+40=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0028 is #22FFD7. Grayscale: #464646. Windows color (decimal): -2293720 or 2621661. OLE color: 2621661.
HSL color Cylindrical-coordinate representation of color #DD0028: hue angle of 349.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0028 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.82 | 0.13 |
| HSL | 349.14º | 1% | 0.43% | - |
| HSV(B) | 349.14º | 1% | 0.87% | - |
| XYZ | 30.2 | 15.53 | 3.41 | - |
| YUV | 70.64 | 110.72 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 40 | 0 | 1 | 0.82 | 0.13 | 349.14 | 1 | 0.43 |
| Hex | DD | 0 | 28 | 0 | 64 | 52 | D | 15D | 64 | 2B |
| Octal | 335 | 0 | 50 | 0 | 144 | 122 | 15 | 535 | 144 | 53 |
| Binary | 11011101 | 0 | 101000 | 0 | 1100100 | 1010010 | 1101 | 101011101 | 1100100 | 101011 |
Color Harmonies of #DD0028
Complementary color
Monochromatic Colors of #DD0028
Black with #DD0028
Text Example
Text Example
White with #DD0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0028; }
p { color: rgb(221,0,40); }
H1.HeaderClassName
{
color: #DD0028;
}
.AnyTagClassName
{
color: #DD0028;
}
</style>
background-color css
<style>
a { background-color: #DD0028; }
a { background-color: rgb(221,0,40); }
div.DivClassName
{
background-color: #DD0028;
}
.BgClassName
{
background-color: #DD0028;
}
</style>
border-color css
<style>
span { border-color: #DD0028; }
span { border-color: rgb(221,0,40); }
td.TdClassName
{
border-color: #DD0028;
}
.TagClassName
{
border-color: #DD0028;
}
</style>