Shades of Crimson #DF122D
Tints of Crimson #DF122D
RGB
CMYK
RGB Variations
Color information
#DF122D (or 0xDF122D) is known color: Crimson. HEX triplet: DF, 12 and 2D. RGB value is (223,18,45). Sum of RGB (Red+Green+Blue) = 223+18+45=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF122D is #20EDD2. Grayscale: #525252. Windows color (decimal): -2158035 or 2953951. OLE color: 2953951.
HSL color Cylindrical-coordinate representation of color #DF122D: hue angle of 352.1º 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 #DF122D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 45 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.13 |
| HSL | 352.1º | 0.85% | 0.47% | - |
| HSV(B) | 352.1º | 0.92% | 0.87% | - |
| XYZ | 31.12 | 16.31 | 3.99 | - |
| YUV | 82.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 45 | 0 | 0.92 | 0.80 | 0.13 | 352.1 | 0.85 | 0.47 |
| Hex | DF | 12 | 2D | 0 | 5C | 50 | D | 160 | 55 | 2F |
| Octal | 337 | 22 | 55 | 0 | 134 | 120 | 15 | 540 | 125 | 57 |
| Binary | 11011111 | 10010 | 101101 | 0 | 1011100 | 1010000 | 1101 | 101100000 | 1010101 | 101111 |
Color Harmonies of #DF122D
Complementary color
Monochromatic Colors of #DF122D
Black with #DF122D
Text Example
Text Example
White with #DF122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF122D; }
p { color: rgb(223,18,45); }
H1.HeaderClassName
{
color: #DF122D;
}
.AnyTagClassName
{
color: #DF122D;
}
</style>
background-color css
<style>
a { background-color: #DF122D; }
a { background-color: rgb(223,18,45); }
div.DivClassName
{
background-color: #DF122D;
}
.BgClassName
{
background-color: #DF122D;
}
</style>
border-color css
<style>
span { border-color: #DF122D; }
span { border-color: rgb(223,18,45); }
td.TdClassName
{
border-color: #DF122D;
}
.TagClassName
{
border-color: #DF122D;
}
</style>