Shades of Crimson #DA1349
Tints of Crimson #DA1349
RGB
CMYK
RGB Variations
Color information
#DA1349 (or 0xDA1349) is known color: Crimson. HEX triplet: DA, 13 and 49. RGB value is (218,19,73). Sum of RGB (Red+Green+Blue) = 218+19+73=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1349 is #25ECB6. Grayscale: #545454. Windows color (decimal): -2485431 or 4789210. OLE color: 4789210.
HSL color Cylindrical-coordinate representation of color #DA1349: hue angle of 343.72º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1349 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 73 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.15 |
| HSL | 343.72º | 0.84% | 0.46% | - |
| HSV(B) | 343.72º | 0.91% | 0.85% | - |
| XYZ | 30.35 | 15.85 | 7.76 | - |
| YUV | 84.66 | 121.43 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 73 | 0 | 0.91 | 0.67 | 0.15 | 343.72 | 0.84 | 0.46 |
| Hex | DA | 13 | 49 | 0 | 5B | 43 | F | 158 | 54 | 2E |
| Octal | 332 | 23 | 111 | 0 | 133 | 103 | 17 | 530 | 124 | 56 |
| Binary | 11011010 | 10011 | 1001001 | 0 | 1011011 | 1000011 | 1111 | 101011000 | 1010100 | 101110 |
Color Harmonies of #DA1349
Complementary color
Monochromatic Colors of #DA1349
Black with #DA1349
Text Example
Text Example
White with #DA1349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1349; }
p { color: rgb(218,19,73); }
H1.HeaderClassName
{
color: #DA1349;
}
.AnyTagClassName
{
color: #DA1349;
}
</style>
background-color css
<style>
a { background-color: #DA1349; }
a { background-color: rgb(218,19,73); }
div.DivClassName
{
background-color: #DA1349;
}
.BgClassName
{
background-color: #DA1349;
}
</style>
border-color css
<style>
span { border-color: #DA1349; }
span { border-color: rgb(218,19,73); }
td.TdClassName
{
border-color: #DA1349;
}
.TagClassName
{
border-color: #DA1349;
}
</style>