Shades of Crimson #DA0D3E
Tints of Crimson #DA0D3E
RGB
CMYK
RGB Variations
Color information
#DA0D3E (or 0xDA0D3E) is known color: Crimson. HEX triplet: DA, 0D and 3E. RGB value is (218,13,62). Sum of RGB (Red+Green+Blue) = 218+13+62=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D3E is #25F2C1. Grayscale: #4F4F4F. Windows color (decimal): -2486978 or 4066778. OLE color: 4066778.
HSL color Cylindrical-coordinate representation of color #DA0D3E: hue angle of 345.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D3E is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 62 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.15 |
| HSL | 345.66º | 0.89% | 0.45% | - |
| HSV(B) | 345.66º | 0.94% | 0.85% | - |
| XYZ | 29.93 | 15.54 | 5.98 | - |
| YUV | 79.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 62 | 0 | 0.94 | 0.72 | 0.15 | 345.66 | 0.89 | 0.45 |
| Hex | DA | D | 3E | 0 | 5E | 48 | F | 15A | 59 | 2D |
| Octal | 332 | 15 | 76 | 0 | 136 | 110 | 17 | 532 | 131 | 55 |
| Binary | 11011010 | 1101 | 111110 | 0 | 1011110 | 1001000 | 1111 | 101011010 | 1011001 | 101101 |
Color Harmonies of #DA0D3E
Complementary color
Monochromatic Colors of #DA0D3E
Black with #DA0D3E
Text Example
Text Example
White with #DA0D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D3E; }
p { color: rgb(218,13,62); }
H1.HeaderClassName
{
color: #DA0D3E;
}
.AnyTagClassName
{
color: #DA0D3E;
}
</style>
background-color css
<style>
a { background-color: #DA0D3E; }
a { background-color: rgb(218,13,62); }
div.DivClassName
{
background-color: #DA0D3E;
}
.BgClassName
{
background-color: #DA0D3E;
}
</style>
border-color css
<style>
span { border-color: #DA0D3E; }
span { border-color: rgb(218,13,62); }
td.TdClassName
{
border-color: #DA0D3E;
}
.TagClassName
{
border-color: #DA0D3E;
}
</style>