Shades of Crimson #DF0031
Tints of Crimson #DF0031
RGB
CMYK
RGB Variations
Color information
#DF0031 (or 0xDF0031) is known color: Crimson. HEX triplet: DF, 00 and 31. RGB value is (223,0,49). Sum of RGB (Red+Green+Blue) = 223+0+49=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0031 is #20FFCE. Grayscale: #484848. Windows color (decimal): -2162639 or 3211487. OLE color: 3211487.
HSL color Cylindrical-coordinate representation of color #DF0031: hue angle of 346.82º 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 #DF0031 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.78 | 0.13 |
| HSL | 346.82º | 1% | 0.44% | - |
| HSV(B) | 346.82º | 1% | 0.87% | - |
| XYZ | 30.99 | 15.91 | 4.34 | - |
| YUV | 72.26 | 114.88 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 49 | 0 | 1 | 0.78 | 0.13 | 346.82 | 1 | 0.44 |
| Hex | DF | 0 | 31 | 0 | 64 | 4E | D | 15B | 64 | 2C |
| Octal | 337 | 0 | 61 | 0 | 144 | 116 | 15 | 533 | 144 | 54 |
| Binary | 11011111 | 0 | 110001 | 0 | 1100100 | 1001110 | 1101 | 101011011 | 1100100 | 101100 |
Color Harmonies of #DF0031
Complementary color
Monochromatic Colors of #DF0031
Black with #DF0031
Text Example
Text Example
White with #DF0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0031; }
p { color: rgb(223,0,49); }
H1.HeaderClassName
{
color: #DF0031;
}
.AnyTagClassName
{
color: #DF0031;
}
</style>
background-color css
<style>
a { background-color: #DF0031; }
a { background-color: rgb(223,0,49); }
div.DivClassName
{
background-color: #DF0031;
}
.BgClassName
{
background-color: #DF0031;
}
</style>
border-color css
<style>
span { border-color: #DF0031; }
span { border-color: rgb(223,0,49); }
td.TdClassName
{
border-color: #DF0031;
}
.TagClassName
{
border-color: #DF0031;
}
</style>