Shades of Crimson #DA0637
Tints of Crimson #DA0637
RGB
CMYK
RGB Variations
Color information
#DA0637 (or 0xDA0637) is known color: Crimson. HEX triplet: DA, 06 and 37. RGB value is (218,6,55). Sum of RGB (Red+Green+Blue) = 218+6+55=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0637 is #25F9C8. Grayscale: #4A4A4A. Windows color (decimal): -2488777 or 3606234. OLE color: 3606234.
HSL color Cylindrical-coordinate representation of color #DA0637: hue angle of 346.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0637 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.15 |
| HSL | 346.13º | 0.95% | 0.44% | - |
| HSV(B) | 346.13º | 0.97% | 0.85% | - |
| XYZ | 29.67 | 15.31 | 5.01 | - |
| YUV | 74.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 55 | 0 | 0.97 | 0.75 | 0.15 | 346.13 | 0.95 | 0.44 |
| Hex | DA | 6 | 37 | 0 | 61 | 4B | F | 15A | 5F | 2C |
| Octal | 332 | 6 | 67 | 0 | 141 | 113 | 17 | 532 | 137 | 54 |
| Binary | 11011010 | 110 | 110111 | 0 | 1100001 | 1001011 | 1111 | 101011010 | 1011111 | 101100 |
Color Harmonies of #DA0637
Complementary color
Monochromatic Colors of #DA0637
Black with #DA0637
Text Example
Text Example
White with #DA0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0637; }
p { color: rgb(218,6,55); }
H1.HeaderClassName
{
color: #DA0637;
}
.AnyTagClassName
{
color: #DA0637;
}
</style>
background-color css
<style>
a { background-color: #DA0637; }
a { background-color: rgb(218,6,55); }
div.DivClassName
{
background-color: #DA0637;
}
.BgClassName
{
background-color: #DA0637;
}
</style>
border-color css
<style>
span { border-color: #DA0637; }
span { border-color: rgb(218,6,55); }
td.TdClassName
{
border-color: #DA0637;
}
.TagClassName
{
border-color: #DA0637;
}
</style>