Shades of Crimson #DA103E
Tints of Crimson #DA103E
RGB
CMYK
RGB Variations
Color information
#DA103E (or 0xDA103E) is known color: Crimson. HEX triplet: DA, 10 and 3E. RGB value is (218,16,62). Sum of RGB (Red+Green+Blue) = 218+16+62=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA103E is #25EFC1. Grayscale: #515151. Windows color (decimal): -2486210 or 4067546. OLE color: 4067546.
HSL color Cylindrical-coordinate representation of color #DA103E: hue angle of 346.34º 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 #DA103E is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 62 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.15 |
| HSL | 346.34º | 0.86% | 0.46% | - |
| HSV(B) | 346.34º | 0.93% | 0.85% | - |
| XYZ | 29.97 | 15.62 | 5.99 | - |
| YUV | 81.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 62 | 0 | 0.93 | 0.72 | 0.15 | 346.34 | 0.86 | 0.46 |
| Hex | DA | 10 | 3E | 0 | 5D | 48 | F | 15A | 56 | 2E |
| Octal | 332 | 20 | 76 | 0 | 135 | 110 | 17 | 532 | 126 | 56 |
| Binary | 11011010 | 10000 | 111110 | 0 | 1011101 | 1001000 | 1111 | 101011010 | 1010110 | 101110 |
Color Harmonies of #DA103E
Complementary color
Monochromatic Colors of #DA103E
Black with #DA103E
Text Example
Text Example
White with #DA103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA103E; }
p { color: rgb(218,16,62); }
H1.HeaderClassName
{
color: #DA103E;
}
.AnyTagClassName
{
color: #DA103E;
}
</style>
background-color css
<style>
a { background-color: #DA103E; }
a { background-color: rgb(218,16,62); }
div.DivClassName
{
background-color: #DA103E;
}
.BgClassName
{
background-color: #DA103E;
}
</style>
border-color css
<style>
span { border-color: #DA103E; }
span { border-color: rgb(218,16,62); }
td.TdClassName
{
border-color: #DA103E;
}
.TagClassName
{
border-color: #DA103E;
}
</style>