Shades of Crimson #DA0141
Tints of Crimson #DA0141
RGB
CMYK
RGB Variations
Color information
#DA0141 (or 0xDA0141) is known color: Crimson. HEX triplet: DA, 01 and 41. RGB value is (218,1,65). Sum of RGB (Red+Green+Blue) = 218+1+65=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0141 is #25FEBE. Grayscale: #494949. Windows color (decimal): -2490047 or 4260314. OLE color: 4260314.
HSL color Cylindrical-coordinate representation of color #DA0141: hue angle of 342.3º 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 #DA0141 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.15 |
| HSL | 342.3º | 0.99% | 0.43% | - |
| HSV(B) | 342.3º | 1% | 0.85% | - |
| XYZ | 29.88 | 15.31 | 6.38 | - |
| YUV | 73.18 | 123.39 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 65 | 0 | 1.00 | 0.70 | 0.15 | 342.3 | 0.99 | 0.43 |
| Hex | DA | 1 | 41 | 0 | 64 | 46 | F | 156 | 63 | 2B |
| Octal | 332 | 1 | 101 | 0 | 144 | 106 | 17 | 526 | 143 | 53 |
| Binary | 11011010 | 1 | 1000001 | 0 | 1100100 | 1000110 | 1111 | 101010110 | 1100011 | 101011 |
Color Harmonies of #DA0141
Complementary color
Monochromatic Colors of #DA0141
Black with #DA0141
Text Example
Text Example
White with #DA0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0141; }
p { color: rgb(218,1,65); }
H1.HeaderClassName
{
color: #DA0141;
}
.AnyTagClassName
{
color: #DA0141;
}
</style>
background-color css
<style>
a { background-color: #DA0141; }
a { background-color: rgb(218,1,65); }
div.DivClassName
{
background-color: #DA0141;
}
.BgClassName
{
background-color: #DA0141;
}
</style>
border-color css
<style>
span { border-color: #DA0141; }
span { border-color: rgb(218,1,65); }
td.TdClassName
{
border-color: #DA0141;
}
.TagClassName
{
border-color: #DA0141;
}
</style>