Shades of Crimson #DA2245
Tints of Crimson #DA2245
RGB
CMYK
RGB Variations
Color information
#DA2245 (or 0xDA2245) is known color: Crimson. HEX triplet: DA, 22 and 45. RGB value is (218,34,69). Sum of RGB (Red+Green+Blue) = 218+34+69=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2245 is #25DDBA. Grayscale: #5D5D5D. Windows color (decimal): -2481595 or 4530906. OLE color: 4530906.
HSL color Cylindrical-coordinate representation of color #DA2245: hue angle of 348.59º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2245 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 69 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.15 |
| HSL | 348.59º | 0.73% | 0.49% | - |
| HSV(B) | 348.59º | 0.84% | 0.85% | - |
| XYZ | 30.56 | 16.48 | 7.2 | - |
| YUV | 93.01 | 114.46 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 69 | 0 | 0.84 | 0.68 | 0.15 | 348.59 | 0.73 | 0.49 |
| Hex | DA | 22 | 45 | 0 | 54 | 44 | F | 15D | 49 | 31 |
| Octal | 332 | 42 | 105 | 0 | 124 | 104 | 17 | 535 | 111 | 61 |
| Binary | 11011010 | 100010 | 1000101 | 0 | 1010100 | 1000100 | 1111 | 101011101 | 1001001 | 110001 |
Color Harmonies of #DA2245
Complementary color
Monochromatic Colors of #DA2245
Black with #DA2245
Text Example
Text Example
White with #DA2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2245; }
p { color: rgb(218,34,69); }
H1.HeaderClassName
{
color: #DA2245;
}
.AnyTagClassName
{
color: #DA2245;
}
</style>
background-color css
<style>
a { background-color: #DA2245; }
a { background-color: rgb(218,34,69); }
div.DivClassName
{
background-color: #DA2245;
}
.BgClassName
{
background-color: #DA2245;
}
</style>
border-color css
<style>
span { border-color: #DA2245; }
span { border-color: rgb(218,34,69); }
td.TdClassName
{
border-color: #DA2245;
}
.TagClassName
{
border-color: #DA2245;
}
</style>