Shades of Crimson #DA0937
Tints of Crimson #DA0937
RGB
CMYK
RGB Variations
Color information
#DA0937 (or 0xDA0937) is known color: Crimson. HEX triplet: DA, 09 and 37. RGB value is (218,9,55). Sum of RGB (Red+Green+Blue) = 218+9+55=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0937 is #25F6C8. Grayscale: #4C4C4C. Windows color (decimal): -2488009 or 3607002. OLE color: 3607002.
HSL color Cylindrical-coordinate representation of color #DA0937: hue angle of 346.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0937 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.15 |
| HSL | 346.79º | 0.92% | 0.45% | - |
| HSV(B) | 346.79º | 0.96% | 0.85% | - |
| XYZ | 29.7 | 15.38 | 5.02 | - |
| YUV | 76.74 | 115.74 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 55 | 0 | 0.96 | 0.75 | 0.15 | 346.79 | 0.92 | 0.45 |
| Hex | DA | 9 | 37 | 0 | 60 | 4B | F | 15B | 5C | 2D |
| Octal | 332 | 11 | 67 | 0 | 140 | 113 | 17 | 533 | 134 | 55 |
| Binary | 11011010 | 1001 | 110111 | 0 | 1100000 | 1001011 | 1111 | 101011011 | 1011100 | 101101 |
Color Harmonies of #DA0937
Complementary color
Monochromatic Colors of #DA0937
Black with #DA0937
Text Example
Text Example
White with #DA0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0937; }
p { color: rgb(218,9,55); }
H1.HeaderClassName
{
color: #DA0937;
}
.AnyTagClassName
{
color: #DA0937;
}
</style>
background-color css
<style>
a { background-color: #DA0937; }
a { background-color: rgb(218,9,55); }
div.DivClassName
{
background-color: #DA0937;
}
.BgClassName
{
background-color: #DA0937;
}
</style>
border-color css
<style>
span { border-color: #DA0937; }
span { border-color: rgb(218,9,55); }
td.TdClassName
{
border-color: #DA0937;
}
.TagClassName
{
border-color: #DA0937;
}
</style>