Shades of Crimson #DA1441
Tints of Crimson #DA1441
RGB
CMYK
RGB Variations
Color information
#DA1441 (or 0xDA1441) is known color: Crimson. HEX triplet: DA, 14 and 41. RGB value is (218,20,65). Sum of RGB (Red+Green+Blue) = 218+20+65=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1441 is #25EBBE. Grayscale: #545454. Windows color (decimal): -2485183 or 4265178. OLE color: 4265178.
HSL color Cylindrical-coordinate representation of color #DA1441: hue angle of 346.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1441 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 65 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.15 |
| HSL | 346.36º | 0.83% | 0.47% | - |
| HSV(B) | 346.36º | 0.91% | 0.85% | - |
| XYZ | 30.12 | 15.79 | 6.46 | - |
| YUV | 84.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 65 | 0 | 0.91 | 0.70 | 0.15 | 346.36 | 0.83 | 0.47 |
| Hex | DA | 14 | 41 | 0 | 5B | 46 | F | 15A | 53 | 2F |
| Octal | 332 | 24 | 101 | 0 | 133 | 106 | 17 | 532 | 123 | 57 |
| Binary | 11011010 | 10100 | 1000001 | 0 | 1011011 | 1000110 | 1111 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DA1441
Complementary color
Monochromatic Colors of #DA1441
Black with #DA1441
Text Example
Text Example
White with #DA1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1441; }
p { color: rgb(218,20,65); }
H1.HeaderClassName
{
color: #DA1441;
}
.AnyTagClassName
{
color: #DA1441;
}
</style>
background-color css
<style>
a { background-color: #DA1441; }
a { background-color: rgb(218,20,65); }
div.DivClassName
{
background-color: #DA1441;
}
.BgClassName
{
background-color: #DA1441;
}
</style>
border-color css
<style>
span { border-color: #DA1441; }
span { border-color: rgb(218,20,65); }
td.TdClassName
{
border-color: #DA1441;
}
.TagClassName
{
border-color: #DA1441;
}
</style>