Shades of Crimson #DA1242
Tints of Crimson #DA1242
RGB
CMYK
RGB Variations
Color information
#DA1242 (or 0xDA1242) is known color: Crimson. HEX triplet: DA, 12 and 42. RGB value is (218,18,66). Sum of RGB (Red+Green+Blue) = 218+18+66=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1242 is #25EDBD. Grayscale: #535353. Windows color (decimal): -2485694 or 4330202. OLE color: 4330202.
HSL color Cylindrical-coordinate representation of color #DA1242: hue angle of 345.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1242 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 66 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.15 |
| HSL | 345.6º | 0.85% | 0.46% | - |
| HSV(B) | 345.6º | 0.92% | 0.85% | - |
| XYZ | 30.11 | 15.73 | 6.6 | - |
| YUV | 83.27 | 118.26 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 66 | 0 | 0.92 | 0.70 | 0.15 | 345.6 | 0.85 | 0.46 |
| Hex | DA | 12 | 42 | 0 | 5C | 46 | F | 15A | 55 | 2E |
| Octal | 332 | 22 | 102 | 0 | 134 | 106 | 17 | 532 | 125 | 56 |
| Binary | 11011010 | 10010 | 1000010 | 0 | 1011100 | 1000110 | 1111 | 101011010 | 1010101 | 101110 |
Color Harmonies of #DA1242
Complementary color
Monochromatic Colors of #DA1242
Black with #DA1242
Text Example
Text Example
White with #DA1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1242; }
p { color: rgb(218,18,66); }
H1.HeaderClassName
{
color: #DA1242;
}
.AnyTagClassName
{
color: #DA1242;
}
</style>
background-color css
<style>
a { background-color: #DA1242; }
a { background-color: rgb(218,18,66); }
div.DivClassName
{
background-color: #DA1242;
}
.BgClassName
{
background-color: #DA1242;
}
</style>
border-color css
<style>
span { border-color: #DA1242; }
span { border-color: rgb(218,18,66); }
td.TdClassName
{
border-color: #DA1242;
}
.TagClassName
{
border-color: #DA1242;
}
</style>