Shades of Crimson #DF0040
Tints of Crimson #DF0040
RGB
CMYK
RGB Variations
Color information
#DF0040 (or 0xDF0040) is known color: Crimson. HEX triplet: DF, 00 and 40. RGB value is (223,0,64). Sum of RGB (Red+Green+Blue) = 223+0+64=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0040 is #20FFBF. Grayscale: #494949. Windows color (decimal): -2162624 or 4194527. OLE color: 4194527.
HSL color Cylindrical-coordinate representation of color #DF0040: hue angle of 342.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0040 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.71 | 0.13 |
| HSL | 342.78º | 1% | 0.44% | - |
| HSV(B) | 342.78º | 1% | 0.87% | - |
| XYZ | 31.36 | 16.06 | 6.3 | - |
| YUV | 73.97 | 122.38 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 64 | 0 | 1 | 0.71 | 0.13 | 342.78 | 1 | 0.44 |
| Hex | DF | 0 | 40 | 0 | 64 | 47 | D | 157 | 64 | 2C |
| Octal | 337 | 0 | 100 | 0 | 144 | 107 | 15 | 527 | 144 | 54 |
| Binary | 11011111 | 0 | 1000000 | 0 | 1100100 | 1000111 | 1101 | 101010111 | 1100100 | 101100 |
Color Harmonies of #DF0040
Complementary color
Monochromatic Colors of #DF0040
Black with #DF0040
Text Example
Text Example
White with #DF0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0040; }
p { color: rgb(223,0,64); }
H1.HeaderClassName
{
color: #DF0040;
}
.AnyTagClassName
{
color: #DF0040;
}
</style>
background-color css
<style>
a { background-color: #DF0040; }
a { background-color: rgb(223,0,64); }
div.DivClassName
{
background-color: #DF0040;
}
.BgClassName
{
background-color: #DF0040;
}
</style>
border-color css
<style>
span { border-color: #DF0040; }
span { border-color: rgb(223,0,64); }
td.TdClassName
{
border-color: #DF0040;
}
.TagClassName
{
border-color: #DF0040;
}
</style>