Shades of Crimson #DF164A
Tints of Crimson #DF164A
RGB
CMYK
RGB Variations
Color information
#DF164A (or 0xDF164A) is known color: Crimson. HEX triplet: DF, 16 and 4A. RGB value is (223,22,74). Sum of RGB (Red+Green+Blue) = 223+22+74=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF164A is #20E9B5. Grayscale: #585858. Windows color (decimal): -2156982 or 4855519. OLE color: 4855519.
HSL color Cylindrical-coordinate representation of color #DF164A: hue angle of 344.48º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF164A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 74 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.13 |
| HSL | 344.48º | 0.82% | 0.48% | - |
| HSV(B) | 344.48º | 0.9% | 0.87% | - |
| XYZ | 31.95 | 16.76 | 8.03 | - |
| YUV | 88.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 74 | 0 | 0.90 | 0.67 | 0.13 | 344.48 | 0.82 | 0.48 |
| Hex | DF | 16 | 4A | 0 | 5A | 43 | D | 158 | 52 | 30 |
| Octal | 337 | 26 | 112 | 0 | 132 | 103 | 15 | 530 | 122 | 60 |
| Binary | 11011111 | 10110 | 1001010 | 0 | 1011010 | 1000011 | 1101 | 101011000 | 1010010 | 110000 |
Color Harmonies of #DF164A
Complementary color
Monochromatic Colors of #DF164A
Black with #DF164A
Text Example
Text Example
White with #DF164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF164A; }
p { color: rgb(223,22,74); }
H1.HeaderClassName
{
color: #DF164A;
}
.AnyTagClassName
{
color: #DF164A;
}
</style>
background-color css
<style>
a { background-color: #DF164A; }
a { background-color: rgb(223,22,74); }
div.DivClassName
{
background-color: #DF164A;
}
.BgClassName
{
background-color: #DF164A;
}
</style>
border-color css
<style>
span { border-color: #DF164A; }
span { border-color: rgb(223,22,74); }
td.TdClassName
{
border-color: #DF164A;
}
.TagClassName
{
border-color: #DF164A;
}
</style>