Shades of Crimson #DF0034
Tints of Crimson #DF0034
RGB
CMYK
RGB Variations
Color information
#DF0034 (or 0xDF0034) is known color: Crimson. HEX triplet: DF, 00 and 34. RGB value is (223,0,52). Sum of RGB (Red+Green+Blue) = 223+0+52=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0034 is #20FFCB. Grayscale: #484848. Windows color (decimal): -2162636 or 3408095. OLE color: 3408095.
HSL color Cylindrical-coordinate representation of color #DF0034: hue angle of 346.01º 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 #DF0034 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.77 | 0.13 |
| HSL | 346.01º | 1% | 0.44% | - |
| HSV(B) | 346.01º | 1% | 0.87% | - |
| XYZ | 31.05 | 15.94 | 4.69 | - |
| YUV | 72.61 | 116.38 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 52 | 0 | 1 | 0.77 | 0.13 | 346.01 | 1 | 0.44 |
| Hex | DF | 0 | 34 | 0 | 64 | 4D | D | 15A | 64 | 2C |
| Octal | 337 | 0 | 64 | 0 | 144 | 115 | 15 | 532 | 144 | 54 |
| Binary | 11011111 | 0 | 110100 | 0 | 1100100 | 1001101 | 1101 | 101011010 | 1100100 | 101100 |
Color Harmonies of #DF0034
Complementary color
Monochromatic Colors of #DF0034
Black with #DF0034
Text Example
Text Example
White with #DF0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0034; }
p { color: rgb(223,0,52); }
H1.HeaderClassName
{
color: #DF0034;
}
.AnyTagClassName
{
color: #DF0034;
}
</style>
background-color css
<style>
a { background-color: #DF0034; }
a { background-color: rgb(223,0,52); }
div.DivClassName
{
background-color: #DF0034;
}
.BgClassName
{
background-color: #DF0034;
}
</style>
border-color css
<style>
span { border-color: #DF0034; }
span { border-color: rgb(223,0,52); }
td.TdClassName
{
border-color: #DF0034;
}
.TagClassName
{
border-color: #DF0034;
}
</style>