Shades of Crimson #DA1C3A
Tints of Crimson #DA1C3A
RGB
CMYK
RGB Variations
Color information
#DA1C3A (or 0xDA1C3A) is known color: Crimson. HEX triplet: DA, 1C and 3A. RGB value is (218,28,58). Sum of RGB (Red+Green+Blue) = 218+28+58=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1C3A is #25E3C5. Grayscale: #585858. Windows color (decimal): -2483142 or 3808474. OLE color: 3808474.
HSL color Cylindrical-coordinate representation of color #DA1C3A: hue angle of 350.53º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1C3A is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 58 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.15 |
| HSL | 350.53º | 0.77% | 0.48% | - |
| HSV(B) | 350.53º | 0.87% | 0.85% | - |
| XYZ | 30.09 | 16.04 | 5.51 | - |
| YUV | 88.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 58 | 0 | 0.87 | 0.73 | 0.15 | 350.53 | 0.77 | 0.48 |
| Hex | DA | 1C | 3A | 0 | 57 | 49 | F | 15F | 4D | 30 |
| Octal | 332 | 34 | 72 | 0 | 127 | 111 | 17 | 537 | 115 | 60 |
| Binary | 11011010 | 11100 | 111010 | 0 | 1010111 | 1001001 | 1111 | 101011111 | 1001101 | 110000 |
Color Harmonies of #DA1C3A
Complementary color
Monochromatic Colors of #DA1C3A
Black with #DA1C3A
Text Example
Text Example
White with #DA1C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C3A; }
p { color: rgb(218,28,58); }
H1.HeaderClassName
{
color: #DA1C3A;
}
.AnyTagClassName
{
color: #DA1C3A;
}
</style>
background-color css
<style>
a { background-color: #DA1C3A; }
a { background-color: rgb(218,28,58); }
div.DivClassName
{
background-color: #DA1C3A;
}
.BgClassName
{
background-color: #DA1C3A;
}
</style>
border-color css
<style>
span { border-color: #DA1C3A; }
span { border-color: rgb(218,28,58); }
td.TdClassName
{
border-color: #DA1C3A;
}
.TagClassName
{
border-color: #DA1C3A;
}
</style>