Shades of Crimson #DF043E
Tints of Crimson #DF043E
RGB
CMYK
RGB Variations
Color information
#DF043E (or 0xDF043E) is known color: Crimson. HEX triplet: DF, 04 and 3E. RGB value is (223,4,62). Sum of RGB (Red+Green+Blue) = 223+4+62=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF043E is #20FBC1. Grayscale: #4C4C4C. Windows color (decimal): -2161602 or 4064479. OLE color: 4064479.
HSL color Cylindrical-coordinate representation of color #DF043E: hue angle of 344.11º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF043E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.13 |
| HSL | 344.11º | 0.96% | 0.45% | - |
| HSV(B) | 344.11º | 0.98% | 0.87% | - |
| XYZ | 31.34 | 16.12 | 6.02 | - |
| YUV | 76.09 | 120.05 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 62 | 0 | 0.98 | 0.72 | 0.13 | 344.11 | 0.96 | 0.45 |
| Hex | DF | 4 | 3E | 0 | 62 | 48 | D | 158 | 60 | 2D |
| Octal | 337 | 4 | 76 | 0 | 142 | 110 | 15 | 530 | 140 | 55 |
| Binary | 11011111 | 100 | 111110 | 0 | 1100010 | 1001000 | 1101 | 101011000 | 1100000 | 101101 |
Color Harmonies of #DF043E
Complementary color
Monochromatic Colors of #DF043E
Black with #DF043E
Text Example
Text Example
White with #DF043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF043E; }
p { color: rgb(223,4,62); }
H1.HeaderClassName
{
color: #DF043E;
}
.AnyTagClassName
{
color: #DF043E;
}
</style>
background-color css
<style>
a { background-color: #DF043E; }
a { background-color: rgb(223,4,62); }
div.DivClassName
{
background-color: #DF043E;
}
.BgClassName
{
background-color: #DF043E;
}
</style>
border-color css
<style>
span { border-color: #DF043E; }
span { border-color: rgb(223,4,62); }
td.TdClassName
{
border-color: #DF043E;
}
.TagClassName
{
border-color: #DF043E;
}
</style>