Shades of Crimson #DF093F
Tints of Crimson #DF093F
RGB
CMYK
RGB Variations
Color information
#DF093F (or 0xDF093F) is known color: Crimson. HEX triplet: DF, 09 and 3F. RGB value is (223,9,63). Sum of RGB (Red+Green+Blue) = 223+9+63=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF093F is #20F6C0. Grayscale: #4F4F4F. Windows color (decimal): -2160321 or 4131295. OLE color: 4131295.
HSL color Cylindrical-coordinate representation of color #DF093F: hue angle of 344.86º 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 #DF093F is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 63 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.13 |
| HSL | 344.86º | 0.92% | 0.45% | - |
| HSV(B) | 344.86º | 0.96% | 0.87% | - |
| XYZ | 31.43 | 16.24 | 6.18 | - |
| YUV | 79.14 | 118.9 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 63 | 0 | 0.96 | 0.72 | 0.13 | 344.86 | 0.92 | 0.45 |
| Hex | DF | 9 | 3F | 0 | 60 | 48 | D | 159 | 5C | 2D |
| Octal | 337 | 11 | 77 | 0 | 140 | 110 | 15 | 531 | 134 | 55 |
| Binary | 11011111 | 1001 | 111111 | 0 | 1100000 | 1001000 | 1101 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DF093F
Complementary color
Monochromatic Colors of #DF093F
Black with #DF093F
Text Example
Text Example
White with #DF093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF093F; }
p { color: rgb(223,9,63); }
H1.HeaderClassName
{
color: #DF093F;
}
.AnyTagClassName
{
color: #DF093F;
}
</style>
background-color css
<style>
a { background-color: #DF093F; }
a { background-color: rgb(223,9,63); }
div.DivClassName
{
background-color: #DF093F;
}
.BgClassName
{
background-color: #DF093F;
}
</style>
border-color css
<style>
span { border-color: #DF093F; }
span { border-color: rgb(223,9,63); }
td.TdClassName
{
border-color: #DF093F;
}
.TagClassName
{
border-color: #DF093F;
}
</style>