Shades of Crimson #DF113D
Tints of Crimson #DF113D
RGB
CMYK
RGB Variations
Color information
#DF113D (or 0xDF113D) is known color: Crimson. HEX triplet: DF, 11 and 3D. RGB value is (223,17,61). Sum of RGB (Red+Green+Blue) = 223+17+61=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF113D is #20EEC2. Grayscale: #535353. Windows color (decimal): -2158275 or 4002271. OLE color: 4002271.
HSL color Cylindrical-coordinate representation of color #DF113D: hue angle of 347.18º 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 #DF113D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.13 |
| HSL | 347.18º | 0.86% | 0.47% | - |
| HSV(B) | 347.18º | 0.92% | 0.87% | - |
| XYZ | 31.47 | 16.43 | 5.93 | - |
| YUV | 83.61 | 115.25 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 61 | 0 | 0.92 | 0.73 | 0.13 | 347.18 | 0.86 | 0.47 |
| Hex | DF | 11 | 3D | 0 | 5C | 49 | D | 15B | 56 | 2F |
| Octal | 337 | 21 | 75 | 0 | 134 | 111 | 15 | 533 | 126 | 57 |
| Binary | 11011111 | 10001 | 111101 | 0 | 1011100 | 1001001 | 1101 | 101011011 | 1010110 | 101111 |
Color Harmonies of #DF113D
Complementary color
Monochromatic Colors of #DF113D
Black with #DF113D
Text Example
Text Example
White with #DF113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF113D; }
p { color: rgb(223,17,61); }
H1.HeaderClassName
{
color: #DF113D;
}
.AnyTagClassName
{
color: #DF113D;
}
</style>
background-color css
<style>
a { background-color: #DF113D; }
a { background-color: rgb(223,17,61); }
div.DivClassName
{
background-color: #DF113D;
}
.BgClassName
{
background-color: #DF113D;
}
</style>
border-color css
<style>
span { border-color: #DF113D; }
span { border-color: rgb(223,17,61); }
td.TdClassName
{
border-color: #DF113D;
}
.TagClassName
{
border-color: #DF113D;
}
</style>