Shades of Crimson #DA1344
Tints of Crimson #DA1344
RGB
CMYK
RGB Variations
Color information
#DA1344 (or 0xDA1344) is known color: Crimson. HEX triplet: DA, 13 and 44. RGB value is (218,19,68). Sum of RGB (Red+Green+Blue) = 218+19+68=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1344 is #25ECBB. Grayscale: #545454. Windows color (decimal): -2485436 or 4461530. OLE color: 4461530.
HSL color Cylindrical-coordinate representation of color #DA1344: hue angle of 345.23º 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 #DA1344 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 68 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.15 |
| HSL | 345.23º | 0.84% | 0.46% | - |
| HSV(B) | 345.23º | 0.91% | 0.85% | - |
| XYZ | 30.19 | 15.79 | 6.93 | - |
| YUV | 84.09 | 118.93 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 68 | 0 | 0.91 | 0.69 | 0.15 | 345.23 | 0.84 | 0.46 |
| Hex | DA | 13 | 44 | 0 | 5B | 45 | F | 159 | 54 | 2E |
| Octal | 332 | 23 | 104 | 0 | 133 | 105 | 17 | 531 | 124 | 56 |
| Binary | 11011010 | 10011 | 1000100 | 0 | 1011011 | 1000101 | 1111 | 101011001 | 1010100 | 101110 |
Color Harmonies of #DA1344
Complementary color
Monochromatic Colors of #DA1344
Black with #DA1344
Text Example
Text Example
White with #DA1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1344; }
p { color: rgb(218,19,68); }
H1.HeaderClassName
{
color: #DA1344;
}
.AnyTagClassName
{
color: #DA1344;
}
</style>
background-color css
<style>
a { background-color: #DA1344; }
a { background-color: rgb(218,19,68); }
div.DivClassName
{
background-color: #DA1344;
}
.BgClassName
{
background-color: #DA1344;
}
</style>
border-color css
<style>
span { border-color: #DA1344; }
span { border-color: rgb(218,19,68); }
td.TdClassName
{
border-color: #DA1344;
}
.TagClassName
{
border-color: #DA1344;
}
</style>