Shades of Crimson #DF002F
Tints of Crimson #DF002F
RGB
CMYK
RGB Variations
Color information
#DF002F (or 0xDF002F) is known color: Crimson. HEX triplet: DF, 00 and 2F. RGB value is (223,0,47). Sum of RGB (Red+Green+Blue) = 223+0+47=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF002F is #20FFD0. Grayscale: #484848. Windows color (decimal): -2162641 or 3080415. OLE color: 3080415.
HSL color Cylindrical-coordinate representation of color #DF002F: hue angle of 347.35º 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 #DF002F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.79 | 0.13 |
| HSL | 347.35º | 1% | 0.44% | - |
| HSV(B) | 347.35º | 1% | 0.87% | - |
| XYZ | 30.94 | 15.89 | 4.13 | - |
| YUV | 72.04 | 113.88 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 47 | 0 | 1 | 0.79 | 0.13 | 347.35 | 1 | 0.44 |
| Hex | DF | 0 | 2F | 0 | 64 | 4F | D | 15B | 64 | 2C |
| Octal | 337 | 0 | 57 | 0 | 144 | 117 | 15 | 533 | 144 | 54 |
| Binary | 11011111 | 0 | 101111 | 0 | 1100100 | 1001111 | 1101 | 101011011 | 1100100 | 101100 |
Color Harmonies of #DF002F
Complementary color
Monochromatic Colors of #DF002F
Black with #DF002F
Text Example
Text Example
White with #DF002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF002F; }
p { color: rgb(223,0,47); }
H1.HeaderClassName
{
color: #DF002F;
}
.AnyTagClassName
{
color: #DF002F;
}
</style>
background-color css
<style>
a { background-color: #DF002F; }
a { background-color: rgb(223,0,47); }
div.DivClassName
{
background-color: #DF002F;
}
.BgClassName
{
background-color: #DF002F;
}
</style>
border-color css
<style>
span { border-color: #DF002F; }
span { border-color: rgb(223,0,47); }
td.TdClassName
{
border-color: #DF002F;
}
.TagClassName
{
border-color: #DF002F;
}
</style>