Shades of Crimson #DF042E
Tints of Crimson #DF042E
RGB
CMYK
RGB Variations
Color information
#DF042E (or 0xDF042E) is known color: Crimson. HEX triplet: DF, 04 and 2E. RGB value is (223,4,46). Sum of RGB (Red+Green+Blue) = 223+4+46=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF042E is #20FBD1. Grayscale: #4A4A4A. Windows color (decimal): -2161618 or 3015903. OLE color: 3015903.
HSL color Cylindrical-coordinate representation of color #DF042E: hue angle of 348.49º 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 #DF042E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.13 |
| HSL | 348.49º | 0.96% | 0.45% | - |
| HSV(B) | 348.49º | 0.98% | 0.87% | - |
| XYZ | 30.97 | 15.97 | 4.04 | - |
| YUV | 74.27 | 112.05 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 46 | 0 | 0.98 | 0.79 | 0.13 | 348.49 | 0.96 | 0.45 |
| Hex | DF | 4 | 2E | 0 | 62 | 4F | D | 15C | 60 | 2D |
| Octal | 337 | 4 | 56 | 0 | 142 | 117 | 15 | 534 | 140 | 55 |
| Binary | 11011111 | 100 | 101110 | 0 | 1100010 | 1001111 | 1101 | 101011100 | 1100000 | 101101 |
Color Harmonies of #DF042E
Complementary color
Monochromatic Colors of #DF042E
Black with #DF042E
Text Example
Text Example
White with #DF042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF042E; }
p { color: rgb(223,4,46); }
H1.HeaderClassName
{
color: #DF042E;
}
.AnyTagClassName
{
color: #DF042E;
}
</style>
background-color css
<style>
a { background-color: #DF042E; }
a { background-color: rgb(223,4,46); }
div.DivClassName
{
background-color: #DF042E;
}
.BgClassName
{
background-color: #DF042E;
}
</style>
border-color css
<style>
span { border-color: #DF042E; }
span { border-color: rgb(223,4,46); }
td.TdClassName
{
border-color: #DF042E;
}
.TagClassName
{
border-color: #DF042E;
}
</style>