Shades of Crimson #DF122F
Tints of Crimson #DF122F
RGB
CMYK
RGB Variations
Color information
#DF122F (or 0xDF122F) is known color: Crimson. HEX triplet: DF, 12 and 2F. RGB value is (223,18,47). Sum of RGB (Red+Green+Blue) = 223+18+47=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF122F is #20EDD0. Grayscale: #525252. Windows color (decimal): -2158033 or 3085023. OLE color: 3085023.
HSL color Cylindrical-coordinate representation of color #DF122F: hue angle of 351.51º 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 #DF122F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.13 |
| HSL | 351.51º | 0.85% | 0.47% | - |
| HSV(B) | 351.51º | 0.92% | 0.87% | - |
| XYZ | 31.16 | 16.33 | 4.2 | - |
| YUV | 82.6 | 107.92 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 47 | 0 | 0.92 | 0.79 | 0.13 | 351.51 | 0.85 | 0.47 |
| Hex | DF | 12 | 2F | 0 | 5C | 4F | D | 160 | 55 | 2F |
| Octal | 337 | 22 | 57 | 0 | 134 | 117 | 15 | 540 | 125 | 57 |
| Binary | 11011111 | 10010 | 101111 | 0 | 1011100 | 1001111 | 1101 | 101100000 | 1010101 | 101111 |
Color Harmonies of #DF122F
Complementary color
Monochromatic Colors of #DF122F
Black with #DF122F
Text Example
Text Example
White with #DF122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF122F; }
p { color: rgb(223,18,47); }
H1.HeaderClassName
{
color: #DF122F;
}
.AnyTagClassName
{
color: #DF122F;
}
</style>
background-color css
<style>
a { background-color: #DF122F; }
a { background-color: rgb(223,18,47); }
div.DivClassName
{
background-color: #DF122F;
}
.BgClassName
{
background-color: #DF122F;
}
</style>
border-color css
<style>
span { border-color: #DF122F; }
span { border-color: rgb(223,18,47); }
td.TdClassName
{
border-color: #DF122F;
}
.TagClassName
{
border-color: #DF122F;
}
</style>