Shades of Crimson #DA1244
Tints of Crimson #DA1244
RGB
CMYK
RGB Variations
Color information
#DA1244 (or 0xDA1244) is known color: Crimson. HEX triplet: DA, 12 and 44. RGB value is (218,18,68). Sum of RGB (Red+Green+Blue) = 218+18+68=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1244 is #25EDBB. Grayscale: #535353. Windows color (decimal): -2485692 or 4461274. OLE color: 4461274.
HSL color Cylindrical-coordinate representation of color #DA1244: hue angle of 345º 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 #DA1244 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 68 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.15 |
| HSL | 345º | 0.85% | 0.46% | - |
| HSV(B) | 345º | 0.92% | 0.85% | - |
| XYZ | 30.17 | 15.76 | 6.92 | - |
| YUV | 83.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 68 | 0 | 0.92 | 0.69 | 0.15 | 345 | 0.85 | 0.46 |
| Hex | DA | 12 | 44 | 0 | 5C | 45 | F | 159 | 55 | 2E |
| Octal | 332 | 22 | 104 | 0 | 134 | 105 | 17 | 531 | 125 | 56 |
| Binary | 11011010 | 10010 | 1000100 | 0 | 1011100 | 1000101 | 1111 | 101011001 | 1010101 | 101110 |
Color Harmonies of #DA1244
Complementary color
Monochromatic Colors of #DA1244
Black with #DA1244
Text Example
Text Example
White with #DA1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1244; }
p { color: rgb(218,18,68); }
H1.HeaderClassName
{
color: #DA1244;
}
.AnyTagClassName
{
color: #DA1244;
}
</style>
background-color css
<style>
a { background-color: #DA1244; }
a { background-color: rgb(218,18,68); }
div.DivClassName
{
background-color: #DA1244;
}
.BgClassName
{
background-color: #DA1244;
}
</style>
border-color css
<style>
span { border-color: #DA1244; }
span { border-color: rgb(218,18,68); }
td.TdClassName
{
border-color: #DA1244;
}
.TagClassName
{
border-color: #DA1244;
}
</style>