Shades of Crimson #DF193A
Tints of Crimson #DF193A
RGB
CMYK
RGB Variations
Color information
#DF193A (or 0xDF193A) is known color: Crimson. HEX triplet: DF, 19 and 3A. RGB value is (223,25,58). Sum of RGB (Red+Green+Blue) = 223+25+58=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF193A is #20E6C5. Grayscale: #585858. Windows color (decimal): -2156230 or 3807711. OLE color: 3807711.
HSL color Cylindrical-coordinate representation of color #DF193A: hue angle of 350º 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 #DF193A is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 58 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.13 |
| HSL | 350º | 0.8% | 0.49% | - |
| HSV(B) | 350º | 0.89% | 0.87% | - |
| XYZ | 31.54 | 16.69 | 5.56 | - |
| YUV | 87.96 | 111.1 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 58 | 0 | 0.89 | 0.74 | 0.13 | 350 | 0.8 | 0.49 |
| Hex | DF | 19 | 3A | 0 | 59 | 4A | D | 15E | 50 | 31 |
| Octal | 337 | 31 | 72 | 0 | 131 | 112 | 15 | 536 | 120 | 61 |
| Binary | 11011111 | 11001 | 111010 | 0 | 1011001 | 1001010 | 1101 | 101011110 | 1010000 | 110001 |
Color Harmonies of #DF193A
Complementary color
Monochromatic Colors of #DF193A
Black with #DF193A
Text Example
Text Example
White with #DF193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF193A; }
p { color: rgb(223,25,58); }
H1.HeaderClassName
{
color: #DF193A;
}
.AnyTagClassName
{
color: #DF193A;
}
</style>
background-color css
<style>
a { background-color: #DF193A; }
a { background-color: rgb(223,25,58); }
div.DivClassName
{
background-color: #DF193A;
}
.BgClassName
{
background-color: #DF193A;
}
</style>
border-color css
<style>
span { border-color: #DF193A; }
span { border-color: rgb(223,25,58); }
td.TdClassName
{
border-color: #DF193A;
}
.TagClassName
{
border-color: #DF193A;
}
</style>