Shades of Crimson #DC163F
Tints of Crimson #DC163F
RGB
CMYK
RGB Variations
Color information
#DC163F (or 0xDC163F) is known color: Crimson. HEX triplet: DC, 16 and 3F. RGB value is (220,22,63). Sum of RGB (Red+Green+Blue) = 220+22+63=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC163F is #23E9C0. Grayscale: #555555. Windows color (decimal): -2353601 or 4134620. OLE color: 4134620.
HSL color Cylindrical-coordinate representation of color #DC163F: hue angle of 347.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC163F is Cyan = 0, Magento = 0.9, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 63 | - |
| CMYK | 0 | 0.9 | 0.71 | 0.14 |
| HSL | 347.58º | 0.82% | 0.47% | - |
| HSV(B) | 347.58º | 0.9% | 0.86% | - |
| XYZ | 30.7 | 16.15 | 6.2 | - |
| YUV | 85.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 63 | 0 | 0.9 | 0.71 | 0.14 | 347.58 | 0.82 | 0.47 |
| Hex | DC | 16 | 3F | 0 | 5A | 47 | E | 15C | 52 | 2F |
| Octal | 334 | 26 | 77 | 0 | 132 | 107 | 16 | 534 | 122 | 57 |
| Binary | 11011100 | 10110 | 111111 | 0 | 1011010 | 1000111 | 1110 | 101011100 | 1010010 | 101111 |
Color Harmonies of #DC163F
Complementary color
Monochromatic Colors of #DC163F
Black with #DC163F
Text Example
Text Example
White with #DC163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC163F; }
p { color: rgb(220,22,63); }
H1.HeaderClassName
{
color: #DC163F;
}
.AnyTagClassName
{
color: #DC163F;
}
</style>
background-color css
<style>
a { background-color: #DC163F; }
a { background-color: rgb(220,22,63); }
div.DivClassName
{
background-color: #DC163F;
}
.BgClassName
{
background-color: #DC163F;
}
</style>
border-color css
<style>
span { border-color: #DC163F; }
span { border-color: rgb(220,22,63); }
td.TdClassName
{
border-color: #DC163F;
}
.TagClassName
{
border-color: #DC163F;
}
</style>