Shades of Crimson #DF092E
Tints of Crimson #DF092E
RGB
CMYK
RGB Variations
Color information
#DF092E (or 0xDF092E) is known color: Crimson. HEX triplet: DF, 09 and 2E. RGB value is (223,9,46). Sum of RGB (Red+Green+Blue) = 223+9+46=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF092E is #20F6D1. Grayscale: #4D4D4D. Windows color (decimal): -2160338 or 3017183. OLE color: 3017183.
HSL color Cylindrical-coordinate representation of color #DF092E: hue angle of 349.63º 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 #DF092E is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 46 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.13 |
| HSL | 349.63º | 0.92% | 0.45% | - |
| HSV(B) | 349.63º | 0.96% | 0.87% | - |
| XYZ | 31.02 | 16.08 | 4.05 | - |
| YUV | 77.2 | 110.4 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 46 | 0 | 0.96 | 0.79 | 0.13 | 349.63 | 0.92 | 0.45 |
| Hex | DF | 9 | 2E | 0 | 60 | 4F | D | 15E | 5C | 2D |
| Octal | 337 | 11 | 56 | 0 | 140 | 117 | 15 | 536 | 134 | 55 |
| Binary | 11011111 | 1001 | 101110 | 0 | 1100000 | 1001111 | 1101 | 101011110 | 1011100 | 101101 |
Color Harmonies of #DF092E
Complementary color
Monochromatic Colors of #DF092E
Black with #DF092E
Text Example
Text Example
White with #DF092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF092E; }
p { color: rgb(223,9,46); }
H1.HeaderClassName
{
color: #DF092E;
}
.AnyTagClassName
{
color: #DF092E;
}
</style>
background-color css
<style>
a { background-color: #DF092E; }
a { background-color: rgb(223,9,46); }
div.DivClassName
{
background-color: #DF092E;
}
.BgClassName
{
background-color: #DF092E;
}
</style>
border-color css
<style>
span { border-color: #DF092E; }
span { border-color: rgb(223,9,46); }
td.TdClassName
{
border-color: #DF092E;
}
.TagClassName
{
border-color: #DF092E;
}
</style>