Shades of Crimson #DA0D33
Tints of Crimson #DA0D33
RGB
CMYK
RGB Variations
Color information
#DA0D33 (or 0xDA0D33) is known color: Crimson. HEX triplet: DA, 0D and 33. RGB value is (218,13,51). Sum of RGB (Red+Green+Blue) = 218+13+51=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D33 is #25F2CC. Grayscale: #4E4E4E. Windows color (decimal): -2486989 or 3345882. OLE color: 3345882.
HSL color Cylindrical-coordinate representation of color #DA0D33: hue angle of 348.88º 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 #DA0D33 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 51 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.15 |
| HSL | 348.88º | 0.89% | 0.45% | - |
| HSV(B) | 348.88º | 0.94% | 0.85% | - |
| XYZ | 29.65 | 15.43 | 4.55 | - |
| YUV | 78.63 | 112.42 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 51 | 0 | 0.94 | 0.77 | 0.15 | 348.88 | 0.89 | 0.45 |
| Hex | DA | D | 33 | 0 | 5E | 4D | F | 15D | 59 | 2D |
| Octal | 332 | 15 | 63 | 0 | 136 | 115 | 17 | 535 | 131 | 55 |
| Binary | 11011010 | 1101 | 110011 | 0 | 1011110 | 1001101 | 1111 | 101011101 | 1011001 | 101101 |
Color Harmonies of #DA0D33
Complementary color
Monochromatic Colors of #DA0D33
Black with #DA0D33
Text Example
Text Example
White with #DA0D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D33; }
p { color: rgb(218,13,51); }
H1.HeaderClassName
{
color: #DA0D33;
}
.AnyTagClassName
{
color: #DA0D33;
}
</style>
background-color css
<style>
a { background-color: #DA0D33; }
a { background-color: rgb(218,13,51); }
div.DivClassName
{
background-color: #DA0D33;
}
.BgClassName
{
background-color: #DA0D33;
}
</style>
border-color css
<style>
span { border-color: #DA0D33; }
span { border-color: rgb(218,13,51); }
td.TdClassName
{
border-color: #DA0D33;
}
.TagClassName
{
border-color: #DA0D33;
}
</style>