Shades of Crimson #DA103D
Tints of Crimson #DA103D
RGB
CMYK
RGB Variations
Color information
#DA103D (or 0xDA103D) is known color: Crimson. HEX triplet: DA, 10 and 3D. RGB value is (218,16,61). Sum of RGB (Red+Green+Blue) = 218+16+61=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA103D is #25EFC2. Grayscale: #515151. Windows color (decimal): -2486211 or 4002010. OLE color: 4002010.
HSL color Cylindrical-coordinate representation of color #DA103D: hue angle of 346.63º degrees, saturation: 0.86, 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 #DA103D is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.15 |
| HSL | 346.63º | 0.86% | 0.46% | - |
| HSV(B) | 346.63º | 0.93% | 0.85% | - |
| XYZ | 29.94 | 15.61 | 5.85 | - |
| YUV | 81.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 61 | 0 | 0.93 | 0.72 | 0.15 | 346.63 | 0.86 | 0.46 |
| Hex | DA | 10 | 3D | 0 | 5D | 48 | F | 15B | 56 | 2E |
| Octal | 332 | 20 | 75 | 0 | 135 | 110 | 17 | 533 | 126 | 56 |
| Binary | 11011010 | 10000 | 111101 | 0 | 1011101 | 1001000 | 1111 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DA103D
Complementary color
Monochromatic Colors of #DA103D
Black with #DA103D
Text Example
Text Example
White with #DA103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA103D; }
p { color: rgb(218,16,61); }
H1.HeaderClassName
{
color: #DA103D;
}
.AnyTagClassName
{
color: #DA103D;
}
</style>
background-color css
<style>
a { background-color: #DA103D; }
a { background-color: rgb(218,16,61); }
div.DivClassName
{
background-color: #DA103D;
}
.BgClassName
{
background-color: #DA103D;
}
</style>
border-color css
<style>
span { border-color: #DA103D; }
span { border-color: rgb(218,16,61); }
td.TdClassName
{
border-color: #DA103D;
}
.TagClassName
{
border-color: #DA103D;
}
</style>