Shades of Crimson #DF2044
Tints of Crimson #DF2044
RGB
CMYK
RGB Variations
Color information
#DF2044 (or 0xDF2044) is known color: Crimson. HEX triplet: DF, 20 and 44. RGB value is (223,32,68). Sum of RGB (Red+Green+Blue) = 223+32+68=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2044 is #20DFBB. Grayscale: #5D5D5D. Windows color (decimal): -2154428 or 4464863. OLE color: 4464863.
HSL color Cylindrical-coordinate representation of color #DF2044: hue angle of 348.69º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2044 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 68 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.13 |
| HSL | 348.69º | 0.75% | 0.5% | - |
| HSV(B) | 348.69º | 0.86% | 0.87% | - |
| XYZ | 31.99 | 17.14 | 7.09 | - |
| YUV | 93.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 68 | 0 | 0.86 | 0.70 | 0.13 | 348.69 | 0.75 | 0.5 |
| Hex | DF | 20 | 44 | 0 | 56 | 46 | D | 15D | 4B | 32 |
| Octal | 337 | 40 | 104 | 0 | 126 | 106 | 15 | 535 | 113 | 62 |
| Binary | 11011111 | 100000 | 1000100 | 0 | 1010110 | 1000110 | 1101 | 101011101 | 1001011 | 110010 |
Color Harmonies of #DF2044
Complementary color
Monochromatic Colors of #DF2044
Black with #DF2044
Text Example
Text Example
White with #DF2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2044; }
p { color: rgb(223,32,68); }
H1.HeaderClassName
{
color: #DF2044;
}
.AnyTagClassName
{
color: #DF2044;
}
</style>
background-color css
<style>
a { background-color: #DF2044; }
a { background-color: rgb(223,32,68); }
div.DivClassName
{
background-color: #DF2044;
}
.BgClassName
{
background-color: #DF2044;
}
</style>
border-color css
<style>
span { border-color: #DF2044; }
span { border-color: rgb(223,32,68); }
td.TdClassName
{
border-color: #DF2044;
}
.TagClassName
{
border-color: #DF2044;
}
</style>