Shades of Crimson #DF193D
Tints of Crimson #DF193D
RGB
CMYK
RGB Variations
Color information
#DF193D (or 0xDF193D) is known color: Crimson. HEX triplet: DF, 19 and 3D. RGB value is (223,25,61). Sum of RGB (Red+Green+Blue) = 223+25+61=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF193D is #20E6C2. Grayscale: #585858. Windows color (decimal): -2156227 or 4004319. OLE color: 4004319.
HSL color Cylindrical-coordinate representation of color #DF193D: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF193D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.13 |
| HSL | 349.09º | 0.8% | 0.49% | - |
| HSV(B) | 349.09º | 0.89% | 0.87% | - |
| XYZ | 31.62 | 16.72 | 5.98 | - |
| YUV | 88.31 | 112.6 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 61 | 0 | 0.89 | 0.73 | 0.13 | 349.09 | 0.8 | 0.49 |
| Hex | DF | 19 | 3D | 0 | 59 | 49 | D | 15D | 50 | 31 |
| Octal | 337 | 31 | 75 | 0 | 131 | 111 | 15 | 535 | 120 | 61 |
| Binary | 11011111 | 11001 | 111101 | 0 | 1011001 | 1001001 | 1101 | 101011101 | 1010000 | 110001 |
Color Harmonies of #DF193D
Complementary color
Monochromatic Colors of #DF193D
Black with #DF193D
Text Example
Text Example
White with #DF193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF193D; }
p { color: rgb(223,25,61); }
H1.HeaderClassName
{
color: #DF193D;
}
.AnyTagClassName
{
color: #DF193D;
}
</style>
background-color css
<style>
a { background-color: #DF193D; }
a { background-color: rgb(223,25,61); }
div.DivClassName
{
background-color: #DF193D;
}
.BgClassName
{
background-color: #DF193D;
}
</style>
border-color css
<style>
span { border-color: #DF193D; }
span { border-color: rgb(223,25,61); }
td.TdClassName
{
border-color: #DF193D;
}
.TagClassName
{
border-color: #DF193D;
}
</style>