Shades of Crimson #DF0043
Tints of Crimson #DF0043
RGB
CMYK
RGB Variations
Color information
#DF0043 (or 0xDF0043) is known color: Crimson. HEX triplet: DF, 00 and 43. RGB value is (223,0,67). Sum of RGB (Red+Green+Blue) = 223+0+67=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0043 is #20FFBC. Grayscale: #4A4A4A. Windows color (decimal): -2162621 or 4391135. OLE color: 4391135.
HSL color Cylindrical-coordinate representation of color #DF0043: hue angle of 341.97º 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 #DF0043 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.70 | 0.13 |
| HSL | 341.97º | 1% | 0.44% | - |
| HSV(B) | 341.97º | 1% | 0.87% | - |
| XYZ | 31.44 | 16.09 | 6.76 | - |
| YUV | 74.32 | 123.88 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 67 | 0 | 1 | 0.70 | 0.13 | 341.97 | 1 | 0.44 |
| Hex | DF | 0 | 43 | 0 | 64 | 46 | D | 156 | 64 | 2C |
| Octal | 337 | 0 | 103 | 0 | 144 | 106 | 15 | 526 | 144 | 54 |
| Binary | 11011111 | 0 | 1000011 | 0 | 1100100 | 1000110 | 1101 | 101010110 | 1100100 | 101100 |
Color Harmonies of #DF0043
Complementary color
Monochromatic Colors of #DF0043
Black with #DF0043
Text Example
Text Example
White with #DF0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0043; }
p { color: rgb(223,0,67); }
H1.HeaderClassName
{
color: #DF0043;
}
.AnyTagClassName
{
color: #DF0043;
}
</style>
background-color css
<style>
a { background-color: #DF0043; }
a { background-color: rgb(223,0,67); }
div.DivClassName
{
background-color: #DF0043;
}
.BgClassName
{
background-color: #DF0043;
}
</style>
border-color css
<style>
span { border-color: #DF0043; }
span { border-color: rgb(223,0,67); }
td.TdClassName
{
border-color: #DF0043;
}
.TagClassName
{
border-color: #DF0043;
}
</style>