Shades of Crimson #DF0548
Tints of Crimson #DF0548
RGB
CMYK
RGB Variations
Color information
#DF0548 (or 0xDF0548) is known color: Crimson. HEX triplet: DF, 05 and 48. RGB value is (223,5,72). Sum of RGB (Red+Green+Blue) = 223+5+72=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0548 is #20FAB7. Grayscale: #4D4D4D. Windows color (decimal): -2161336 or 4720095. OLE color: 4720095.
HSL color Cylindrical-coordinate representation of color #DF0548: hue angle of 341.56º 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 #DF0548 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 72 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.13 |
| HSL | 341.56º | 0.96% | 0.45% | - |
| HSV(B) | 341.56º | 0.98% | 0.87% | - |
| XYZ | 31.66 | 16.26 | 7.6 | - |
| YUV | 77.82 | 124.72 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 72 | 0 | 0.98 | 0.68 | 0.13 | 341.56 | 0.96 | 0.45 |
| Hex | DF | 5 | 48 | 0 | 62 | 44 | D | 156 | 60 | 2D |
| Octal | 337 | 5 | 110 | 0 | 142 | 104 | 15 | 526 | 140 | 55 |
| Binary | 11011111 | 101 | 1001000 | 0 | 1100010 | 1000100 | 1101 | 101010110 | 1100000 | 101101 |
Color Harmonies of #DF0548
Complementary color
Monochromatic Colors of #DF0548
Black with #DF0548
Text Example
Text Example
White with #DF0548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0548; }
p { color: rgb(223,5,72); }
H1.HeaderClassName
{
color: #DF0548;
}
.AnyTagClassName
{
color: #DF0548;
}
</style>
background-color css
<style>
a { background-color: #DF0548; }
a { background-color: rgb(223,5,72); }
div.DivClassName
{
background-color: #DF0548;
}
.BgClassName
{
background-color: #DF0548;
}
</style>
border-color css
<style>
span { border-color: #DF0548; }
span { border-color: rgb(223,5,72); }
td.TdClassName
{
border-color: #DF0548;
}
.TagClassName
{
border-color: #DF0548;
}
</style>