Shades of Crimson #DA0E39
Tints of Crimson #DA0E39
RGB
CMYK
RGB Variations
Color information
#DA0E39 (or 0xDA0E39) is known color: Crimson. HEX triplet: DA, 0E and 39. RGB value is (218,14,57). Sum of RGB (Red+Green+Blue) = 218+14+57=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0E39 is #25F1C6. Grayscale: #4F4F4F. Windows color (decimal): -2486727 or 3739354. OLE color: 3739354.
HSL color Cylindrical-coordinate representation of color #DA0E39: hue angle of 347.35º degrees, saturation: 0.88, 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 #DA0E39 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 57 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.15 |
| HSL | 347.35º | 0.88% | 0.45% | - |
| HSV(B) | 347.35º | 0.94% | 0.85% | - |
| XYZ | 29.81 | 15.51 | 5.29 | - |
| YUV | 79.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 57 | 0 | 0.94 | 0.74 | 0.15 | 347.35 | 0.88 | 0.45 |
| Hex | DA | E | 39 | 0 | 5E | 4A | F | 15B | 58 | 2D |
| Octal | 332 | 16 | 71 | 0 | 136 | 112 | 17 | 533 | 130 | 55 |
| Binary | 11011010 | 1110 | 111001 | 0 | 1011110 | 1001010 | 1111 | 101011011 | 1011000 | 101101 |
Color Harmonies of #DA0E39
Complementary color
Monochromatic Colors of #DA0E39
Black with #DA0E39
Text Example
Text Example
White with #DA0E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0E39; }
p { color: rgb(218,14,57); }
H1.HeaderClassName
{
color: #DA0E39;
}
.AnyTagClassName
{
color: #DA0E39;
}
</style>
background-color css
<style>
a { background-color: #DA0E39; }
a { background-color: rgb(218,14,57); }
div.DivClassName
{
background-color: #DA0E39;
}
.BgClassName
{
background-color: #DA0E39;
}
</style>
border-color css
<style>
span { border-color: #DA0E39; }
span { border-color: rgb(218,14,57); }
td.TdClassName
{
border-color: #DA0E39;
}
.TagClassName
{
border-color: #DA0E39;
}
</style>