Shades of Crimson #DF193C
Tints of Crimson #DF193C
RGB
CMYK
RGB Variations
Color information
#DF193C (or 0xDF193C) is known color: Crimson. HEX triplet: DF, 19 and 3C. RGB value is (223,25,60). Sum of RGB (Red+Green+Blue) = 223+25+60=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF193C is #20E6C3. Grayscale: #585858. Windows color (decimal): -2156228 or 3938783. OLE color: 3938783.
HSL color Cylindrical-coordinate representation of color #DF193C: hue angle of 349.39º 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 #DF193C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 60 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.13 |
| HSL | 349.39º | 0.8% | 0.49% | - |
| HSV(B) | 349.39º | 0.89% | 0.87% | - |
| XYZ | 31.59 | 16.71 | 5.83 | - |
| YUV | 88.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 60 | 0 | 0.89 | 0.73 | 0.13 | 349.39 | 0.8 | 0.49 |
| Hex | DF | 19 | 3C | 0 | 59 | 49 | D | 15D | 50 | 31 |
| Octal | 337 | 31 | 74 | 0 | 131 | 111 | 15 | 535 | 120 | 61 |
| Binary | 11011111 | 11001 | 111100 | 0 | 1011001 | 1001001 | 1101 | 101011101 | 1010000 | 110001 |
Color Harmonies of #DF193C
Complementary color
Monochromatic Colors of #DF193C
Black with #DF193C
Text Example
Text Example
White with #DF193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF193C; }
p { color: rgb(223,25,60); }
H1.HeaderClassName
{
color: #DF193C;
}
.AnyTagClassName
{
color: #DF193C;
}
</style>
background-color css
<style>
a { background-color: #DF193C; }
a { background-color: rgb(223,25,60); }
div.DivClassName
{
background-color: #DF193C;
}
.BgClassName
{
background-color: #DF193C;
}
</style>
border-color css
<style>
span { border-color: #DF193C; }
span { border-color: rgb(223,25,60); }
td.TdClassName
{
border-color: #DF193C;
}
.TagClassName
{
border-color: #DF193C;
}
</style>