Shades of Crimson #DF0847
Tints of Crimson #DF0847
RGB
CMYK
RGB Variations
Color information
#DF0847 (or 0xDF0847) is known color: Crimson. HEX triplet: DF, 08 and 47. RGB value is (223,8,71). Sum of RGB (Red+Green+Blue) = 223+8+71=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0847 is #20F7B8. Grayscale: #4F4F4F. Windows color (decimal): -2160569 or 4655327. OLE color: 4655327.
HSL color Cylindrical-coordinate representation of color #DF0847: hue angle of 342.42º degrees, saturation: 0.93, 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 #DF0847 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.13 |
| HSL | 342.42º | 0.93% | 0.45% | - |
| HSV(B) | 342.42º | 0.96% | 0.87% | - |
| XYZ | 31.66 | 16.32 | 7.44 | - |
| YUV | 79.47 | 123.23 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 71 | 0 | 0.96 | 0.68 | 0.13 | 342.42 | 0.93 | 0.45 |
| Hex | DF | 8 | 47 | 0 | 60 | 44 | D | 156 | 5D | 2D |
| Octal | 337 | 10 | 107 | 0 | 140 | 104 | 15 | 526 | 135 | 55 |
| Binary | 11011111 | 1000 | 1000111 | 0 | 1100000 | 1000100 | 1101 | 101010110 | 1011101 | 101101 |
Color Harmonies of #DF0847
Complementary color
Monochromatic Colors of #DF0847
Black with #DF0847
Text Example
Text Example
White with #DF0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0847; }
p { color: rgb(223,8,71); }
H1.HeaderClassName
{
color: #DF0847;
}
.AnyTagClassName
{
color: #DF0847;
}
</style>
background-color css
<style>
a { background-color: #DF0847; }
a { background-color: rgb(223,8,71); }
div.DivClassName
{
background-color: #DF0847;
}
.BgClassName
{
background-color: #DF0847;
}
</style>
border-color css
<style>
span { border-color: #DF0847; }
span { border-color: rgb(223,8,71); }
td.TdClassName
{
border-color: #DF0847;
}
.TagClassName
{
border-color: #DF0847;
}
</style>