Shades of Crimson #DF0944
Tints of Crimson #DF0944
RGB
CMYK
RGB Variations
Color information
#DF0944 (or 0xDF0944) is known color: Crimson. HEX triplet: DF, 09 and 44. RGB value is (223,9,68). Sum of RGB (Red+Green+Blue) = 223+9+68=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0944 is #20F6BB. Grayscale: #4F4F4F. Windows color (decimal): -2160316 or 4458975. OLE color: 4458975.
HSL color Cylindrical-coordinate representation of color #DF0944: hue angle of 343.46º degrees, saturation: 0.92, 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 #DF0944 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 68 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.13 |
| HSL | 343.46º | 0.92% | 0.45% | - |
| HSV(B) | 343.46º | 0.96% | 0.87% | - |
| XYZ | 31.57 | 16.3 | 6.95 | - |
| YUV | 79.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 68 | 0 | 0.96 | 0.70 | 0.13 | 343.46 | 0.92 | 0.45 |
| Hex | DF | 9 | 44 | 0 | 60 | 46 | D | 157 | 5C | 2D |
| Octal | 337 | 11 | 104 | 0 | 140 | 106 | 15 | 527 | 134 | 55 |
| Binary | 11011111 | 1001 | 1000100 | 0 | 1100000 | 1000110 | 1101 | 101010111 | 1011100 | 101101 |
Color Harmonies of #DF0944
Complementary color
Monochromatic Colors of #DF0944
Black with #DF0944
Text Example
Text Example
White with #DF0944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0944; }
p { color: rgb(223,9,68); }
H1.HeaderClassName
{
color: #DF0944;
}
.AnyTagClassName
{
color: #DF0944;
}
</style>
background-color css
<style>
a { background-color: #DF0944; }
a { background-color: rgb(223,9,68); }
div.DivClassName
{
background-color: #DF0944;
}
.BgClassName
{
background-color: #DF0944;
}
</style>
border-color css
<style>
span { border-color: #DF0944; }
span { border-color: rgb(223,9,68); }
td.TdClassName
{
border-color: #DF0944;
}
.TagClassName
{
border-color: #DF0944;
}
</style>