Shades of Crimson #DA1637
Tints of Crimson #DA1637
RGB
CMYK
RGB Variations
Color information
#DA1637 (or 0xDA1637) is known color: Crimson. HEX triplet: DA, 16 and 37. RGB value is (218,22,55). Sum of RGB (Red+Green+Blue) = 218+22+55=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1637 is #25E9C8. Grayscale: #545454. Windows color (decimal): -2484681 or 3610330. OLE color: 3610330.
HSL color Cylindrical-coordinate representation of color #DA1637: hue angle of 349.9º 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 #DA1637 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 55 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.15 |
| HSL | 349.9º | 0.82% | 0.47% | - |
| HSV(B) | 349.9º | 0.9% | 0.85% | - |
| XYZ | 29.89 | 15.76 | 5.08 | - |
| YUV | 84.37 | 111.43 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 55 | 0 | 0.90 | 0.75 | 0.15 | 349.9 | 0.82 | 0.47 |
| Hex | DA | 16 | 37 | 0 | 5A | 4B | F | 15E | 52 | 2F |
| Octal | 332 | 26 | 67 | 0 | 132 | 113 | 17 | 536 | 122 | 57 |
| Binary | 11011010 | 10110 | 110111 | 0 | 1011010 | 1001011 | 1111 | 101011110 | 1010010 | 101111 |
Color Harmonies of #DA1637
Complementary color
Monochromatic Colors of #DA1637
Black with #DA1637
Text Example
Text Example
White with #DA1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1637; }
p { color: rgb(218,22,55); }
H1.HeaderClassName
{
color: #DA1637;
}
.AnyTagClassName
{
color: #DA1637;
}
</style>
background-color css
<style>
a { background-color: #DA1637; }
a { background-color: rgb(218,22,55); }
div.DivClassName
{
background-color: #DA1637;
}
.BgClassName
{
background-color: #DA1637;
}
</style>
border-color css
<style>
span { border-color: #DA1637; }
span { border-color: rgb(218,22,55); }
td.TdClassName
{
border-color: #DA1637;
}
.TagClassName
{
border-color: #DA1637;
}
</style>