Shades of Crimson #DA0934
Tints of Crimson #DA0934
RGB
CMYK
RGB Variations
Color information
#DA0934 (or 0xDA0934) is known color: Crimson. HEX triplet: DA, 09 and 34. RGB value is (218,9,52). Sum of RGB (Red+Green+Blue) = 218+9+52=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0934 is #25F6CB. Grayscale: #4C4C4C. Windows color (decimal): -2488012 or 3410394. OLE color: 3410394.
HSL color Cylindrical-coordinate representation of color #DA0934: hue angle of 347.66º 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 #DA0934 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.15 |
| HSL | 347.66º | 0.92% | 0.45% | - |
| HSV(B) | 347.66º | 0.96% | 0.85% | - |
| XYZ | 29.63 | 15.35 | 4.65 | - |
| YUV | 76.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 52 | 0 | 0.96 | 0.76 | 0.15 | 347.66 | 0.92 | 0.45 |
| Hex | DA | 9 | 34 | 0 | 60 | 4C | F | 15C | 5C | 2D |
| Octal | 332 | 11 | 64 | 0 | 140 | 114 | 17 | 534 | 134 | 55 |
| Binary | 11011010 | 1001 | 110100 | 0 | 1100000 | 1001100 | 1111 | 101011100 | 1011100 | 101101 |
Color Harmonies of #DA0934
Complementary color
Monochromatic Colors of #DA0934
Black with #DA0934
Text Example
Text Example
White with #DA0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0934; }
p { color: rgb(218,9,52); }
H1.HeaderClassName
{
color: #DA0934;
}
.AnyTagClassName
{
color: #DA0934;
}
</style>
background-color css
<style>
a { background-color: #DA0934; }
a { background-color: rgb(218,9,52); }
div.DivClassName
{
background-color: #DA0934;
}
.BgClassName
{
background-color: #DA0934;
}
</style>
border-color css
<style>
span { border-color: #DA0934; }
span { border-color: rgb(218,9,52); }
td.TdClassName
{
border-color: #DA0934;
}
.TagClassName
{
border-color: #DA0934;
}
</style>