Shades of Crimson #DF1143
Tints of Crimson #DF1143
RGB
CMYK
RGB Variations
Color information
#DF1143 (or 0xDF1143) is known color: Crimson. HEX triplet: DF, 11 and 43. RGB value is (223,17,67). Sum of RGB (Red+Green+Blue) = 223+17+67=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1143 is #20EEBC. Grayscale: #545454. Windows color (decimal): -2158269 or 4395487. OLE color: 4395487.
HSL color Cylindrical-coordinate representation of color #DF1143: hue angle of 345.44º 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 #DF1143 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 67 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.13 |
| HSL | 345.44º | 0.86% | 0.47% | - |
| HSV(B) | 345.44º | 0.92% | 0.87% | - |
| XYZ | 31.64 | 16.49 | 6.83 | - |
| YUV | 84.29 | 118.25 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 67 | 0 | 0.92 | 0.70 | 0.13 | 345.44 | 0.86 | 0.47 |
| Hex | DF | 11 | 43 | 0 | 5C | 46 | D | 159 | 56 | 2F |
| Octal | 337 | 21 | 103 | 0 | 134 | 106 | 15 | 531 | 126 | 57 |
| Binary | 11011111 | 10001 | 1000011 | 0 | 1011100 | 1000110 | 1101 | 101011001 | 1010110 | 101111 |
Color Harmonies of #DF1143
Complementary color
Monochromatic Colors of #DF1143
Black with #DF1143
Text Example
Text Example
White with #DF1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1143; }
p { color: rgb(223,17,67); }
H1.HeaderClassName
{
color: #DF1143;
}
.AnyTagClassName
{
color: #DF1143;
}
</style>
background-color css
<style>
a { background-color: #DF1143; }
a { background-color: rgb(223,17,67); }
div.DivClassName
{
background-color: #DF1143;
}
.BgClassName
{
background-color: #DF1143;
}
</style>
border-color css
<style>
span { border-color: #DF1143; }
span { border-color: rgb(223,17,67); }
td.TdClassName
{
border-color: #DF1143;
}
.TagClassName
{
border-color: #DF1143;
}
</style>