Shades of Crimson #DF1040
Tints of Crimson #DF1040
RGB
CMYK
RGB Variations
Color information
#DF1040 (or 0xDF1040) is known color: Crimson. HEX triplet: DF, 10 and 40. RGB value is (223,16,64). Sum of RGB (Red+Green+Blue) = 223+16+64=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1040 is #20EFBF. Grayscale: #535353. Windows color (decimal): -2158528 or 4198623. OLE color: 4198623.
HSL color Cylindrical-coordinate representation of color #DF1040: hue angle of 346.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1040 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 64 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.13 |
| HSL | 346.09º | 0.87% | 0.47% | - |
| HSV(B) | 346.09º | 0.93% | 0.87% | - |
| XYZ | 31.54 | 16.43 | 6.36 | - |
| YUV | 83.37 | 117.08 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 64 | 0 | 0.93 | 0.71 | 0.13 | 346.09 | 0.87 | 0.47 |
| Hex | DF | 10 | 40 | 0 | 5D | 47 | D | 15A | 57 | 2F |
| Octal | 337 | 20 | 100 | 0 | 135 | 107 | 15 | 532 | 127 | 57 |
| Binary | 11011111 | 10000 | 1000000 | 0 | 1011101 | 1000111 | 1101 | 101011010 | 1010111 | 101111 |
Color Harmonies of #DF1040
Complementary color
Monochromatic Colors of #DF1040
Black with #DF1040
Text Example
Text Example
White with #DF1040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1040; }
p { color: rgb(223,16,64); }
H1.HeaderClassName
{
color: #DF1040;
}
.AnyTagClassName
{
color: #DF1040;
}
</style>
background-color css
<style>
a { background-color: #DF1040; }
a { background-color: rgb(223,16,64); }
div.DivClassName
{
background-color: #DF1040;
}
.BgClassName
{
background-color: #DF1040;
}
</style>
border-color css
<style>
span { border-color: #DF1040; }
span { border-color: rgb(223,16,64); }
td.TdClassName
{
border-color: #DF1040;
}
.TagClassName
{
border-color: #DF1040;
}
</style>