Shades of Crimson #DA1734
Tints of Crimson #DA1734
RGB
CMYK
RGB Variations
Color information
#DA1734 (or 0xDA1734) is known color: Crimson. HEX triplet: DA, 17 and 34. RGB value is (218,23,52). Sum of RGB (Red+Green+Blue) = 218+23+52=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1734 is #25E8CB. Grayscale: #545454. Windows color (decimal): -2484428 or 3413978. OLE color: 3413978.
HSL color Cylindrical-coordinate representation of color #DA1734: hue angle of 351.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 #DA1734 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 52 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.15 |
| HSL | 351.08º | 0.81% | 0.47% | - |
| HSV(B) | 351.08º | 0.89% | 0.85% | - |
| XYZ | 29.84 | 15.77 | 4.72 | - |
| YUV | 84.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 52 | 0 | 0.89 | 0.76 | 0.15 | 351.08 | 0.81 | 0.47 |
| Hex | DA | 17 | 34 | 0 | 59 | 4C | F | 15F | 51 | 2F |
| Octal | 332 | 27 | 64 | 0 | 131 | 114 | 17 | 537 | 121 | 57 |
| Binary | 11011010 | 10111 | 110100 | 0 | 1011001 | 1001100 | 1111 | 101011111 | 1010001 | 101111 |
Color Harmonies of #DA1734
Complementary color
Monochromatic Colors of #DA1734
Black with #DA1734
Text Example
Text Example
White with #DA1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1734; }
p { color: rgb(218,23,52); }
H1.HeaderClassName
{
color: #DA1734;
}
.AnyTagClassName
{
color: #DA1734;
}
</style>
background-color css
<style>
a { background-color: #DA1734; }
a { background-color: rgb(218,23,52); }
div.DivClassName
{
background-color: #DA1734;
}
.BgClassName
{
background-color: #DA1734;
}
</style>
border-color css
<style>
span { border-color: #DA1734; }
span { border-color: rgb(218,23,52); }
td.TdClassName
{
border-color: #DA1734;
}
.TagClassName
{
border-color: #DA1734;
}
</style>