Shades of Crimson #DA174E
Tints of Crimson #DA174E
RGB
CMYK
RGB Variations
Color information
#DA174E (or 0xDA174E) is known color: Crimson. HEX triplet: DA, 17 and 4E. RGB value is (218,23,78). Sum of RGB (Red+Green+Blue) = 218+23+78=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA174E is #25E8B1. Grayscale: #575757. Windows color (decimal): -2484402 or 5117914. OLE color: 5117914.
HSL color Cylindrical-coordinate representation of color #DA174E: hue angle of 343.08º 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 #DA174E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 78 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.15 |
| HSL | 343.08º | 0.81% | 0.47% | - |
| HSV(B) | 343.08º | 0.89% | 0.85% | - |
| XYZ | 30.59 | 16.07 | 8.7 | - |
| YUV | 87.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 78 | 0 | 0.89 | 0.64 | 0.15 | 343.08 | 0.81 | 0.47 |
| Hex | DA | 17 | 4E | 0 | 59 | 40 | F | 157 | 51 | 2F |
| Octal | 332 | 27 | 116 | 0 | 131 | 100 | 17 | 527 | 121 | 57 |
| Binary | 11011010 | 10111 | 1001110 | 0 | 1011001 | 1000000 | 1111 | 101010111 | 1010001 | 101111 |
Color Harmonies of #DA174E
Complementary color
Monochromatic Colors of #DA174E
Black with #DA174E
Text Example
Text Example
White with #DA174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA174E; }
p { color: rgb(218,23,78); }
H1.HeaderClassName
{
color: #DA174E;
}
.AnyTagClassName
{
color: #DA174E;
}
</style>
background-color css
<style>
a { background-color: #DA174E; }
a { background-color: rgb(218,23,78); }
div.DivClassName
{
background-color: #DA174E;
}
.BgClassName
{
background-color: #DA174E;
}
</style>
border-color css
<style>
span { border-color: #DA174E; }
span { border-color: rgb(218,23,78); }
td.TdClassName
{
border-color: #DA174E;
}
.TagClassName
{
border-color: #DA174E;
}
</style>