Shades of Crimson #DF0845
Tints of Crimson #DF0845
RGB
CMYK
RGB Variations
Color information
#DF0845 (or 0xDF0845) is known color: Crimson. HEX triplet: DF, 08 and 45. RGB value is (223,8,69). Sum of RGB (Red+Green+Blue) = 223+8+69=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0845 is #20F7BA. Grayscale: #4F4F4F. Windows color (decimal): -2160571 or 4524255. OLE color: 4524255.
HSL color Cylindrical-coordinate representation of color #DF0845: hue angle of 342.98º 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 #DF0845 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.13 |
| HSL | 342.98º | 0.93% | 0.45% | - |
| HSV(B) | 342.98º | 0.96% | 0.87% | - |
| XYZ | 31.59 | 16.29 | 7.11 | - |
| YUV | 79.24 | 122.23 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 69 | 0 | 0.96 | 0.69 | 0.13 | 342.98 | 0.93 | 0.45 |
| Hex | DF | 8 | 45 | 0 | 60 | 45 | D | 157 | 5D | 2D |
| Octal | 337 | 10 | 105 | 0 | 140 | 105 | 15 | 527 | 135 | 55 |
| Binary | 11011111 | 1000 | 1000101 | 0 | 1100000 | 1000101 | 1101 | 101010111 | 1011101 | 101101 |
Color Harmonies of #DF0845
Complementary color
Monochromatic Colors of #DF0845
Black with #DF0845
Text Example
Text Example
White with #DF0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0845; }
p { color: rgb(223,8,69); }
H1.HeaderClassName
{
color: #DF0845;
}
.AnyTagClassName
{
color: #DF0845;
}
</style>
background-color css
<style>
a { background-color: #DF0845; }
a { background-color: rgb(223,8,69); }
div.DivClassName
{
background-color: #DF0845;
}
.BgClassName
{
background-color: #DF0845;
}
</style>
border-color css
<style>
span { border-color: #DF0845; }
span { border-color: rgb(223,8,69); }
td.TdClassName
{
border-color: #DF0845;
}
.TagClassName
{
border-color: #DF0845;
}
</style>