Shades of Crimson #DF1047
Tints of Crimson #DF1047
RGB
CMYK
RGB Variations
Color information
#DF1047 (or 0xDF1047) is known color: Crimson. HEX triplet: DF, 10 and 47. RGB value is (223,16,71). Sum of RGB (Red+Green+Blue) = 223+16+71=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1047 is #20EFB8. Grayscale: #545454. Windows color (decimal): -2158521 or 4657375. OLE color: 4657375.
HSL color Cylindrical-coordinate representation of color #DF1047: hue angle of 344.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1047 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 71 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.13 |
| HSL | 344.06º | 0.87% | 0.47% | - |
| HSV(B) | 344.06º | 0.93% | 0.87% | - |
| XYZ | 31.75 | 16.51 | 7.48 | - |
| YUV | 84.16 | 120.58 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 71 | 0 | 0.93 | 0.68 | 0.13 | 344.06 | 0.87 | 0.47 |
| Hex | DF | 10 | 47 | 0 | 5D | 44 | D | 158 | 57 | 2F |
| Octal | 337 | 20 | 107 | 0 | 135 | 104 | 15 | 530 | 127 | 57 |
| Binary | 11011111 | 10000 | 1000111 | 0 | 1011101 | 1000100 | 1101 | 101011000 | 1010111 | 101111 |
Color Harmonies of #DF1047
Complementary color
Monochromatic Colors of #DF1047
Black with #DF1047
Text Example
Text Example
White with #DF1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1047; }
p { color: rgb(223,16,71); }
H1.HeaderClassName
{
color: #DF1047;
}
.AnyTagClassName
{
color: #DF1047;
}
</style>
background-color css
<style>
a { background-color: #DF1047; }
a { background-color: rgb(223,16,71); }
div.DivClassName
{
background-color: #DF1047;
}
.BgClassName
{
background-color: #DF1047;
}
</style>
border-color css
<style>
span { border-color: #DF1047; }
span { border-color: rgb(223,16,71); }
td.TdClassName
{
border-color: #DF1047;
}
.TagClassName
{
border-color: #DF1047;
}
</style>