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