Shades of Crimson #DF1246
Tints of Crimson #DF1246
RGB
CMYK
RGB Variations
Color information
#DF1246 (or 0xDF1246) is known color: Crimson. HEX triplet: DF, 12 and 46. RGB value is (223,18,70). Sum of RGB (Red+Green+Blue) = 223+18+70=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1246 is #20EDB9. Grayscale: #555555. Windows color (decimal): -2158010 or 4592351. OLE color: 4592351.
HSL color Cylindrical-coordinate representation of color #DF1246: hue angle of 344.78º 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 #DF1246 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 70 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.13 |
| HSL | 344.78º | 0.85% | 0.47% | - |
| HSV(B) | 344.78º | 0.92% | 0.87% | - |
| XYZ | 31.75 | 16.56 | 7.32 | - |
| YUV | 85.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 70 | 0 | 0.92 | 0.69 | 0.13 | 344.78 | 0.85 | 0.47 |
| Hex | DF | 12 | 46 | 0 | 5C | 45 | D | 159 | 55 | 2F |
| Octal | 337 | 22 | 106 | 0 | 134 | 105 | 15 | 531 | 125 | 57 |
| Binary | 11011111 | 10010 | 1000110 | 0 | 1011100 | 1000101 | 1101 | 101011001 | 1010101 | 101111 |
Color Harmonies of #DF1246
Complementary color
Monochromatic Colors of #DF1246
Black with #DF1246
Text Example
Text Example
White with #DF1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1246; }
p { color: rgb(223,18,70); }
H1.HeaderClassName
{
color: #DF1246;
}
.AnyTagClassName
{
color: #DF1246;
}
</style>
background-color css
<style>
a { background-color: #DF1246; }
a { background-color: rgb(223,18,70); }
div.DivClassName
{
background-color: #DF1246;
}
.BgClassName
{
background-color: #DF1246;
}
</style>
border-color css
<style>
span { border-color: #DF1246; }
span { border-color: rgb(223,18,70); }
td.TdClassName
{
border-color: #DF1246;
}
.TagClassName
{
border-color: #DF1246;
}
</style>