Shades of Crimson #DF002C
Tints of Crimson #DF002C
RGB
CMYK
RGB Variations
Color information
#DF002C (or 0xDF002C) is known color: Crimson. HEX triplet: DF, 00 and 2C. RGB value is (223,0,44). Sum of RGB (Red+Green+Blue) = 223+0+44=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF002C is #20FFD3. Grayscale: #474747. Windows color (decimal): -2162644 or 2883807. OLE color: 2883807.
HSL color Cylindrical-coordinate representation of color #DF002C: hue angle of 348.16º 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 #DF002C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.80 | 0.13 |
| HSL | 348.16º | 1% | 0.44% | - |
| HSV(B) | 348.16º | 1% | 0.87% | - |
| XYZ | 30.89 | 15.87 | 3.82 | - |
| YUV | 71.69 | 112.38 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 44 | 0 | 1 | 0.80 | 0.13 | 348.16 | 1 | 0.44 |
| Hex | DF | 0 | 2C | 0 | 64 | 50 | D | 15C | 64 | 2C |
| Octal | 337 | 0 | 54 | 0 | 144 | 120 | 15 | 534 | 144 | 54 |
| Binary | 11011111 | 0 | 101100 | 0 | 1100100 | 1010000 | 1101 | 101011100 | 1100100 | 101100 |
Color Harmonies of #DF002C
Complementary color
Monochromatic Colors of #DF002C
Black with #DF002C
Text Example
Text Example
White with #DF002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF002C; }
p { color: rgb(223,0,44); }
H1.HeaderClassName
{
color: #DF002C;
}
.AnyTagClassName
{
color: #DF002C;
}
</style>
background-color css
<style>
a { background-color: #DF002C; }
a { background-color: rgb(223,0,44); }
div.DivClassName
{
background-color: #DF002C;
}
.BgClassName
{
background-color: #DF002C;
}
</style>
border-color css
<style>
span { border-color: #DF002C; }
span { border-color: rgb(223,0,44); }
td.TdClassName
{
border-color: #DF002C;
}
.TagClassName
{
border-color: #DF002C;
}
</style>