Shades of Crimson #DF0139
Tints of Crimson #DF0139
RGB
CMYK
RGB Variations
Color information
#DF0139 (or 0xDF0139) is known color: Crimson. HEX triplet: DF, 01 and 39. RGB value is (223,1,57). Sum of RGB (Red+Green+Blue) = 223+1+57=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0139 is #20FEC6. Grayscale: #494949. Windows color (decimal): -2162375 or 3736031. OLE color: 3736031.
HSL color Cylindrical-coordinate representation of color #DF0139: hue angle of 344.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0139 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 57 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.13 |
| HSL | 344.86º | 0.99% | 0.44% | - |
| HSV(B) | 344.86º | 1% | 0.87% | - |
| XYZ | 31.18 | 16.01 | 5.32 | - |
| YUV | 73.76 | 118.55 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 57 | 0 | 1.00 | 0.74 | 0.13 | 344.86 | 0.99 | 0.44 |
| Hex | DF | 1 | 39 | 0 | 64 | 4A | D | 159 | 63 | 2C |
| Octal | 337 | 1 | 71 | 0 | 144 | 112 | 15 | 531 | 143 | 54 |
| Binary | 11011111 | 1 | 111001 | 0 | 1100100 | 1001010 | 1101 | 101011001 | 1100011 | 101100 |
Color Harmonies of #DF0139
Complementary color
Monochromatic Colors of #DF0139
Black with #DF0139
Text Example
Text Example
White with #DF0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0139; }
p { color: rgb(223,1,57); }
H1.HeaderClassName
{
color: #DF0139;
}
.AnyTagClassName
{
color: #DF0139;
}
</style>
background-color css
<style>
a { background-color: #DF0139; }
a { background-color: rgb(223,1,57); }
div.DivClassName
{
background-color: #DF0139;
}
.BgClassName
{
background-color: #DF0139;
}
</style>
border-color css
<style>
span { border-color: #DF0139; }
span { border-color: rgb(223,1,57); }
td.TdClassName
{
border-color: #DF0139;
}
.TagClassName
{
border-color: #DF0139;
}
</style>