Shades of Crimson #DA2045
Tints of Crimson #DA2045
RGB
CMYK
RGB Variations
Color information
#DA2045 (or 0xDA2045) is known color: Crimson. HEX triplet: DA, 20 and 45. RGB value is (218,32,69). Sum of RGB (Red+Green+Blue) = 218+32+69=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2045 is #25DFBA. Grayscale: #5B5B5B. Windows color (decimal): -2482107 or 4530394. OLE color: 4530394.
HSL color Cylindrical-coordinate representation of color #DA2045: hue angle of 348.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2045 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 69 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.15 |
| HSL | 348.06º | 0.74% | 0.49% | - |
| HSV(B) | 348.06º | 0.85% | 0.85% | - |
| XYZ | 30.5 | 16.37 | 7.18 | - |
| YUV | 91.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 69 | 0 | 0.85 | 0.68 | 0.15 | 348.06 | 0.74 | 0.49 |
| Hex | DA | 20 | 45 | 0 | 55 | 44 | F | 15C | 4A | 31 |
| Octal | 332 | 40 | 105 | 0 | 125 | 104 | 17 | 534 | 112 | 61 |
| Binary | 11011010 | 100000 | 1000101 | 0 | 1010101 | 1000100 | 1111 | 101011100 | 1001010 | 110001 |
Color Harmonies of #DA2045
Complementary color
Monochromatic Colors of #DA2045
Black with #DA2045
Text Example
Text Example
White with #DA2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2045; }
p { color: rgb(218,32,69); }
H1.HeaderClassName
{
color: #DA2045;
}
.AnyTagClassName
{
color: #DA2045;
}
</style>
background-color css
<style>
a { background-color: #DA2045; }
a { background-color: rgb(218,32,69); }
div.DivClassName
{
background-color: #DA2045;
}
.BgClassName
{
background-color: #DA2045;
}
</style>
border-color css
<style>
span { border-color: #DA2045; }
span { border-color: rgb(218,32,69); }
td.TdClassName
{
border-color: #DA2045;
}
.TagClassName
{
border-color: #DA2045;
}
</style>