Shades of Crimson #DA163D
Tints of Crimson #DA163D
RGB
CMYK
RGB Variations
Color information
#DA163D (or 0xDA163D) is known color: Crimson. HEX triplet: DA, 16 and 3D. RGB value is (218,22,61). Sum of RGB (Red+Green+Blue) = 218+22+61=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA163D is #25E9C2. Grayscale: #555555. Windows color (decimal): -2484675 or 4003546. OLE color: 4003546.
HSL color Cylindrical-coordinate representation of color #DA163D: hue angle of 348.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA163D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 61 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.15 |
| HSL | 348.06º | 0.82% | 0.47% | - |
| HSV(B) | 348.06º | 0.9% | 0.85% | - |
| XYZ | 30.04 | 15.82 | 5.88 | - |
| YUV | 85.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 61 | 0 | 0.90 | 0.72 | 0.15 | 348.06 | 0.82 | 0.47 |
| Hex | DA | 16 | 3D | 0 | 5A | 48 | F | 15C | 52 | 2F |
| Octal | 332 | 26 | 75 | 0 | 132 | 110 | 17 | 534 | 122 | 57 |
| Binary | 11011010 | 10110 | 111101 | 0 | 1011010 | 1001000 | 1111 | 101011100 | 1010010 | 101111 |
Color Harmonies of #DA163D
Complementary color
Monochromatic Colors of #DA163D
Black with #DA163D
Text Example
Text Example
White with #DA163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA163D; }
p { color: rgb(218,22,61); }
H1.HeaderClassName
{
color: #DA163D;
}
.AnyTagClassName
{
color: #DA163D;
}
</style>
background-color css
<style>
a { background-color: #DA163D; }
a { background-color: rgb(218,22,61); }
div.DivClassName
{
background-color: #DA163D;
}
.BgClassName
{
background-color: #DA163D;
}
</style>
border-color css
<style>
span { border-color: #DA163D; }
span { border-color: rgb(218,22,61); }
td.TdClassName
{
border-color: #DA163D;
}
.TagClassName
{
border-color: #DA163D;
}
</style>