Shades of Crimson #DF1240
Tints of Crimson #DF1240
RGB
CMYK
RGB Variations
Color information
#DF1240 (or 0xDF1240) is known color: Crimson. HEX triplet: DF, 12 and 40. RGB value is (223,18,64). Sum of RGB (Red+Green+Blue) = 223+18+64=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1240 is #20EDBF. Grayscale: #545454. Windows color (decimal): -2158016 or 4199135. OLE color: 4199135.
HSL color Cylindrical-coordinate representation of color #DF1240: hue angle of 346.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1240 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 64 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.13 |
| HSL | 346.54º | 0.85% | 0.47% | - |
| HSV(B) | 346.54º | 0.92% | 0.87% | - |
| XYZ | 31.57 | 16.49 | 6.37 | - |
| YUV | 84.54 | 116.42 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 64 | 0 | 0.92 | 0.71 | 0.13 | 346.54 | 0.85 | 0.47 |
| Hex | DF | 12 | 40 | 0 | 5C | 47 | D | 15B | 55 | 2F |
| Octal | 337 | 22 | 100 | 0 | 134 | 107 | 15 | 533 | 125 | 57 |
| Binary | 11011111 | 10010 | 1000000 | 0 | 1011100 | 1000111 | 1101 | 101011011 | 1010101 | 101111 |
Color Harmonies of #DF1240
Complementary color
Monochromatic Colors of #DF1240
Black with #DF1240
Text Example
Text Example
White with #DF1240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1240; }
p { color: rgb(223,18,64); }
H1.HeaderClassName
{
color: #DF1240;
}
.AnyTagClassName
{
color: #DF1240;
}
</style>
background-color css
<style>
a { background-color: #DF1240; }
a { background-color: rgb(223,18,64); }
div.DivClassName
{
background-color: #DF1240;
}
.BgClassName
{
background-color: #DF1240;
}
</style>
border-color css
<style>
span { border-color: #DF1240; }
span { border-color: rgb(223,18,64); }
td.TdClassName
{
border-color: #DF1240;
}
.TagClassName
{
border-color: #DF1240;
}
</style>