Shades of Crimson #DF122C
Tints of Crimson #DF122C
RGB
CMYK
RGB Variations
Color information
#DF122C (or 0xDF122C) is known color: Crimson. HEX triplet: DF, 12 and 2C. RGB value is (223,18,44). Sum of RGB (Red+Green+Blue) = 223+18+44=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF122C is #20EDD3. Grayscale: #525252. Windows color (decimal): -2158036 or 2888415. OLE color: 2888415.
HSL color Cylindrical-coordinate representation of color #DF122C: hue angle of 352.39º degrees, saturation: 0.85, 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 #DF122C is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.13 |
| HSL | 352.39º | 0.85% | 0.47% | - |
| HSV(B) | 352.39º | 0.92% | 0.87% | - |
| XYZ | 31.1 | 16.3 | 3.89 | - |
| YUV | 82.26 | 106.42 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 44 | 0 | 0.92 | 0.80 | 0.13 | 352.39 | 0.85 | 0.47 |
| Hex | DF | 12 | 2C | 0 | 5C | 50 | D | 160 | 55 | 2F |
| Octal | 337 | 22 | 54 | 0 | 134 | 120 | 15 | 540 | 125 | 57 |
| Binary | 11011111 | 10010 | 101100 | 0 | 1011100 | 1010000 | 1101 | 101100000 | 1010101 | 101111 |
Color Harmonies of #DF122C
Complementary color
Monochromatic Colors of #DF122C
Black with #DF122C
Text Example
Text Example
White with #DF122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF122C; }
p { color: rgb(223,18,44); }
H1.HeaderClassName
{
color: #DF122C;
}
.AnyTagClassName
{
color: #DF122C;
}
</style>
background-color css
<style>
a { background-color: #DF122C; }
a { background-color: rgb(223,18,44); }
div.DivClassName
{
background-color: #DF122C;
}
.BgClassName
{
background-color: #DF122C;
}
</style>
border-color css
<style>
span { border-color: #DF122C; }
span { border-color: rgb(223,18,44); }
td.TdClassName
{
border-color: #DF122C;
}
.TagClassName
{
border-color: #DF122C;
}
</style>