Shades of Crimson #DF0647
Tints of Crimson #DF0647
RGB
CMYK
RGB Variations
Color information
#DF0647 (or 0xDF0647) is known color: Crimson. HEX triplet: DF, 06 and 47. RGB value is (223,6,71). Sum of RGB (Red+Green+Blue) = 223+6+71=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0647 is #20F9B8. Grayscale: #4E4E4E. Windows color (decimal): -2161081 or 4654815. OLE color: 4654815.
HSL color Cylindrical-coordinate representation of color #DF0647: hue angle of 342.03º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0647 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 71 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.13 |
| HSL | 342.03º | 0.95% | 0.45% | - |
| HSV(B) | 342.03º | 0.97% | 0.87% | - |
| XYZ | 31.63 | 16.27 | 7.43 | - |
| YUV | 78.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 71 | 0 | 0.97 | 0.68 | 0.13 | 342.03 | 0.95 | 0.45 |
| Hex | DF | 6 | 47 | 0 | 61 | 44 | D | 156 | 5F | 2D |
| Octal | 337 | 6 | 107 | 0 | 141 | 104 | 15 | 526 | 137 | 55 |
| Binary | 11011111 | 110 | 1000111 | 0 | 1100001 | 1000100 | 1101 | 101010110 | 1011111 | 101101 |
Color Harmonies of #DF0647
Complementary color
Monochromatic Colors of #DF0647
Black with #DF0647
Text Example
Text Example
White with #DF0647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0647; }
p { color: rgb(223,6,71); }
H1.HeaderClassName
{
color: #DF0647;
}
.AnyTagClassName
{
color: #DF0647;
}
</style>
background-color css
<style>
a { background-color: #DF0647; }
a { background-color: rgb(223,6,71); }
div.DivClassName
{
background-color: #DF0647;
}
.BgClassName
{
background-color: #DF0647;
}
</style>
border-color css
<style>
span { border-color: #DF0647; }
span { border-color: rgb(223,6,71); }
td.TdClassName
{
border-color: #DF0647;
}
.TagClassName
{
border-color: #DF0647;
}
</style>