Shades of Crimson #DA173D
Tints of Crimson #DA173D
RGB
CMYK
RGB Variations
Color information
#DA173D (or 0xDA173D) is known color: Crimson. HEX triplet: DA, 17 and 3D. RGB value is (218,23,61). Sum of RGB (Red+Green+Blue) = 218+23+61=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA173D is #25E8C2. Grayscale: #555555. Windows color (decimal): -2484419 or 4003802. OLE color: 4003802.
HSL color Cylindrical-coordinate representation of color #DA173D: hue angle of 348.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA173D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 61 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.31º | 0.81% | 0.47% | - |
| HSV(B) | 348.31º | 0.89% | 0.85% | - |
| XYZ | 30.06 | 15.86 | 5.89 | - |
| YUV | 85.64 | 114.1 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 61 | 0 | 0.89 | 0.72 | 0.15 | 348.31 | 0.81 | 0.47 |
| Hex | DA | 17 | 3D | 0 | 59 | 48 | F | 15C | 51 | 2F |
| Octal | 332 | 27 | 75 | 0 | 131 | 110 | 17 | 534 | 121 | 57 |
| Binary | 11011010 | 10111 | 111101 | 0 | 1011001 | 1001000 | 1111 | 101011100 | 1010001 | 101111 |
Color Harmonies of #DA173D
Complementary color
Monochromatic Colors of #DA173D
Black with #DA173D
Text Example
Text Example
White with #DA173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA173D; }
p { color: rgb(218,23,61); }
H1.HeaderClassName
{
color: #DA173D;
}
.AnyTagClassName
{
color: #DA173D;
}
</style>
background-color css
<style>
a { background-color: #DA173D; }
a { background-color: rgb(218,23,61); }
div.DivClassName
{
background-color: #DA173D;
}
.BgClassName
{
background-color: #DA173D;
}
</style>
border-color css
<style>
span { border-color: #DA173D; }
span { border-color: rgb(218,23,61); }
td.TdClassName
{
border-color: #DA173D;
}
.TagClassName
{
border-color: #DA173D;
}
</style>