Shades of Crimson #DA113A
Tints of Crimson #DA113A
RGB
CMYK
RGB Variations
Color information
#DA113A (or 0xDA113A) is known color: Crimson. HEX triplet: DA, 11 and 3A. RGB value is (218,17,58). Sum of RGB (Red+Green+Blue) = 218+17+58=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA113A is #25EEC5. Grayscale: #515151. Windows color (decimal): -2485958 or 3805658. OLE color: 3805658.
HSL color Cylindrical-coordinate representation of color #DA113A: hue angle of 347.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA113A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.15 |
| HSL | 347.76º | 0.86% | 0.46% | - |
| HSV(B) | 347.76º | 0.92% | 0.85% | - |
| XYZ | 29.88 | 15.61 | 5.44 | - |
| YUV | 81.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 58 | 0 | 0.92 | 0.73 | 0.15 | 347.76 | 0.86 | 0.46 |
| Hex | DA | 11 | 3A | 0 | 5C | 49 | F | 15C | 56 | 2E |
| Octal | 332 | 21 | 72 | 0 | 134 | 111 | 17 | 534 | 126 | 56 |
| Binary | 11011010 | 10001 | 111010 | 0 | 1011100 | 1001001 | 1111 | 101011100 | 1010110 | 101110 |
Color Harmonies of #DA113A
Complementary color
Monochromatic Colors of #DA113A
Black with #DA113A
Text Example
Text Example
White with #DA113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA113A; }
p { color: rgb(218,17,58); }
H1.HeaderClassName
{
color: #DA113A;
}
.AnyTagClassName
{
color: #DA113A;
}
</style>
background-color css
<style>
a { background-color: #DA113A; }
a { background-color: rgb(218,17,58); }
div.DivClassName
{
background-color: #DA113A;
}
.BgClassName
{
background-color: #DA113A;
}
</style>
border-color css
<style>
span { border-color: #DA113A; }
span { border-color: rgb(218,17,58); }
td.TdClassName
{
border-color: #DA113A;
}
.TagClassName
{
border-color: #DA113A;
}
</style>