Shades of Crimson #DF112A
Tints of Crimson #DF112A
RGB
CMYK
RGB Variations
Color information
#DF112A (or 0xDF112A) is known color: Crimson. HEX triplet: DF, 11 and 2A. RGB value is (223,17,42). Sum of RGB (Red+Green+Blue) = 223+17+42=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF112A is #20EED5. Grayscale: #515151. Windows color (decimal): -2158294 or 2757087. OLE color: 2757087.
HSL color Cylindrical-coordinate representation of color #DF112A: hue angle of 352.72º 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 #DF112A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 42 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.13 |
| HSL | 352.72º | 0.86% | 0.47% | - |
| HSV(B) | 352.72º | 0.92% | 0.87% | - |
| XYZ | 31.05 | 16.26 | 3.69 | - |
| YUV | 81.44 | 105.75 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 42 | 0 | 0.92 | 0.81 | 0.13 | 352.72 | 0.86 | 0.47 |
| Hex | DF | 11 | 2A | 0 | 5C | 51 | D | 161 | 56 | 2F |
| Octal | 337 | 21 | 52 | 0 | 134 | 121 | 15 | 541 | 126 | 57 |
| Binary | 11011111 | 10001 | 101010 | 0 | 1011100 | 1010001 | 1101 | 101100001 | 1010110 | 101111 |
Color Harmonies of #DF112A
Complementary color
Monochromatic Colors of #DF112A
Black with #DF112A
Text Example
Text Example
White with #DF112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF112A; }
p { color: rgb(223,17,42); }
H1.HeaderClassName
{
color: #DF112A;
}
.AnyTagClassName
{
color: #DF112A;
}
</style>
background-color css
<style>
a { background-color: #DF112A; }
a { background-color: rgb(223,17,42); }
div.DivClassName
{
background-color: #DF112A;
}
.BgClassName
{
background-color: #DF112A;
}
</style>
border-color css
<style>
span { border-color: #DF112A; }
span { border-color: rgb(223,17,42); }
td.TdClassName
{
border-color: #DF112A;
}
.TagClassName
{
border-color: #DF112A;
}
</style>