Shades of Crimson #DF1031
Tints of Crimson #DF1031
RGB
CMYK
RGB Variations
Color information
#DF1031 (or 0xDF1031) is known color: Crimson. HEX triplet: DF, 10 and 31. RGB value is (223,16,49). Sum of RGB (Red+Green+Blue) = 223+16+49=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1031 is #20EFCE. Grayscale: #515151. Windows color (decimal): -2158543 or 3215583. OLE color: 3215583.
HSL color Cylindrical-coordinate representation of color #DF1031: hue angle of 350.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1031 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.13 |
| HSL | 350.43º | 0.87% | 0.47% | - |
| HSV(B) | 350.43º | 0.93% | 0.87% | - |
| XYZ | 31.17 | 16.28 | 4.41 | - |
| YUV | 81.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 49 | 0 | 0.93 | 0.78 | 0.13 | 350.43 | 0.87 | 0.47 |
| Hex | DF | 10 | 31 | 0 | 5D | 4E | D | 15E | 57 | 2F |
| Octal | 337 | 20 | 61 | 0 | 135 | 116 | 15 | 536 | 127 | 57 |
| Binary | 11011111 | 10000 | 110001 | 0 | 1011101 | 1001110 | 1101 | 101011110 | 1010111 | 101111 |
Color Harmonies of #DF1031
Complementary color
Monochromatic Colors of #DF1031
Black with #DF1031
Text Example
Text Example
White with #DF1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1031; }
p { color: rgb(223,16,49); }
H1.HeaderClassName
{
color: #DF1031;
}
.AnyTagClassName
{
color: #DF1031;
}
</style>
background-color css
<style>
a { background-color: #DF1031; }
a { background-color: rgb(223,16,49); }
div.DivClassName
{
background-color: #DF1031;
}
.BgClassName
{
background-color: #DF1031;
}
</style>
border-color css
<style>
span { border-color: #DF1031; }
span { border-color: rgb(223,16,49); }
td.TdClassName
{
border-color: #DF1031;
}
.TagClassName
{
border-color: #DF1031;
}
</style>