Shades of Crimson #DF163D
Tints of Crimson #DF163D
RGB
CMYK
RGB Variations
Color information
#DF163D (or 0xDF163D) is known color: Crimson. HEX triplet: DF, 16 and 3D. RGB value is (223,22,61). Sum of RGB (Red+Green+Blue) = 223+22+61=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF163D is #20E9C2. Grayscale: #565656. Windows color (decimal): -2156995 or 4003551. OLE color: 4003551.
HSL color Cylindrical-coordinate representation of color #DF163D: hue angle of 348.36º 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 #DF163D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 61 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.13 |
| HSL | 348.36º | 0.82% | 0.48% | - |
| HSV(B) | 348.36º | 0.9% | 0.87% | - |
| XYZ | 31.56 | 16.6 | 5.96 | - |
| YUV | 86.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 61 | 0 | 0.90 | 0.73 | 0.13 | 348.36 | 0.82 | 0.48 |
| Hex | DF | 16 | 3D | 0 | 5A | 49 | D | 15C | 52 | 30 |
| Octal | 337 | 26 | 75 | 0 | 132 | 111 | 15 | 534 | 122 | 60 |
| Binary | 11011111 | 10110 | 111101 | 0 | 1011010 | 1001001 | 1101 | 101011100 | 1010010 | 110000 |
Color Harmonies of #DF163D
Complementary color
Monochromatic Colors of #DF163D
Black with #DF163D
Text Example
Text Example
White with #DF163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF163D; }
p { color: rgb(223,22,61); }
H1.HeaderClassName
{
color: #DF163D;
}
.AnyTagClassName
{
color: #DF163D;
}
</style>
background-color css
<style>
a { background-color: #DF163D; }
a { background-color: rgb(223,22,61); }
div.DivClassName
{
background-color: #DF163D;
}
.BgClassName
{
background-color: #DF163D;
}
</style>
border-color css
<style>
span { border-color: #DF163D; }
span { border-color: rgb(223,22,61); }
td.TdClassName
{
border-color: #DF163D;
}
.TagClassName
{
border-color: #DF163D;
}
</style>