Shades of Crimson #DA0145
Tints of Crimson #DA0145
RGB
CMYK
RGB Variations
Color information
#DA0145 (or 0xDA0145) is known color: Crimson. HEX triplet: DA, 01 and 45. RGB value is (218,1,69). Sum of RGB (Red+Green+Blue) = 218+1+69=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0145 is #25FEBA. Grayscale: #494949. Windows color (decimal): -2490043 or 4522458. OLE color: 4522458.
HSL color Cylindrical-coordinate representation of color #DA0145: hue angle of 341.2º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0145 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.15 |
| HSL | 341.2º | 0.99% | 0.43% | - |
| HSV(B) | 341.2º | 1% | 0.85% | - |
| XYZ | 30 | 15.36 | 7.01 | - |
| YUV | 73.64 | 125.39 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 69 | 0 | 1.00 | 0.68 | 0.15 | 341.2 | 0.99 | 0.43 |
| Hex | DA | 1 | 45 | 0 | 64 | 44 | F | 155 | 63 | 2B |
| Octal | 332 | 1 | 105 | 0 | 144 | 104 | 17 | 525 | 143 | 53 |
| Binary | 11011010 | 1 | 1000101 | 0 | 1100100 | 1000100 | 1111 | 101010101 | 1100011 | 101011 |
Color Harmonies of #DA0145
Complementary color
Monochromatic Colors of #DA0145
Black with #DA0145
Text Example
Text Example
White with #DA0145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0145; }
p { color: rgb(218,1,69); }
H1.HeaderClassName
{
color: #DA0145;
}
.AnyTagClassName
{
color: #DA0145;
}
</style>
background-color css
<style>
a { background-color: #DA0145; }
a { background-color: rgb(218,1,69); }
div.DivClassName
{
background-color: #DA0145;
}
.BgClassName
{
background-color: #DA0145;
}
</style>
border-color css
<style>
span { border-color: #DA0145; }
span { border-color: rgb(218,1,69); }
td.TdClassName
{
border-color: #DA0145;
}
.TagClassName
{
border-color: #DA0145;
}
</style>