Shades of Crimson #DF0029
Tints of Crimson #DF0029
RGB
CMYK
RGB Variations
Color information
#DF0029 (or 0xDF0029) is known color: Crimson. HEX triplet: DF, 00 and 29. RGB value is (223,0,41). Sum of RGB (Red+Green+Blue) = 223+0+41=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0029 is #20FFD6. Grayscale: #474747. Windows color (decimal): -2162647 or 2687199. OLE color: 2687199.
HSL color Cylindrical-coordinate representation of color #DF0029: hue angle of 348.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 #DF0029 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.82 | 0.13 |
| HSL | 348.97º | 1% | 0.44% | - |
| HSV(B) | 348.97º | 1% | 0.87% | - |
| XYZ | 30.83 | 15.85 | 3.53 | - |
| YUV | 71.35 | 110.88 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 41 | 0 | 1 | 0.82 | 0.13 | 348.97 | 1 | 0.44 |
| Hex | DF | 0 | 29 | 0 | 64 | 52 | D | 15D | 64 | 2C |
| Octal | 337 | 0 | 51 | 0 | 144 | 122 | 15 | 535 | 144 | 54 |
| Binary | 11011111 | 0 | 101001 | 0 | 1100100 | 1010010 | 1101 | 101011101 | 1100100 | 101100 |
Color Harmonies of #DF0029
Complementary color
Monochromatic Colors of #DF0029
Black with #DF0029
Text Example
Text Example
White with #DF0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0029; }
p { color: rgb(223,0,41); }
H1.HeaderClassName
{
color: #DF0029;
}
.AnyTagClassName
{
color: #DF0029;
}
</style>
background-color css
<style>
a { background-color: #DF0029; }
a { background-color: rgb(223,0,41); }
div.DivClassName
{
background-color: #DF0029;
}
.BgClassName
{
background-color: #DF0029;
}
</style>
border-color css
<style>
span { border-color: #DF0029; }
span { border-color: rgb(223,0,41); }
td.TdClassName
{
border-color: #DF0029;
}
.TagClassName
{
border-color: #DF0029;
}
</style>