Shades of Crimson #DF1644
Tints of Crimson #DF1644
RGB
CMYK
RGB Variations
Color information
#DF1644 (or 0xDF1644) is known color: Crimson. HEX triplet: DF, 16 and 44. RGB value is (223,22,68). Sum of RGB (Red+Green+Blue) = 223+22+68=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1644 is #20E9BB. Grayscale: #575757. Windows color (decimal): -2156988 or 4462303. OLE color: 4462303.
HSL color Cylindrical-coordinate representation of color #DF1644: hue angle of 346.27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1644 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 68 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.13 |
| HSL | 346.27º | 0.82% | 0.48% | - |
| HSV(B) | 346.27º | 0.9% | 0.87% | - |
| XYZ | 31.76 | 16.68 | 7.01 | - |
| YUV | 87.34 | 117.09 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 68 | 0 | 0.90 | 0.70 | 0.13 | 346.27 | 0.82 | 0.48 |
| Hex | DF | 16 | 44 | 0 | 5A | 46 | D | 15A | 52 | 30 |
| Octal | 337 | 26 | 104 | 0 | 132 | 106 | 15 | 532 | 122 | 60 |
| Binary | 11011111 | 10110 | 1000100 | 0 | 1011010 | 1000110 | 1101 | 101011010 | 1010010 | 110000 |
Color Harmonies of #DF1644
Complementary color
Monochromatic Colors of #DF1644
Black with #DF1644
Text Example
Text Example
White with #DF1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1644; }
p { color: rgb(223,22,68); }
H1.HeaderClassName
{
color: #DF1644;
}
.AnyTagClassName
{
color: #DF1644;
}
</style>
background-color css
<style>
a { background-color: #DF1644; }
a { background-color: rgb(223,22,68); }
div.DivClassName
{
background-color: #DF1644;
}
.BgClassName
{
background-color: #DF1644;
}
</style>
border-color css
<style>
span { border-color: #DF1644; }
span { border-color: rgb(223,22,68); }
td.TdClassName
{
border-color: #DF1644;
}
.TagClassName
{
border-color: #DF1644;
}
</style>