Shades of Crimson #DF0240
Tints of Crimson #DF0240
RGB
CMYK
RGB Variations
Color information
#DF0240 (or 0xDF0240) is known color: Crimson. HEX triplet: DF, 02 and 40. RGB value is (223,2,64). Sum of RGB (Red+Green+Blue) = 223+2+64=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0240 is #20FDBF. Grayscale: #4B4B4B. Windows color (decimal): -2162112 or 4195039. OLE color: 4195039.
HSL color Cylindrical-coordinate representation of color #DF0240: hue angle of 343.17º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0240 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.13 |
| HSL | 343.17º | 0.98% | 0.44% | - |
| HSV(B) | 343.17º | 0.99% | 0.87% | - |
| XYZ | 31.38 | 16.1 | 6.3 | - |
| YUV | 75.15 | 121.72 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 64 | 0 | 0.99 | 0.71 | 0.13 | 343.17 | 0.98 | 0.44 |
| Hex | DF | 2 | 40 | 0 | 63 | 47 | D | 157 | 62 | 2C |
| Octal | 337 | 2 | 100 | 0 | 143 | 107 | 15 | 527 | 142 | 54 |
| Binary | 11011111 | 10 | 1000000 | 0 | 1100011 | 1000111 | 1101 | 101010111 | 1100010 | 101100 |
Color Harmonies of #DF0240
Complementary color
Monochromatic Colors of #DF0240
Black with #DF0240
Text Example
Text Example
White with #DF0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0240; }
p { color: rgb(223,2,64); }
H1.HeaderClassName
{
color: #DF0240;
}
.AnyTagClassName
{
color: #DF0240;
}
</style>
background-color css
<style>
a { background-color: #DF0240; }
a { background-color: rgb(223,2,64); }
div.DivClassName
{
background-color: #DF0240;
}
.BgClassName
{
background-color: #DF0240;
}
</style>
border-color css
<style>
span { border-color: #DF0240; }
span { border-color: rgb(223,2,64); }
td.TdClassName
{
border-color: #DF0240;
}
.TagClassName
{
border-color: #DF0240;
}
</style>