Shades of Crimson #DF1841
Tints of Crimson #DF1841
RGB
CMYK
RGB Variations
Color information
#DF1841 (or 0xDF1841) is known color: Crimson. HEX triplet: DF, 18 and 41. RGB value is (223,24,65). Sum of RGB (Red+Green+Blue) = 223+24+65=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1841 is #20E7BE. Grayscale: #585858. Windows color (decimal): -2156479 or 4266207. OLE color: 4266207.
HSL color Cylindrical-coordinate representation of color #DF1841: hue angle of 347.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1841 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 65 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.13 |
| HSL | 347.64º | 0.81% | 0.48% | - |
| HSV(B) | 347.64º | 0.89% | 0.87% | - |
| XYZ | 31.71 | 16.72 | 6.56 | - |
| YUV | 88.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 65 | 0 | 0.89 | 0.71 | 0.13 | 347.64 | 0.81 | 0.48 |
| Hex | DF | 18 | 41 | 0 | 59 | 47 | D | 15C | 51 | 30 |
| Octal | 337 | 30 | 101 | 0 | 131 | 107 | 15 | 534 | 121 | 60 |
| Binary | 11011111 | 11000 | 1000001 | 0 | 1011001 | 1000111 | 1101 | 101011100 | 1010001 | 110000 |
Color Harmonies of #DF1841
Complementary color
Monochromatic Colors of #DF1841
Black with #DF1841
Text Example
Text Example
White with #DF1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1841; }
p { color: rgb(223,24,65); }
H1.HeaderClassName
{
color: #DF1841;
}
.AnyTagClassName
{
color: #DF1841;
}
</style>
background-color css
<style>
a { background-color: #DF1841; }
a { background-color: rgb(223,24,65); }
div.DivClassName
{
background-color: #DF1841;
}
.BgClassName
{
background-color: #DF1841;
}
</style>
border-color css
<style>
span { border-color: #DF1841; }
span { border-color: rgb(223,24,65); }
td.TdClassName
{
border-color: #DF1841;
}
.TagClassName
{
border-color: #DF1841;
}
</style>