Shades of Crimson #DA1444
Tints of Crimson #DA1444
RGB
CMYK
RGB Variations
Color information
#DA1444 (or 0xDA1444) is known color: Crimson. HEX triplet: DA, 14 and 44. RGB value is (218,20,68). Sum of RGB (Red+Green+Blue) = 218+20+68=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1444 is #25EBBB. Grayscale: #545454. Windows color (decimal): -2485180 or 4461786. OLE color: 4461786.
HSL color Cylindrical-coordinate representation of color #DA1444: hue angle of 345.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1444 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 68 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.15 |
| HSL | 345.45º | 0.83% | 0.47% | - |
| HSV(B) | 345.45º | 0.91% | 0.85% | - |
| XYZ | 30.21 | 15.82 | 6.93 | - |
| YUV | 84.67 | 118.6 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 68 | 0 | 0.91 | 0.69 | 0.15 | 345.45 | 0.83 | 0.47 |
| Hex | DA | 14 | 44 | 0 | 5B | 45 | F | 159 | 53 | 2F |
| Octal | 332 | 24 | 104 | 0 | 133 | 105 | 17 | 531 | 123 | 57 |
| Binary | 11011010 | 10100 | 1000100 | 0 | 1011011 | 1000101 | 1111 | 101011001 | 1010011 | 101111 |
Color Harmonies of #DA1444
Complementary color
Monochromatic Colors of #DA1444
Black with #DA1444
Text Example
Text Example
White with #DA1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1444; }
p { color: rgb(218,20,68); }
H1.HeaderClassName
{
color: #DA1444;
}
.AnyTagClassName
{
color: #DA1444;
}
</style>
background-color css
<style>
a { background-color: #DA1444; }
a { background-color: rgb(218,20,68); }
div.DivClassName
{
background-color: #DA1444;
}
.BgClassName
{
background-color: #DA1444;
}
</style>
border-color css
<style>
span { border-color: #DA1444; }
span { border-color: rgb(218,20,68); }
td.TdClassName
{
border-color: #DA1444;
}
.TagClassName
{
border-color: #DA1444;
}
</style>