Shades of Crimson #DF0444
Tints of Crimson #DF0444
RGB
CMYK
RGB Variations
Color information
#DF0444 (or 0xDF0444) is known color: Crimson. HEX triplet: DF, 04 and 44. RGB value is (223,4,68). Sum of RGB (Red+Green+Blue) = 223+4+68=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0444 is #20FBBB. Grayscale: #4C4C4C. Windows color (decimal): -2161596 or 4457695. OLE color: 4457695.
HSL color Cylindrical-coordinate representation of color #DF0444: hue angle of 342.47º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0444 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.13 |
| HSL | 342.47º | 0.96% | 0.45% | - |
| HSV(B) | 342.47º | 0.98% | 0.87% | - |
| XYZ | 31.52 | 16.19 | 6.93 | - |
| YUV | 76.78 | 123.05 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 68 | 0 | 0.98 | 0.70 | 0.13 | 342.47 | 0.96 | 0.45 |
| Hex | DF | 4 | 44 | 0 | 62 | 46 | D | 156 | 60 | 2D |
| Octal | 337 | 4 | 104 | 0 | 142 | 106 | 15 | 526 | 140 | 55 |
| Binary | 11011111 | 100 | 1000100 | 0 | 1100010 | 1000110 | 1101 | 101010110 | 1100000 | 101101 |
Color Harmonies of #DF0444
Complementary color
Monochromatic Colors of #DF0444
Black with #DF0444
Text Example
Text Example
White with #DF0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0444; }
p { color: rgb(223,4,68); }
H1.HeaderClassName
{
color: #DF0444;
}
.AnyTagClassName
{
color: #DF0444;
}
</style>
background-color css
<style>
a { background-color: #DF0444; }
a { background-color: rgb(223,4,68); }
div.DivClassName
{
background-color: #DF0444;
}
.BgClassName
{
background-color: #DF0444;
}
</style>
border-color css
<style>
span { border-color: #DF0444; }
span { border-color: rgb(223,4,68); }
td.TdClassName
{
border-color: #DF0444;
}
.TagClassName
{
border-color: #DF0444;
}
</style>