Shades of Crimson #DA0837
Tints of Crimson #DA0837
RGB
CMYK
RGB Variations
Color information
#DA0837 (or 0xDA0837) is known color: Crimson. HEX triplet: DA, 08 and 37. RGB value is (218,8,55). Sum of RGB (Red+Green+Blue) = 218+8+55=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0837 is #25F7C8. Grayscale: #4C4C4C. Windows color (decimal): -2488265 or 3606746. OLE color: 3606746.
HSL color Cylindrical-coordinate representation of color #DA0837: hue angle of 346.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0837 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.15 |
| HSL | 346.57º | 0.93% | 0.44% | - |
| HSV(B) | 346.57º | 0.96% | 0.85% | - |
| XYZ | 29.69 | 15.35 | 5.01 | - |
| YUV | 76.15 | 116.07 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 55 | 0 | 0.96 | 0.75 | 0.15 | 346.57 | 0.93 | 0.44 |
| Hex | DA | 8 | 37 | 0 | 60 | 4B | F | 15B | 5D | 2C |
| Octal | 332 | 10 | 67 | 0 | 140 | 113 | 17 | 533 | 135 | 54 |
| Binary | 11011010 | 1000 | 110111 | 0 | 1100000 | 1001011 | 1111 | 101011011 | 1011101 | 101100 |
Color Harmonies of #DA0837
Complementary color
Monochromatic Colors of #DA0837
Black with #DA0837
Text Example
Text Example
White with #DA0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0837; }
p { color: rgb(218,8,55); }
H1.HeaderClassName
{
color: #DA0837;
}
.AnyTagClassName
{
color: #DA0837;
}
</style>
background-color css
<style>
a { background-color: #DA0837; }
a { background-color: rgb(218,8,55); }
div.DivClassName
{
background-color: #DA0837;
}
.BgClassName
{
background-color: #DA0837;
}
</style>
border-color css
<style>
span { border-color: #DA0837; }
span { border-color: rgb(218,8,55); }
td.TdClassName
{
border-color: #DA0837;
}
.TagClassName
{
border-color: #DA0837;
}
</style>