Shades of Crimson #DF002E
Tints of Crimson #DF002E
RGB
CMYK
RGB Variations
Color information
#DF002E (or 0xDF002E) is known color: Crimson. HEX triplet: DF, 00 and 2E. RGB value is (223,0,46). Sum of RGB (Red+Green+Blue) = 223+0+46=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF002E is #20FFD1. Grayscale: #474747. Windows color (decimal): -2162642 or 3014879. OLE color: 3014879.
HSL color Cylindrical-coordinate representation of color #DF002E: hue angle of 347.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF002E is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.79 | 0.13 |
| HSL | 347.62º | 1% | 0.44% | - |
| HSV(B) | 347.62º | 1% | 0.87% | - |
| XYZ | 30.92 | 15.89 | 4.02 | - |
| YUV | 71.92 | 113.38 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 46 | 0 | 1 | 0.79 | 0.13 | 347.62 | 1 | 0.44 |
| Hex | DF | 0 | 2E | 0 | 64 | 4F | D | 15C | 64 | 2C |
| Octal | 337 | 0 | 56 | 0 | 144 | 117 | 15 | 534 | 144 | 54 |
| Binary | 11011111 | 0 | 101110 | 0 | 1100100 | 1001111 | 1101 | 101011100 | 1100100 | 101100 |
Color Harmonies of #DF002E
Complementary color
Monochromatic Colors of #DF002E
Black with #DF002E
Text Example
Text Example
White with #DF002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF002E; }
p { color: rgb(223,0,46); }
H1.HeaderClassName
{
color: #DF002E;
}
.AnyTagClassName
{
color: #DF002E;
}
</style>
background-color css
<style>
a { background-color: #DF002E; }
a { background-color: rgb(223,0,46); }
div.DivClassName
{
background-color: #DF002E;
}
.BgClassName
{
background-color: #DF002E;
}
</style>
border-color css
<style>
span { border-color: #DF002E; }
span { border-color: rgb(223,0,46); }
td.TdClassName
{
border-color: #DF002E;
}
.TagClassName
{
border-color: #DF002E;
}
</style>