Shades of Crimson #DF113E
Tints of Crimson #DF113E
RGB
CMYK
RGB Variations
Color information
#DF113E (or 0xDF113E) is known color: Crimson. HEX triplet: DF, 11 and 3E. RGB value is (223,17,62). Sum of RGB (Red+Green+Blue) = 223+17+62=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF113E is #20EEC1. Grayscale: #535353. Windows color (decimal): -2158274 or 4067807. OLE color: 4067807.
HSL color Cylindrical-coordinate representation of color #DF113E: hue angle of 346.89º 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 #DF113E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.13 |
| HSL | 346.89º | 0.86% | 0.47% | - |
| HSV(B) | 346.89º | 0.92% | 0.87% | - |
| XYZ | 31.5 | 16.44 | 6.07 | - |
| YUV | 83.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 62 | 0 | 0.92 | 0.72 | 0.13 | 346.89 | 0.86 | 0.47 |
| Hex | DF | 11 | 3E | 0 | 5C | 48 | D | 15B | 56 | 2F |
| Octal | 337 | 21 | 76 | 0 | 134 | 110 | 15 | 533 | 126 | 57 |
| Binary | 11011111 | 10001 | 111110 | 0 | 1011100 | 1001000 | 1101 | 101011011 | 1010110 | 101111 |
Color Harmonies of #DF113E
Complementary color
Monochromatic Colors of #DF113E
Black with #DF113E
Text Example
Text Example
White with #DF113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF113E; }
p { color: rgb(223,17,62); }
H1.HeaderClassName
{
color: #DF113E;
}
.AnyTagClassName
{
color: #DF113E;
}
</style>
background-color css
<style>
a { background-color: #DF113E; }
a { background-color: rgb(223,17,62); }
div.DivClassName
{
background-color: #DF113E;
}
.BgClassName
{
background-color: #DF113E;
}
</style>
border-color css
<style>
span { border-color: #DF113E; }
span { border-color: rgb(223,17,62); }
td.TdClassName
{
border-color: #DF113E;
}
.TagClassName
{
border-color: #DF113E;
}
</style>