Shades of Crimson #DA0545
Tints of Crimson #DA0545
RGB
CMYK
RGB Variations
Color information
#DA0545 (or 0xDA0545) is known color: Crimson. HEX triplet: DA, 05 and 45. RGB value is (218,5,69). Sum of RGB (Red+Green+Blue) = 218+5+69=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0545 is #25FABA. Grayscale: #4B4B4B. Windows color (decimal): -2489019 or 4523482. OLE color: 4523482.
HSL color Cylindrical-coordinate representation of color #DA0545: hue angle of 341.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0545 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.15 |
| HSL | 341.97º | 0.96% | 0.44% | - |
| HSV(B) | 341.97º | 0.98% | 0.85% | - |
| XYZ | 30.04 | 15.44 | 7.03 | - |
| YUV | 75.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 69 | 0 | 0.98 | 0.68 | 0.15 | 341.97 | 0.96 | 0.44 |
| Hex | DA | 5 | 45 | 0 | 62 | 44 | F | 156 | 60 | 2C |
| Octal | 332 | 5 | 105 | 0 | 142 | 104 | 17 | 526 | 140 | 54 |
| Binary | 11011010 | 101 | 1000101 | 0 | 1100010 | 1000100 | 1111 | 101010110 | 1100000 | 101100 |
Color Harmonies of #DA0545
Complementary color
Monochromatic Colors of #DA0545
Black with #DA0545
Text Example
Text Example
White with #DA0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0545; }
p { color: rgb(218,5,69); }
H1.HeaderClassName
{
color: #DA0545;
}
.AnyTagClassName
{
color: #DA0545;
}
</style>
background-color css
<style>
a { background-color: #DA0545; }
a { background-color: rgb(218,5,69); }
div.DivClassName
{
background-color: #DA0545;
}
.BgClassName
{
background-color: #DA0545;
}
</style>
border-color css
<style>
span { border-color: #DA0545; }
span { border-color: rgb(218,5,69); }
td.TdClassName
{
border-color: #DA0545;
}
.TagClassName
{
border-color: #DA0545;
}
</style>