Shades of Crimson #DF194A
Tints of Crimson #DF194A
RGB
CMYK
RGB Variations
Color information
#DF194A (or 0xDF194A) is known color: Crimson. HEX triplet: DF, 19 and 4A. RGB value is (223,25,74). Sum of RGB (Red+Green+Blue) = 223+25+74=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF194A is #20E6B5. Grayscale: #595959. Windows color (decimal): -2156214 or 4856287. OLE color: 4856287.
HSL color Cylindrical-coordinate representation of color #DF194A: hue angle of 345.15º 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 #DF194A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 74 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.13 |
| HSL | 345.15º | 0.8% | 0.49% | - |
| HSV(B) | 345.15º | 0.89% | 0.87% | - |
| XYZ | 32.02 | 16.88 | 8.05 | - |
| YUV | 89.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 74 | 0 | 0.89 | 0.67 | 0.13 | 345.15 | 0.8 | 0.49 |
| Hex | DF | 19 | 4A | 0 | 59 | 43 | D | 159 | 50 | 31 |
| Octal | 337 | 31 | 112 | 0 | 131 | 103 | 15 | 531 | 120 | 61 |
| Binary | 11011111 | 11001 | 1001010 | 0 | 1011001 | 1000011 | 1101 | 101011001 | 1010000 | 110001 |
Color Harmonies of #DF194A
Complementary color
Monochromatic Colors of #DF194A
Black with #DF194A
Text Example
Text Example
White with #DF194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF194A; }
p { color: rgb(223,25,74); }
H1.HeaderClassName
{
color: #DF194A;
}
.AnyTagClassName
{
color: #DF194A;
}
</style>
background-color css
<style>
a { background-color: #DF194A; }
a { background-color: rgb(223,25,74); }
div.DivClassName
{
background-color: #DF194A;
}
.BgClassName
{
background-color: #DF194A;
}
</style>
border-color css
<style>
span { border-color: #DF194A; }
span { border-color: rgb(223,25,74); }
td.TdClassName
{
border-color: #DF194A;
}
.TagClassName
{
border-color: #DF194A;
}
</style>