Shades of Crimson #DF113F
Tints of Crimson #DF113F
RGB
CMYK
RGB Variations
Color information
#DF113F (or 0xDF113F) is known color: Crimson. HEX triplet: DF, 11 and 3F. RGB value is (223,17,63). Sum of RGB (Red+Green+Blue) = 223+17+63=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF113F is #20EEC0. Grayscale: #535353. Windows color (decimal): -2158273 or 4133343. OLE color: 4133343.
HSL color Cylindrical-coordinate representation of color #DF113F: hue angle of 346.6º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF113F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 63 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.13 |
| HSL | 346.6º | 0.86% | 0.47% | - |
| HSV(B) | 346.6º | 0.92% | 0.87% | - |
| XYZ | 31.53 | 16.45 | 6.22 | - |
| YUV | 83.84 | 116.25 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 63 | 0 | 0.92 | 0.72 | 0.13 | 346.6 | 0.86 | 0.47 |
| Hex | DF | 11 | 3F | 0 | 5C | 48 | D | 15B | 56 | 2F |
| Octal | 337 | 21 | 77 | 0 | 134 | 110 | 15 | 533 | 126 | 57 |
| Binary | 11011111 | 10001 | 111111 | 0 | 1011100 | 1001000 | 1101 | 101011011 | 1010110 | 101111 |
Color Harmonies of #DF113F
Complementary color
Monochromatic Colors of #DF113F
Black with #DF113F
Text Example
Text Example
White with #DF113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF113F; }
p { color: rgb(223,17,63); }
H1.HeaderClassName
{
color: #DF113F;
}
.AnyTagClassName
{
color: #DF113F;
}
</style>
background-color css
<style>
a { background-color: #DF113F; }
a { background-color: rgb(223,17,63); }
div.DivClassName
{
background-color: #DF113F;
}
.BgClassName
{
background-color: #DF113F;
}
</style>
border-color css
<style>
span { border-color: #DF113F; }
span { border-color: rgb(223,17,63); }
td.TdClassName
{
border-color: #DF113F;
}
.TagClassName
{
border-color: #DF113F;
}
</style>