Shades of Crimson #DF0641
Tints of Crimson #DF0641
RGB
CMYK
RGB Variations
Color information
#DF0641 (or 0xDF0641) is known color: Crimson. HEX triplet: DF, 06 and 41. RGB value is (223,6,65). Sum of RGB (Red+Green+Blue) = 223+6+65=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0641 is #20F9BE. Grayscale: #4D4D4D. Windows color (decimal): -2161087 or 4261599. OLE color: 4261599.
HSL color Cylindrical-coordinate representation of color #DF0641: hue angle of 343.69º 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 #DF0641 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 65 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.13 |
| HSL | 343.69º | 0.95% | 0.45% | - |
| HSV(B) | 343.69º | 0.97% | 0.87% | - |
| XYZ | 31.45 | 16.2 | 6.47 | - |
| YUV | 77.61 | 120.89 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 65 | 0 | 0.97 | 0.71 | 0.13 | 343.69 | 0.95 | 0.45 |
| Hex | DF | 6 | 41 | 0 | 61 | 47 | D | 158 | 5F | 2D |
| Octal | 337 | 6 | 101 | 0 | 141 | 107 | 15 | 530 | 137 | 55 |
| Binary | 11011111 | 110 | 1000001 | 0 | 1100001 | 1000111 | 1101 | 101011000 | 1011111 | 101101 |
Color Harmonies of #DF0641
Complementary color
Monochromatic Colors of #DF0641
Black with #DF0641
Text Example
Text Example
White with #DF0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0641; }
p { color: rgb(223,6,65); }
H1.HeaderClassName
{
color: #DF0641;
}
.AnyTagClassName
{
color: #DF0641;
}
</style>
background-color css
<style>
a { background-color: #DF0641; }
a { background-color: rgb(223,6,65); }
div.DivClassName
{
background-color: #DF0641;
}
.BgClassName
{
background-color: #DF0641;
}
</style>
border-color css
<style>
span { border-color: #DF0641; }
span { border-color: rgb(223,6,65); }
td.TdClassName
{
border-color: #DF0641;
}
.TagClassName
{
border-color: #DF0641;
}
</style>