Shades of Crimson #DF0246
Tints of Crimson #DF0246
RGB
CMYK
RGB Variations
Color information
#DF0246 (or 0xDF0246) is known color: Crimson. HEX triplet: DF, 02 and 46. RGB value is (223,2,70). Sum of RGB (Red+Green+Blue) = 223+2+70=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0246 is #20FDB9. Grayscale: #4B4B4B. Windows color (decimal): -2162106 or 4588255. OLE color: 4588255.
HSL color Cylindrical-coordinate representation of color #DF0246: hue angle of 341.54º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0246 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.13 |
| HSL | 341.54º | 0.98% | 0.44% | - |
| HSV(B) | 341.54º | 0.99% | 0.87% | - |
| XYZ | 31.56 | 16.17 | 7.25 | - |
| YUV | 75.83 | 124.72 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 70 | 0 | 0.99 | 0.69 | 0.13 | 341.54 | 0.98 | 0.44 |
| Hex | DF | 2 | 46 | 0 | 63 | 45 | D | 156 | 62 | 2C |
| Octal | 337 | 2 | 106 | 0 | 143 | 105 | 15 | 526 | 142 | 54 |
| Binary | 11011111 | 10 | 1000110 | 0 | 1100011 | 1000101 | 1101 | 101010110 | 1100010 | 101100 |
Color Harmonies of #DF0246
Complementary color
Monochromatic Colors of #DF0246
Black with #DF0246
Text Example
Text Example
White with #DF0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0246; }
p { color: rgb(223,2,70); }
H1.HeaderClassName
{
color: #DF0246;
}
.AnyTagClassName
{
color: #DF0246;
}
</style>
background-color css
<style>
a { background-color: #DF0246; }
a { background-color: rgb(223,2,70); }
div.DivClassName
{
background-color: #DF0246;
}
.BgClassName
{
background-color: #DF0246;
}
</style>
border-color css
<style>
span { border-color: #DF0246; }
span { border-color: rgb(223,2,70); }
td.TdClassName
{
border-color: #DF0246;
}
.TagClassName
{
border-color: #DF0246;
}
</style>