Shades of Crimson #DF112F
Tints of Crimson #DF112F
RGB
CMYK
RGB Variations
Color information
#DF112F (or 0xDF112F) is known color: Crimson. HEX triplet: DF, 11 and 2F. RGB value is (223,17,47). Sum of RGB (Red+Green+Blue) = 223+17+47=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF112F is #20EED0. Grayscale: #525252. Windows color (decimal): -2158289 or 3084767. OLE color: 3084767.
HSL color Cylindrical-coordinate representation of color #DF112F: hue angle of 351.26º 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 #DF112F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 47 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.13 |
| HSL | 351.26º | 0.86% | 0.47% | - |
| HSV(B) | 351.26º | 0.92% | 0.87% | - |
| XYZ | 31.14 | 16.29 | 4.19 | - |
| YUV | 82.01 | 108.25 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 47 | 0 | 0.92 | 0.79 | 0.13 | 351.26 | 0.86 | 0.47 |
| Hex | DF | 11 | 2F | 0 | 5C | 4F | D | 15F | 56 | 2F |
| Octal | 337 | 21 | 57 | 0 | 134 | 117 | 15 | 537 | 126 | 57 |
| Binary | 11011111 | 10001 | 101111 | 0 | 1011100 | 1001111 | 1101 | 101011111 | 1010110 | 101111 |
Color Harmonies of #DF112F
Complementary color
Monochromatic Colors of #DF112F
Black with #DF112F
Text Example
Text Example
White with #DF112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF112F; }
p { color: rgb(223,17,47); }
H1.HeaderClassName
{
color: #DF112F;
}
.AnyTagClassName
{
color: #DF112F;
}
</style>
background-color css
<style>
a { background-color: #DF112F; }
a { background-color: rgb(223,17,47); }
div.DivClassName
{
background-color: #DF112F;
}
.BgClassName
{
background-color: #DF112F;
}
</style>
border-color css
<style>
span { border-color: #DF112F; }
span { border-color: rgb(223,17,47); }
td.TdClassName
{
border-color: #DF112F;
}
.TagClassName
{
border-color: #DF112F;
}
</style>