Shades of Crimson #DF0D29
Tints of Crimson #DF0D29
RGB
CMYK
RGB Variations
Color information
#DF0D29 (or 0xDF0D29) is known color: Crimson. HEX triplet: DF, 0D and 29. RGB value is (223,13,41). Sum of RGB (Red+Green+Blue) = 223+13+41=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D29 is #20F2D6. Grayscale: #4F4F4F. Windows color (decimal): -2159319 or 2690527. OLE color: 2690527.
HSL color Cylindrical-coordinate representation of color #DF0D29: hue angle of 352º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D29 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 41 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.13 |
| HSL | 352º | 0.89% | 0.46% | - |
| HSV(B) | 352º | 0.94% | 0.87% | - |
| XYZ | 30.98 | 16.14 | 3.58 | - |
| YUV | 78.98 | 106.57 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 41 | 0 | 0.94 | 0.82 | 0.13 | 352 | 0.89 | 0.46 |
| Hex | DF | D | 29 | 0 | 5E | 52 | D | 160 | 59 | 2E |
| Octal | 337 | 15 | 51 | 0 | 136 | 122 | 15 | 540 | 131 | 56 |
| Binary | 11011111 | 1101 | 101001 | 0 | 1011110 | 1010010 | 1101 | 101100000 | 1011001 | 101110 |
Color Harmonies of #DF0D29
Complementary color
Monochromatic Colors of #DF0D29
Black with #DF0D29
Text Example
Text Example
White with #DF0D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D29; }
p { color: rgb(223,13,41); }
H1.HeaderClassName
{
color: #DF0D29;
}
.AnyTagClassName
{
color: #DF0D29;
}
</style>
background-color css
<style>
a { background-color: #DF0D29; }
a { background-color: rgb(223,13,41); }
div.DivClassName
{
background-color: #DF0D29;
}
.BgClassName
{
background-color: #DF0D29;
}
</style>
border-color css
<style>
span { border-color: #DF0D29; }
span { border-color: rgb(223,13,41); }
td.TdClassName
{
border-color: #DF0D29;
}
.TagClassName
{
border-color: #DF0D29;
}
</style>