Shades of Crimson #DF1142
Tints of Crimson #DF1142
RGB
CMYK
RGB Variations
Color information
#DF1142 (or 0xDF1142) is known color: Crimson. HEX triplet: DF, 11 and 42. RGB value is (223,17,66). Sum of RGB (Red+Green+Blue) = 223+17+66=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1142 is #20EEBD. Grayscale: #545454. Windows color (decimal): -2158270 or 4329951. OLE color: 4329951.
HSL color Cylindrical-coordinate representation of color #DF1142: hue angle of 345.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1142 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 66 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.13 |
| HSL | 345.73º | 0.86% | 0.47% | - |
| HSV(B) | 345.73º | 0.92% | 0.87% | - |
| XYZ | 31.62 | 16.48 | 6.67 | - |
| YUV | 84.18 | 117.75 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 66 | 0 | 0.92 | 0.70 | 0.13 | 345.73 | 0.86 | 0.47 |
| Hex | DF | 11 | 42 | 0 | 5C | 46 | D | 15A | 56 | 2F |
| Octal | 337 | 21 | 102 | 0 | 134 | 106 | 15 | 532 | 126 | 57 |
| Binary | 11011111 | 10001 | 1000010 | 0 | 1011100 | 1000110 | 1101 | 101011010 | 1010110 | 101111 |
Color Harmonies of #DF1142
Complementary color
Monochromatic Colors of #DF1142
Black with #DF1142
Text Example
Text Example
White with #DF1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1142; }
p { color: rgb(223,17,66); }
H1.HeaderClassName
{
color: #DF1142;
}
.AnyTagClassName
{
color: #DF1142;
}
</style>
background-color css
<style>
a { background-color: #DF1142; }
a { background-color: rgb(223,17,66); }
div.DivClassName
{
background-color: #DF1142;
}
.BgClassName
{
background-color: #DF1142;
}
</style>
border-color css
<style>
span { border-color: #DF1142; }
span { border-color: rgb(223,17,66); }
td.TdClassName
{
border-color: #DF1142;
}
.TagClassName
{
border-color: #DF1142;
}
</style>