Shades of Crimson #DA114A
Tints of Crimson #DA114A
RGB
CMYK
RGB Variations
Color information
#DA114A (or 0xDA114A) is known color: Crimson. HEX triplet: DA, 11 and 4A. RGB value is (218,17,74). Sum of RGB (Red+Green+Blue) = 218+17+74=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA114A is #25EEB5. Grayscale: #535353. Windows color (decimal): -2485942 or 4854234. OLE color: 4854234.
HSL color Cylindrical-coordinate representation of color #DA114A: hue angle of 342.99º 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 #DA114A is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 74 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.15 |
| HSL | 342.99º | 0.86% | 0.46% | - |
| HSV(B) | 342.99º | 0.92% | 0.85% | - |
| XYZ | 30.35 | 15.8 | 7.93 | - |
| YUV | 83.6 | 122.59 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 74 | 0 | 0.92 | 0.66 | 0.15 | 342.99 | 0.86 | 0.46 |
| Hex | DA | 11 | 4A | 0 | 5C | 42 | F | 157 | 56 | 2E |
| Octal | 332 | 21 | 112 | 0 | 134 | 102 | 17 | 527 | 126 | 56 |
| Binary | 11011010 | 10001 | 1001010 | 0 | 1011100 | 1000010 | 1111 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DA114A
Complementary color
Monochromatic Colors of #DA114A
Black with #DA114A
Text Example
Text Example
White with #DA114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA114A; }
p { color: rgb(218,17,74); }
H1.HeaderClassName
{
color: #DA114A;
}
.AnyTagClassName
{
color: #DA114A;
}
</style>
background-color css
<style>
a { background-color: #DA114A; }
a { background-color: rgb(218,17,74); }
div.DivClassName
{
background-color: #DA114A;
}
.BgClassName
{
background-color: #DA114A;
}
</style>
border-color css
<style>
span { border-color: #DA114A; }
span { border-color: rgb(218,17,74); }
td.TdClassName
{
border-color: #DA114A;
}
.TagClassName
{
border-color: #DA114A;
}
</style>