Shades of Crimson #DF1634
Tints of Crimson #DF1634
RGB
CMYK
RGB Variations
Color information
#DF1634 (or 0xDF1634) is known color: Crimson. HEX triplet: DF, 16 and 34. RGB value is (223,22,52). Sum of RGB (Red+Green+Blue) = 223+22+52=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1634 is #20E9CB. Grayscale: #555555. Windows color (decimal): -2157004 or 3413727. OLE color: 3413727.
HSL color Cylindrical-coordinate representation of color #DF1634: hue angle of 351.04º 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 #DF1634 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 52 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.13 |
| HSL | 351.04º | 0.82% | 0.48% | - |
| HSV(B) | 351.04º | 0.9% | 0.87% | - |
| XYZ | 31.34 | 16.51 | 4.78 | - |
| YUV | 85.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 52 | 0 | 0.90 | 0.77 | 0.13 | 351.04 | 0.82 | 0.48 |
| Hex | DF | 16 | 34 | 0 | 5A | 4D | D | 15F | 52 | 30 |
| Octal | 337 | 26 | 64 | 0 | 132 | 115 | 15 | 537 | 122 | 60 |
| Binary | 11011111 | 10110 | 110100 | 0 | 1011010 | 1001101 | 1101 | 101011111 | 1010010 | 110000 |
Color Harmonies of #DF1634
Complementary color
Monochromatic Colors of #DF1634
Black with #DF1634
Text Example
Text Example
White with #DF1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1634; }
p { color: rgb(223,22,52); }
H1.HeaderClassName
{
color: #DF1634;
}
.AnyTagClassName
{
color: #DF1634;
}
</style>
background-color css
<style>
a { background-color: #DF1634; }
a { background-color: rgb(223,22,52); }
div.DivClassName
{
background-color: #DF1634;
}
.BgClassName
{
background-color: #DF1634;
}
</style>
border-color css
<style>
span { border-color: #DF1634; }
span { border-color: rgb(223,22,52); }
td.TdClassName
{
border-color: #DF1634;
}
.TagClassName
{
border-color: #DF1634;
}
</style>