Shades of Crimson #DF093D
Tints of Crimson #DF093D
RGB
CMYK
RGB Variations
Color information
#DF093D (or 0xDF093D) is known color: Crimson. HEX triplet: DF, 09 and 3D. RGB value is (223,9,61). Sum of RGB (Red+Green+Blue) = 223+9+61=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF093D is #20F6C2. Grayscale: #4E4E4E. Windows color (decimal): -2160323 or 4000223. OLE color: 4000223.
HSL color Cylindrical-coordinate representation of color #DF093D: hue angle of 345.42º 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 #DF093D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.13 |
| HSL | 345.42º | 0.92% | 0.45% | - |
| HSV(B) | 345.42º | 0.96% | 0.87% | - |
| XYZ | 31.37 | 16.22 | 5.89 | - |
| YUV | 78.91 | 117.9 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 61 | 0 | 0.96 | 0.73 | 0.13 | 345.42 | 0.92 | 0.45 |
| Hex | DF | 9 | 3D | 0 | 60 | 49 | D | 159 | 5C | 2D |
| Octal | 337 | 11 | 75 | 0 | 140 | 111 | 15 | 531 | 134 | 55 |
| Binary | 11011111 | 1001 | 111101 | 0 | 1100000 | 1001001 | 1101 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DF093D
Complementary color
Monochromatic Colors of #DF093D
Black with #DF093D
Text Example
Text Example
White with #DF093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF093D; }
p { color: rgb(223,9,61); }
H1.HeaderClassName
{
color: #DF093D;
}
.AnyTagClassName
{
color: #DF093D;
}
</style>
background-color css
<style>
a { background-color: #DF093D; }
a { background-color: rgb(223,9,61); }
div.DivClassName
{
background-color: #DF093D;
}
.BgClassName
{
background-color: #DF093D;
}
</style>
border-color css
<style>
span { border-color: #DF093D; }
span { border-color: rgb(223,9,61); }
td.TdClassName
{
border-color: #DF093D;
}
.TagClassName
{
border-color: #DF093D;
}
</style>