Shades of Crimson #DF0840
Tints of Crimson #DF0840
RGB
CMYK
RGB Variations
Color information
#DF0840 (or 0xDF0840) is known color: Crimson. HEX triplet: DF, 08 and 40. RGB value is (223,8,64). Sum of RGB (Red+Green+Blue) = 223+8+64=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0840 is #20F7BF. Grayscale: #4E4E4E. Windows color (decimal): -2160576 or 4196575. OLE color: 4196575.
HSL color Cylindrical-coordinate representation of color #DF0840: hue angle of 344.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0840 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.13 |
| HSL | 344.37º | 0.93% | 0.45% | - |
| HSV(B) | 344.37º | 0.96% | 0.87% | - |
| XYZ | 31.44 | 16.23 | 6.33 | - |
| YUV | 78.67 | 119.73 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 64 | 0 | 0.96 | 0.71 | 0.13 | 344.37 | 0.93 | 0.45 |
| Hex | DF | 8 | 40 | 0 | 60 | 47 | D | 158 | 5D | 2D |
| Octal | 337 | 10 | 100 | 0 | 140 | 107 | 15 | 530 | 135 | 55 |
| Binary | 11011111 | 1000 | 1000000 | 0 | 1100000 | 1000111 | 1101 | 101011000 | 1011101 | 101101 |
Color Harmonies of #DF0840
Complementary color
Monochromatic Colors of #DF0840
Black with #DF0840
Text Example
Text Example
White with #DF0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0840; }
p { color: rgb(223,8,64); }
H1.HeaderClassName
{
color: #DF0840;
}
.AnyTagClassName
{
color: #DF0840;
}
</style>
background-color css
<style>
a { background-color: #DF0840; }
a { background-color: rgb(223,8,64); }
div.DivClassName
{
background-color: #DF0840;
}
.BgClassName
{
background-color: #DF0840;
}
</style>
border-color css
<style>
span { border-color: #DF0840; }
span { border-color: rgb(223,8,64); }
td.TdClassName
{
border-color: #DF0840;
}
.TagClassName
{
border-color: #DF0840;
}
</style>