Shades of Crimson #DA0F41
Tints of Crimson #DA0F41
RGB
CMYK
RGB Variations
Color information
#DA0F41 (or 0xDA0F41) is known color: Crimson. HEX triplet: DA, 0F and 41. RGB value is (218,15,65). Sum of RGB (Red+Green+Blue) = 218+15+65=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F41 is #25F0BE. Grayscale: #515151. Windows color (decimal): -2486463 or 4263898. OLE color: 4263898.
HSL color Cylindrical-coordinate representation of color #DA0F41: hue angle of 345.22º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F41 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 65 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.15 |
| HSL | 345.22º | 0.87% | 0.46% | - |
| HSV(B) | 345.22º | 0.93% | 0.85% | - |
| XYZ | 30.04 | 15.63 | 6.43 | - |
| YUV | 81.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 65 | 0 | 0.93 | 0.70 | 0.15 | 345.22 | 0.87 | 0.46 |
| Hex | DA | F | 41 | 0 | 5D | 46 | F | 159 | 57 | 2E |
| Octal | 332 | 17 | 101 | 0 | 135 | 106 | 17 | 531 | 127 | 56 |
| Binary | 11011010 | 1111 | 1000001 | 0 | 1011101 | 1000110 | 1111 | 101011001 | 1010111 | 101110 |
Color Harmonies of #DA0F41
Complementary color
Monochromatic Colors of #DA0F41
Black with #DA0F41
Text Example
Text Example
White with #DA0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F41; }
p { color: rgb(218,15,65); }
H1.HeaderClassName
{
color: #DA0F41;
}
.AnyTagClassName
{
color: #DA0F41;
}
</style>
background-color css
<style>
a { background-color: #DA0F41; }
a { background-color: rgb(218,15,65); }
div.DivClassName
{
background-color: #DA0F41;
}
.BgClassName
{
background-color: #DA0F41;
}
</style>
border-color css
<style>
span { border-color: #DA0F41; }
span { border-color: rgb(218,15,65); }
td.TdClassName
{
border-color: #DA0F41;
}
.TagClassName
{
border-color: #DA0F41;
}
</style>