Shades of Crimson #DF092C
Tints of Crimson #DF092C
RGB
CMYK
RGB Variations
Color information
#DF092C (or 0xDF092C) is known color: Crimson. HEX triplet: DF, 09 and 2C. RGB value is (223,9,44). Sum of RGB (Red+Green+Blue) = 223+9+44=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF092C is #20F6D3. Grayscale: #4D4D4D. Windows color (decimal): -2160340 or 2886111. OLE color: 2886111.
HSL color Cylindrical-coordinate representation of color #DF092C: hue angle of 350.19º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF092C is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.13 |
| HSL | 350.19º | 0.92% | 0.45% | - |
| HSV(B) | 350.19º | 0.96% | 0.87% | - |
| XYZ | 30.98 | 16.07 | 3.85 | - |
| YUV | 76.98 | 109.4 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 44 | 0 | 0.96 | 0.80 | 0.13 | 350.19 | 0.92 | 0.45 |
| Hex | DF | 9 | 2C | 0 | 60 | 50 | D | 15E | 5C | 2D |
| Octal | 337 | 11 | 54 | 0 | 140 | 120 | 15 | 536 | 134 | 55 |
| Binary | 11011111 | 1001 | 101100 | 0 | 1100000 | 1010000 | 1101 | 101011110 | 1011100 | 101101 |
Color Harmonies of #DF092C
Complementary color
Monochromatic Colors of #DF092C
Black with #DF092C
Text Example
Text Example
White with #DF092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF092C; }
p { color: rgb(223,9,44); }
H1.HeaderClassName
{
color: #DF092C;
}
.AnyTagClassName
{
color: #DF092C;
}
</style>
background-color css
<style>
a { background-color: #DF092C; }
a { background-color: rgb(223,9,44); }
div.DivClassName
{
background-color: #DF092C;
}
.BgClassName
{
background-color: #DF092C;
}
</style>
border-color css
<style>
span { border-color: #DF092C; }
span { border-color: rgb(223,9,44); }
td.TdClassName
{
border-color: #DF092C;
}
.TagClassName
{
border-color: #DF092C;
}
</style>