Shades of Crimson #DA1143
Tints of Crimson #DA1143
RGB
CMYK
RGB Variations
Color information
#DA1143 (or 0xDA1143) is known color: Crimson. HEX triplet: DA, 11 and 43. RGB value is (218,17,67). Sum of RGB (Red+Green+Blue) = 218+17+67=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1143 is #25EEBC. Grayscale: #525252. Windows color (decimal): -2485949 or 4395482. OLE color: 4395482.
HSL color Cylindrical-coordinate representation of color #DA1143: hue angle of 345.07º 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 #DA1143 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 67 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.15 |
| HSL | 345.07º | 0.86% | 0.46% | - |
| HSV(B) | 345.07º | 0.92% | 0.85% | - |
| XYZ | 30.13 | 15.71 | 6.75 | - |
| YUV | 82.8 | 119.09 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 67 | 0 | 0.92 | 0.69 | 0.15 | 345.07 | 0.86 | 0.46 |
| Hex | DA | 11 | 43 | 0 | 5C | 45 | F | 159 | 56 | 2E |
| Octal | 332 | 21 | 103 | 0 | 134 | 105 | 17 | 531 | 126 | 56 |
| Binary | 11011010 | 10001 | 1000011 | 0 | 1011100 | 1000101 | 1111 | 101011001 | 1010110 | 101110 |
Color Harmonies of #DA1143
Complementary color
Monochromatic Colors of #DA1143
Black with #DA1143
Text Example
Text Example
White with #DA1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1143; }
p { color: rgb(218,17,67); }
H1.HeaderClassName
{
color: #DA1143;
}
.AnyTagClassName
{
color: #DA1143;
}
</style>
background-color css
<style>
a { background-color: #DA1143; }
a { background-color: rgb(218,17,67); }
div.DivClassName
{
background-color: #DA1143;
}
.BgClassName
{
background-color: #DA1143;
}
</style>
border-color css
<style>
span { border-color: #DA1143; }
span { border-color: rgb(218,17,67); }
td.TdClassName
{
border-color: #DA1143;
}
.TagClassName
{
border-color: #DA1143;
}
</style>