Shades of Crimson #DA0045
Tints of Crimson #DA0045
RGB
CMYK
RGB Variations
Color information
#DA0045 (or 0xDA0045) is known color: Crimson. HEX triplet: DA, 00 and 45. RGB value is (218,0,69). Sum of RGB (Red+Green+Blue) = 218+0+69=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0045 is #25FFBA. Grayscale: #484848. Windows color (decimal): -2490299 or 4522202. OLE color: 4522202.
HSL color Cylindrical-coordinate representation of color #DA0045: hue angle of 341.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0045 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.68 | 0.15 |
| HSL | 341.01º | 1% | 0.43% | - |
| HSV(B) | 341.01º | 1% | 0.85% | - |
| XYZ | 29.99 | 15.34 | 7.01 | - |
| YUV | 73.05 | 125.72 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 69 | 0 | 1 | 0.68 | 0.15 | 341.01 | 1 | 0.43 |
| Hex | DA | 0 | 45 | 0 | 64 | 44 | F | 155 | 64 | 2B |
| Octal | 332 | 0 | 105 | 0 | 144 | 104 | 17 | 525 | 144 | 53 |
| Binary | 11011010 | 0 | 1000101 | 0 | 1100100 | 1000100 | 1111 | 101010101 | 1100100 | 101011 |
Color Harmonies of #DA0045
Complementary color
Monochromatic Colors of #DA0045
Black with #DA0045
Text Example
Text Example
White with #DA0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0045; }
p { color: rgb(218,0,69); }
H1.HeaderClassName
{
color: #DA0045;
}
.AnyTagClassName
{
color: #DA0045;
}
</style>
background-color css
<style>
a { background-color: #DA0045; }
a { background-color: rgb(218,0,69); }
div.DivClassName
{
background-color: #DA0045;
}
.BgClassName
{
background-color: #DA0045;
}
</style>
border-color css
<style>
span { border-color: #DA0045; }
span { border-color: rgb(218,0,69); }
td.TdClassName
{
border-color: #DA0045;
}
.TagClassName
{
border-color: #DA0045;
}
</style>