Shades of Crimson #DD023C
Tints of Crimson #DD023C
RGB
CMYK
RGB Variations
Color information
#DD023C (or 0xDD023C) is known color: Crimson. HEX triplet: DD, 02 and 3C. RGB value is (221,2,60). Sum of RGB (Red+Green+Blue) = 221+2+60=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD023C is #22FDC3. Grayscale: #4A4A4A. Windows color (decimal): -2293188 or 3932893. OLE color: 3932893.
HSL color Cylindrical-coordinate representation of color #DD023C: hue angle of 344.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD023C is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.13 |
| HSL | 344.11º | 0.98% | 0.44% | - |
| HSV(B) | 344.11º | 0.99% | 0.87% | - |
| XYZ | 30.66 | 15.74 | 5.7 | - |
| YUV | 74.09 | 120.05 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 60 | 0 | 0.99 | 0.73 | 0.13 | 344.11 | 0.98 | 0.44 |
| Hex | DD | 2 | 3C | 0 | 63 | 49 | D | 158 | 62 | 2C |
| Octal | 335 | 2 | 74 | 0 | 143 | 111 | 15 | 530 | 142 | 54 |
| Binary | 11011101 | 10 | 111100 | 0 | 1100011 | 1001001 | 1101 | 101011000 | 1100010 | 101100 |
Color Harmonies of #DD023C
Complementary color
Monochromatic Colors of #DD023C
Black with #DD023C
Text Example
Text Example
White with #DD023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD023C; }
p { color: rgb(221,2,60); }
H1.HeaderClassName
{
color: #DD023C;
}
.AnyTagClassName
{
color: #DD023C;
}
</style>
background-color css
<style>
a { background-color: #DD023C; }
a { background-color: rgb(221,2,60); }
div.DivClassName
{
background-color: #DD023C;
}
.BgClassName
{
background-color: #DD023C;
}
</style>
border-color css
<style>
span { border-color: #DD023C; }
span { border-color: rgb(221,2,60); }
td.TdClassName
{
border-color: #DD023C;
}
.TagClassName
{
border-color: #DD023C;
}
</style>