Shades of Crimson #DA0D3D
Tints of Crimson #DA0D3D
RGB
CMYK
RGB Variations
Color information
#DA0D3D (or 0xDA0D3D) is known color: Crimson. HEX triplet: DA, 0D and 3D. RGB value is (218,13,61). Sum of RGB (Red+Green+Blue) = 218+13+61=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D3D is #25F2C2. Grayscale: #4F4F4F. Windows color (decimal): -2486979 or 4001242. OLE color: 4001242.
HSL color Cylindrical-coordinate representation of color #DA0D3D: hue angle of 345.95º 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 #DA0D3D is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 61 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.15 |
| HSL | 345.95º | 0.89% | 0.45% | - |
| HSV(B) | 345.95º | 0.94% | 0.85% | - |
| XYZ | 29.9 | 15.53 | 5.84 | - |
| YUV | 79.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 61 | 0 | 0.94 | 0.72 | 0.15 | 345.95 | 0.89 | 0.45 |
| Hex | DA | D | 3D | 0 | 5E | 48 | F | 15A | 59 | 2D |
| Octal | 332 | 15 | 75 | 0 | 136 | 110 | 17 | 532 | 131 | 55 |
| Binary | 11011010 | 1101 | 111101 | 0 | 1011110 | 1001000 | 1111 | 101011010 | 1011001 | 101101 |
Color Harmonies of #DA0D3D
Complementary color
Monochromatic Colors of #DA0D3D
Black with #DA0D3D
Text Example
Text Example
White with #DA0D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D3D; }
p { color: rgb(218,13,61); }
H1.HeaderClassName
{
color: #DA0D3D;
}
.AnyTagClassName
{
color: #DA0D3D;
}
</style>
background-color css
<style>
a { background-color: #DA0D3D; }
a { background-color: rgb(218,13,61); }
div.DivClassName
{
background-color: #DA0D3D;
}
.BgClassName
{
background-color: #DA0D3D;
}
</style>
border-color css
<style>
span { border-color: #DA0D3D; }
span { border-color: rgb(218,13,61); }
td.TdClassName
{
border-color: #DA0D3D;
}
.TagClassName
{
border-color: #DA0D3D;
}
</style>