Shades of Crimson #DF093E
Tints of Crimson #DF093E
RGB
CMYK
RGB Variations
Color information
#DF093E (or 0xDF093E) is known color: Crimson. HEX triplet: DF, 09 and 3E. RGB value is (223,9,62). Sum of RGB (Red+Green+Blue) = 223+9+62=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF093E is #20F6C1. Grayscale: #4F4F4F. Windows color (decimal): -2160322 or 4065759. OLE color: 4065759.
HSL color Cylindrical-coordinate representation of color #DF093E: hue angle of 345.14º 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 #DF093E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.13 |
| HSL | 345.14º | 0.92% | 0.45% | - |
| HSV(B) | 345.14º | 0.96% | 0.87% | - |
| XYZ | 31.4 | 16.23 | 6.04 | - |
| YUV | 79.03 | 118.4 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 62 | 0 | 0.96 | 0.72 | 0.13 | 345.14 | 0.92 | 0.45 |
| Hex | DF | 9 | 3E | 0 | 60 | 48 | D | 159 | 5C | 2D |
| Octal | 337 | 11 | 76 | 0 | 140 | 110 | 15 | 531 | 134 | 55 |
| Binary | 11011111 | 1001 | 111110 | 0 | 1100000 | 1001000 | 1101 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DF093E
Complementary color
Monochromatic Colors of #DF093E
Black with #DF093E
Text Example
Text Example
White with #DF093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF093E; }
p { color: rgb(223,9,62); }
H1.HeaderClassName
{
color: #DF093E;
}
.AnyTagClassName
{
color: #DF093E;
}
</style>
background-color css
<style>
a { background-color: #DF093E; }
a { background-color: rgb(223,9,62); }
div.DivClassName
{
background-color: #DF093E;
}
.BgClassName
{
background-color: #DF093E;
}
</style>
border-color css
<style>
span { border-color: #DF093E; }
span { border-color: rgb(223,9,62); }
td.TdClassName
{
border-color: #DF093E;
}
.TagClassName
{
border-color: #DF093E;
}
</style>