Shades of Crimson #DA1445
Tints of Crimson #DA1445
RGB
CMYK
RGB Variations
Color information
#DA1445 (or 0xDA1445) is known color: Crimson. HEX triplet: DA, 14 and 45. RGB value is (218,20,69). Sum of RGB (Red+Green+Blue) = 218+20+69=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1445 is #25EBBA. Grayscale: #545454. Windows color (decimal): -2485179 or 4527322. OLE color: 4527322.
HSL color Cylindrical-coordinate representation of color #DA1445: hue angle of 345.15º 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 #DA1445 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 69 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.15 |
| HSL | 345.15º | 0.83% | 0.47% | - |
| HSV(B) | 345.15º | 0.91% | 0.85% | - |
| XYZ | 30.24 | 15.84 | 7.09 | - |
| YUV | 84.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 69 | 0 | 0.91 | 0.68 | 0.15 | 345.15 | 0.83 | 0.47 |
| Hex | DA | 14 | 45 | 0 | 5B | 44 | F | 159 | 53 | 2F |
| Octal | 332 | 24 | 105 | 0 | 133 | 104 | 17 | 531 | 123 | 57 |
| Binary | 11011010 | 10100 | 1000101 | 0 | 1011011 | 1000100 | 1111 | 101011001 | 1010011 | 101111 |
Color Harmonies of #DA1445
Complementary color
Monochromatic Colors of #DA1445
Black with #DA1445
Text Example
Text Example
White with #DA1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1445; }
p { color: rgb(218,20,69); }
H1.HeaderClassName
{
color: #DA1445;
}
.AnyTagClassName
{
color: #DA1445;
}
</style>
background-color css
<style>
a { background-color: #DA1445; }
a { background-color: rgb(218,20,69); }
div.DivClassName
{
background-color: #DA1445;
}
.BgClassName
{
background-color: #DA1445;
}
</style>
border-color css
<style>
span { border-color: #DA1445; }
span { border-color: rgb(218,20,69); }
td.TdClassName
{
border-color: #DA1445;
}
.TagClassName
{
border-color: #DA1445;
}
</style>