Shades of Crimson #DF0046
Tints of Crimson #DF0046
RGB
CMYK
RGB Variations
Color information
#DF0046 (or 0xDF0046) is known color: Crimson. HEX triplet: DF, 00 and 46. RGB value is (223,0,70). Sum of RGB (Red+Green+Blue) = 223+0+70=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0046 is #20FFB9. Grayscale: #4A4A4A. Windows color (decimal): -2162618 or 4587743. OLE color: 4587743.
HSL color Cylindrical-coordinate representation of color #DF0046: hue angle of 341.17º 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 #DF0046 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.69 | 0.13 |
| HSL | 341.17º | 1% | 0.44% | - |
| HSV(B) | 341.17º | 1% | 0.87% | - |
| XYZ | 31.54 | 16.13 | 7.25 | - |
| YUV | 74.66 | 125.38 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 70 | 0 | 1 | 0.69 | 0.13 | 341.17 | 1 | 0.44 |
| Hex | DF | 0 | 46 | 0 | 64 | 45 | D | 155 | 64 | 2C |
| Octal | 337 | 0 | 106 | 0 | 144 | 105 | 15 | 525 | 144 | 54 |
| Binary | 11011111 | 0 | 1000110 | 0 | 1100100 | 1000101 | 1101 | 101010101 | 1100100 | 101100 |
Color Harmonies of #DF0046
Complementary color
Monochromatic Colors of #DF0046
Black with #DF0046
Text Example
Text Example
White with #DF0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0046; }
p { color: rgb(223,0,70); }
H1.HeaderClassName
{
color: #DF0046;
}
.AnyTagClassName
{
color: #DF0046;
}
</style>
background-color css
<style>
a { background-color: #DF0046; }
a { background-color: rgb(223,0,70); }
div.DivClassName
{
background-color: #DF0046;
}
.BgClassName
{
background-color: #DF0046;
}
</style>
border-color css
<style>
span { border-color: #DF0046; }
span { border-color: rgb(223,0,70); }
td.TdClassName
{
border-color: #DF0046;
}
.TagClassName
{
border-color: #DF0046;
}
</style>