Shades of Crimson #DF0948
Tints of Crimson #DF0948
RGB
CMYK
RGB Variations
Color information
#DF0948 (or 0xDF0948) is known color: Crimson. HEX triplet: DF, 09 and 48. RGB value is (223,9,72). Sum of RGB (Red+Green+Blue) = 223+9+72=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0948 is #20F6B7. Grayscale: #505050. Windows color (decimal): -2160312 or 4721119. OLE color: 4721119.
HSL color Cylindrical-coordinate representation of color #DF0948: hue angle of 342.34º 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 #DF0948 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 72 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.13 |
| HSL | 342.34º | 0.92% | 0.45% | - |
| HSV(B) | 342.34º | 0.96% | 0.87% | - |
| XYZ | 31.7 | 16.35 | 7.62 | - |
| YUV | 80.17 | 123.4 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 72 | 0 | 0.96 | 0.68 | 0.13 | 342.34 | 0.92 | 0.45 |
| Hex | DF | 9 | 48 | 0 | 60 | 44 | D | 156 | 5C | 2D |
| Octal | 337 | 11 | 110 | 0 | 140 | 104 | 15 | 526 | 134 | 55 |
| Binary | 11011111 | 1001 | 1001000 | 0 | 1100000 | 1000100 | 1101 | 101010110 | 1011100 | 101101 |
Color Harmonies of #DF0948
Complementary color
Monochromatic Colors of #DF0948
Black with #DF0948
Text Example
Text Example
White with #DF0948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0948; }
p { color: rgb(223,9,72); }
H1.HeaderClassName
{
color: #DF0948;
}
.AnyTagClassName
{
color: #DF0948;
}
</style>
background-color css
<style>
a { background-color: #DF0948; }
a { background-color: rgb(223,9,72); }
div.DivClassName
{
background-color: #DF0948;
}
.BgClassName
{
background-color: #DF0948;
}
</style>
border-color css
<style>
span { border-color: #DF0948; }
span { border-color: rgb(223,9,72); }
td.TdClassName
{
border-color: #DF0948;
}
.TagClassName
{
border-color: #DF0948;
}
</style>