Shades of Crimson #DA1243
Tints of Crimson #DA1243
RGB
CMYK
RGB Variations
Color information
#DA1243 (or 0xDA1243) is known color: Crimson. HEX triplet: DA, 12 and 43. RGB value is (218,18,67). Sum of RGB (Red+Green+Blue) = 218+18+67=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1243 is #25EDBC. Grayscale: #535353. Windows color (decimal): -2485693 or 4395738. OLE color: 4395738.
HSL color Cylindrical-coordinate representation of color #DA1243: hue angle of 345.3º degrees, saturation: 0.85, 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 #DA1243 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 67 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.15 |
| HSL | 345.3º | 0.85% | 0.46% | - |
| HSV(B) | 345.3º | 0.92% | 0.85% | - |
| XYZ | 30.14 | 15.74 | 6.76 | - |
| YUV | 83.39 | 118.76 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 67 | 0 | 0.92 | 0.69 | 0.15 | 345.3 | 0.85 | 0.46 |
| Hex | DA | 12 | 43 | 0 | 5C | 45 | F | 159 | 55 | 2E |
| Octal | 332 | 22 | 103 | 0 | 134 | 105 | 17 | 531 | 125 | 56 |
| Binary | 11011010 | 10010 | 1000011 | 0 | 1011100 | 1000101 | 1111 | 101011001 | 1010101 | 101110 |
Color Harmonies of #DA1243
Complementary color
Monochromatic Colors of #DA1243
Black with #DA1243
Text Example
Text Example
White with #DA1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1243; }
p { color: rgb(218,18,67); }
H1.HeaderClassName
{
color: #DA1243;
}
.AnyTagClassName
{
color: #DA1243;
}
</style>
background-color css
<style>
a { background-color: #DA1243; }
a { background-color: rgb(218,18,67); }
div.DivClassName
{
background-color: #DA1243;
}
.BgClassName
{
background-color: #DA1243;
}
</style>
border-color css
<style>
span { border-color: #DA1243; }
span { border-color: rgb(218,18,67); }
td.TdClassName
{
border-color: #DA1243;
}
.TagClassName
{
border-color: #DA1243;
}
</style>