Shades of Crimson #DF1939
Tints of Crimson #DF1939
RGB
CMYK
RGB Variations
Color information
#DF1939 (or 0xDF1939) is known color: Crimson. HEX triplet: DF, 19 and 39. RGB value is (223,25,57). Sum of RGB (Red+Green+Blue) = 223+25+57=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1939 is #20E6C6. Grayscale: #575757. Windows color (decimal): -2156231 or 3742175. OLE color: 3742175.
HSL color Cylindrical-coordinate representation of color #DF1939: hue angle of 350.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1939 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 57 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.13 |
| HSL | 350.3º | 0.8% | 0.49% | - |
| HSV(B) | 350.3º | 0.89% | 0.87% | - |
| XYZ | 31.52 | 16.68 | 5.43 | - |
| YUV | 87.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 57 | 0 | 0.89 | 0.74 | 0.13 | 350.3 | 0.8 | 0.49 |
| Hex | DF | 19 | 39 | 0 | 59 | 4A | D | 15E | 50 | 31 |
| Octal | 337 | 31 | 71 | 0 | 131 | 112 | 15 | 536 | 120 | 61 |
| Binary | 11011111 | 11001 | 111001 | 0 | 1011001 | 1001010 | 1101 | 101011110 | 1010000 | 110001 |
Color Harmonies of #DF1939
Complementary color
Monochromatic Colors of #DF1939
Black with #DF1939
Text Example
Text Example
White with #DF1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1939; }
p { color: rgb(223,25,57); }
H1.HeaderClassName
{
color: #DF1939;
}
.AnyTagClassName
{
color: #DF1939;
}
</style>
background-color css
<style>
a { background-color: #DF1939; }
a { background-color: rgb(223,25,57); }
div.DivClassName
{
background-color: #DF1939;
}
.BgClassName
{
background-color: #DF1939;
}
</style>
border-color css
<style>
span { border-color: #DF1939; }
span { border-color: rgb(223,25,57); }
td.TdClassName
{
border-color: #DF1939;
}
.TagClassName
{
border-color: #DF1939;
}
</style>