Shades of Crimson #DA0A47
Tints of Crimson #DA0A47
RGB
CMYK
RGB Variations
Color information
#DA0A47 (or 0xDA0A47) is known color: Crimson. HEX triplet: DA, 0A and 47. RGB value is (218,10,71). Sum of RGB (Red+Green+Blue) = 218+10+71=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A47 is #25F5B8. Grayscale: #4F4F4F. Windows color (decimal): -2487737 or 4655834. OLE color: 4655834.
HSL color Cylindrical-coordinate representation of color #DA0A47: hue angle of 342.4º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A47 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 71 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.15 |
| HSL | 342.4º | 0.91% | 0.45% | - |
| HSV(B) | 342.4º | 0.95% | 0.85% | - |
| XYZ | 30.16 | 15.58 | 7.38 | - |
| YUV | 79.15 | 123.41 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 71 | 0 | 0.95 | 0.67 | 0.15 | 342.4 | 0.91 | 0.45 |
| Hex | DA | A | 47 | 0 | 5F | 43 | F | 156 | 5B | 2D |
| Octal | 332 | 12 | 107 | 0 | 137 | 103 | 17 | 526 | 133 | 55 |
| Binary | 11011010 | 1010 | 1000111 | 0 | 1011111 | 1000011 | 1111 | 101010110 | 1011011 | 101101 |
Color Harmonies of #DA0A47
Complementary color
Monochromatic Colors of #DA0A47
Black with #DA0A47
Text Example
Text Example
White with #DA0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A47; }
p { color: rgb(218,10,71); }
H1.HeaderClassName
{
color: #DA0A47;
}
.AnyTagClassName
{
color: #DA0A47;
}
</style>
background-color css
<style>
a { background-color: #DA0A47; }
a { background-color: rgb(218,10,71); }
div.DivClassName
{
background-color: #DA0A47;
}
.BgClassName
{
background-color: #DA0A47;
}
</style>
border-color css
<style>
span { border-color: #DA0A47; }
span { border-color: rgb(218,10,71); }
td.TdClassName
{
border-color: #DA0A47;
}
.TagClassName
{
border-color: #DA0A47;
}
</style>