Shades of Crimson #DA104C
Tints of Crimson #DA104C
RGB
CMYK
RGB Variations
Color information
#DA104C (or 0xDA104C) is known color: Crimson. HEX triplet: DA, 10 and 4C. RGB value is (218,16,76). Sum of RGB (Red+Green+Blue) = 218+16+76=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA104C is #25EFB3. Grayscale: #535353. Windows color (decimal): -2486196 or 4985050. OLE color: 4985050.
HSL color Cylindrical-coordinate representation of color #DA104C: hue angle of 342.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA104C is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 76 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.15 |
| HSL | 342.18º | 0.86% | 0.46% | - |
| HSV(B) | 342.18º | 0.93% | 0.85% | - |
| XYZ | 30.4 | 15.8 | 8.28 | - |
| YUV | 83.24 | 123.92 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 76 | 0 | 0.93 | 0.65 | 0.15 | 342.18 | 0.86 | 0.46 |
| Hex | DA | 10 | 4C | 0 | 5D | 41 | F | 156 | 56 | 2E |
| Octal | 332 | 20 | 114 | 0 | 135 | 101 | 17 | 526 | 126 | 56 |
| Binary | 11011010 | 10000 | 1001100 | 0 | 1011101 | 1000001 | 1111 | 101010110 | 1010110 | 101110 |
Color Harmonies of #DA104C
Complementary color
Monochromatic Colors of #DA104C
Black with #DA104C
Text Example
Text Example
White with #DA104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA104C; }
p { color: rgb(218,16,76); }
H1.HeaderClassName
{
color: #DA104C;
}
.AnyTagClassName
{
color: #DA104C;
}
</style>
background-color css
<style>
a { background-color: #DA104C; }
a { background-color: rgb(218,16,76); }
div.DivClassName
{
background-color: #DA104C;
}
.BgClassName
{
background-color: #DA104C;
}
</style>
border-color css
<style>
span { border-color: #DA104C; }
span { border-color: rgb(218,16,76); }
td.TdClassName
{
border-color: #DA104C;
}
.TagClassName
{
border-color: #DA104C;
}
</style>