Shades of Crimson #DF0039
Tints of Crimson #DF0039
RGB
CMYK
RGB Variations
Color information
#DF0039 (or 0xDF0039) is known color: Crimson. HEX triplet: DF, 00 and 39. RGB value is (223,0,57). Sum of RGB (Red+Green+Blue) = 223+0+57=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0039 is #20FFC6. Grayscale: #494949. Windows color (decimal): -2162631 or 3735775. OLE color: 3735775.
HSL color Cylindrical-coordinate representation of color #DF0039: hue angle of 344.66º 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 #DF0039 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.74 | 0.13 |
| HSL | 344.66º | 1% | 0.44% | - |
| HSV(B) | 344.66º | 1% | 0.87% | - |
| XYZ | 31.17 | 15.98 | 5.31 | - |
| YUV | 73.18 | 118.88 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 57 | 0 | 1 | 0.74 | 0.13 | 344.66 | 1 | 0.44 |
| Hex | DF | 0 | 39 | 0 | 64 | 4A | D | 159 | 64 | 2C |
| Octal | 337 | 0 | 71 | 0 | 144 | 112 | 15 | 531 | 144 | 54 |
| Binary | 11011111 | 0 | 111001 | 0 | 1100100 | 1001010 | 1101 | 101011001 | 1100100 | 101100 |
Color Harmonies of #DF0039
Complementary color
Monochromatic Colors of #DF0039
Black with #DF0039
Text Example
Text Example
White with #DF0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0039; }
p { color: rgb(223,0,57); }
H1.HeaderClassName
{
color: #DF0039;
}
.AnyTagClassName
{
color: #DF0039;
}
</style>
background-color css
<style>
a { background-color: #DF0039; }
a { background-color: rgb(223,0,57); }
div.DivClassName
{
background-color: #DF0039;
}
.BgClassName
{
background-color: #DF0039;
}
</style>
border-color css
<style>
span { border-color: #DF0039; }
span { border-color: rgb(223,0,57); }
td.TdClassName
{
border-color: #DF0039;
}
.TagClassName
{
border-color: #DF0039;
}
</style>