Shades of Crimson #DA1541
Tints of Crimson #DA1541
RGB
CMYK
RGB Variations
Color information
#DA1541 (or 0xDA1541) is known color: Crimson. HEX triplet: DA, 15 and 41. RGB value is (218,21,65). Sum of RGB (Red+Green+Blue) = 218+21+65=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1541 is #25EABE. Grayscale: #545454. Windows color (decimal): -2484927 or 4265434. OLE color: 4265434.
HSL color Cylindrical-coordinate representation of color #DA1541: hue angle of 346.6º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1541 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 65 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.15 |
| HSL | 346.6º | 0.82% | 0.47% | - |
| HSV(B) | 346.6º | 0.9% | 0.85% | - |
| XYZ | 30.14 | 15.82 | 6.47 | - |
| YUV | 84.92 | 116.77 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 65 | 0 | 0.90 | 0.70 | 0.15 | 346.6 | 0.82 | 0.47 |
| Hex | DA | 15 | 41 | 0 | 5A | 46 | F | 15B | 52 | 2F |
| Octal | 332 | 25 | 101 | 0 | 132 | 106 | 17 | 533 | 122 | 57 |
| Binary | 11011010 | 10101 | 1000001 | 0 | 1011010 | 1000110 | 1111 | 101011011 | 1010010 | 101111 |
Color Harmonies of #DA1541
Complementary color
Monochromatic Colors of #DA1541
Black with #DA1541
Text Example
Text Example
White with #DA1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1541; }
p { color: rgb(218,21,65); }
H1.HeaderClassName
{
color: #DA1541;
}
.AnyTagClassName
{
color: #DA1541;
}
</style>
background-color css
<style>
a { background-color: #DA1541; }
a { background-color: rgb(218,21,65); }
div.DivClassName
{
background-color: #DA1541;
}
.BgClassName
{
background-color: #DA1541;
}
</style>
border-color css
<style>
span { border-color: #DA1541; }
span { border-color: rgb(218,21,65); }
td.TdClassName
{
border-color: #DA1541;
}
.TagClassName
{
border-color: #DA1541;
}
</style>