Shades of Crimson #DA163B
Tints of Crimson #DA163B
RGB
CMYK
RGB Variations
Color information
#DA163B (or 0xDA163B) is known color: Crimson. HEX triplet: DA, 16 and 3B. RGB value is (218,22,59). Sum of RGB (Red+Green+Blue) = 218+22+59=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA163B is #25E9C4. Grayscale: #545454. Windows color (decimal): -2484677 or 3872474. OLE color: 3872474.
HSL color Cylindrical-coordinate representation of color #DA163B: hue angle of 348.67º 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 #DA163B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.15 |
| HSL | 348.67º | 0.82% | 0.47% | - |
| HSV(B) | 348.67º | 0.9% | 0.85% | - |
| XYZ | 29.99 | 15.8 | 5.61 | - |
| YUV | 84.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 59 | 0 | 0.90 | 0.73 | 0.15 | 348.67 | 0.82 | 0.47 |
| Hex | DA | 16 | 3B | 0 | 5A | 49 | F | 15D | 52 | 2F |
| Octal | 332 | 26 | 73 | 0 | 132 | 111 | 17 | 535 | 122 | 57 |
| Binary | 11011010 | 10110 | 111011 | 0 | 1011010 | 1001001 | 1111 | 101011101 | 1010010 | 101111 |
Color Harmonies of #DA163B
Complementary color
Monochromatic Colors of #DA163B
Black with #DA163B
Text Example
Text Example
White with #DA163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA163B; }
p { color: rgb(218,22,59); }
H1.HeaderClassName
{
color: #DA163B;
}
.AnyTagClassName
{
color: #DA163B;
}
</style>
background-color css
<style>
a { background-color: #DA163B; }
a { background-color: rgb(218,22,59); }
div.DivClassName
{
background-color: #DA163B;
}
.BgClassName
{
background-color: #DA163B;
}
</style>
border-color css
<style>
span { border-color: #DA163B; }
span { border-color: rgb(218,22,59); }
td.TdClassName
{
border-color: #DA163B;
}
.TagClassName
{
border-color: #DA163B;
}
</style>