Shades of Crimson #DA0229
Tints of Crimson #DA0229
RGB
CMYK
RGB Variations
Color information
#DA0229 (or 0xDA0229) is known color: Crimson. HEX triplet: DA, 02 and 29. RGB value is (218,2,41). Sum of RGB (Red+Green+Blue) = 218+2+41=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0229 is #25FDD6. Grayscale: #474747. Windows color (decimal): -2489815 or 2687706. OLE color: 2687706.
HSL color Cylindrical-coordinate representation of color #DA0229: hue angle of 349.17º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0229 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.15 |
| HSL | 349.17º | 0.98% | 0.43% | - |
| HSV(B) | 349.17º | 0.99% | 0.85% | - |
| XYZ | 29.34 | 15.11 | 3.47 | - |
| YUV | 71.03 | 111.06 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 41 | 0 | 0.99 | 0.81 | 0.15 | 349.17 | 0.98 | 0.43 |
| Hex | DA | 2 | 29 | 0 | 63 | 51 | F | 15D | 62 | 2B |
| Octal | 332 | 2 | 51 | 0 | 143 | 121 | 17 | 535 | 142 | 53 |
| Binary | 11011010 | 10 | 101001 | 0 | 1100011 | 1010001 | 1111 | 101011101 | 1100010 | 101011 |
Color Harmonies of #DA0229
Complementary color
Monochromatic Colors of #DA0229
Black with #DA0229
Text Example
Text Example
White with #DA0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0229; }
p { color: rgb(218,2,41); }
H1.HeaderClassName
{
color: #DA0229;
}
.AnyTagClassName
{
color: #DA0229;
}
</style>
background-color css
<style>
a { background-color: #DA0229; }
a { background-color: rgb(218,2,41); }
div.DivClassName
{
background-color: #DA0229;
}
.BgClassName
{
background-color: #DA0229;
}
</style>
border-color css
<style>
span { border-color: #DA0229; }
span { border-color: rgb(218,2,41); }
td.TdClassName
{
border-color: #DA0229;
}
.TagClassName
{
border-color: #DA0229;
}
</style>