Shades of Crimson #DA103B
Tints of Crimson #DA103B
RGB
CMYK
RGB Variations
Color information
#DA103B (or 0xDA103B) is known color: Crimson. HEX triplet: DA, 10 and 3B. RGB value is (218,16,59). Sum of RGB (Red+Green+Blue) = 218+16+59=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA103B is #25EFC4. Grayscale: #515151. Windows color (decimal): -2486213 or 3870938. OLE color: 3870938.
HSL color Cylindrical-coordinate representation of color #DA103B: hue angle of 347.23º 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 #DA103B is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 59 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.15 |
| HSL | 347.23º | 0.86% | 0.46% | - |
| HSV(B) | 347.23º | 0.93% | 0.85% | - |
| XYZ | 29.89 | 15.59 | 5.57 | - |
| YUV | 81.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 59 | 0 | 0.93 | 0.73 | 0.15 | 347.23 | 0.86 | 0.46 |
| Hex | DA | 10 | 3B | 0 | 5D | 49 | F | 15B | 56 | 2E |
| Octal | 332 | 20 | 73 | 0 | 135 | 111 | 17 | 533 | 126 | 56 |
| Binary | 11011010 | 10000 | 111011 | 0 | 1011101 | 1001001 | 1111 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DA103B
Complementary color
Monochromatic Colors of #DA103B
Black with #DA103B
Text Example
Text Example
White with #DA103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA103B; }
p { color: rgb(218,16,59); }
H1.HeaderClassName
{
color: #DA103B;
}
.AnyTagClassName
{
color: #DA103B;
}
</style>
background-color css
<style>
a { background-color: #DA103B; }
a { background-color: rgb(218,16,59); }
div.DivClassName
{
background-color: #DA103B;
}
.BgClassName
{
background-color: #DA103B;
}
</style>
border-color css
<style>
span { border-color: #DA103B; }
span { border-color: rgb(218,16,59); }
td.TdClassName
{
border-color: #DA103B;
}
.TagClassName
{
border-color: #DA103B;
}
</style>