Shades of Crimson #DA1E3A
Tints of Crimson #DA1E3A
RGB
CMYK
RGB Variations
Color information
#DA1E3A (or 0xDA1E3A) is known color: Crimson. HEX triplet: DA, 1E and 3A. RGB value is (218,30,58). Sum of RGB (Red+Green+Blue) = 218+30+58=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1E3A is #25E1C5. Grayscale: #595959. Windows color (decimal): -2482630 or 3808986. OLE color: 3808986.
HSL color Cylindrical-coordinate representation of color #DA1E3A: hue angle of 351.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1E3A is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 30 | 58 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.15 |
| HSL | 351.06º | 0.76% | 0.49% | - |
| HSV(B) | 351.06º | 0.86% | 0.85% | - |
| XYZ | 30.14 | 16.14 | 5.53 | - |
| YUV | 89.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 58 | 0 | 0.86 | 0.73 | 0.15 | 351.06 | 0.76 | 0.49 |
| Hex | DA | 1E | 3A | 0 | 56 | 49 | F | 15F | 4C | 31 |
| Octal | 332 | 36 | 72 | 0 | 126 | 111 | 17 | 537 | 114 | 61 |
| Binary | 11011010 | 11110 | 111010 | 0 | 1010110 | 1001001 | 1111 | 101011111 | 1001100 | 110001 |
Color Harmonies of #DA1E3A
Complementary color
Monochromatic Colors of #DA1E3A
Black with #DA1E3A
Text Example
Text Example
White with #DA1E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1E3A; }
p { color: rgb(218,30,58); }
H1.HeaderClassName
{
color: #DA1E3A;
}
.AnyTagClassName
{
color: #DA1E3A;
}
</style>
background-color css
<style>
a { background-color: #DA1E3A; }
a { background-color: rgb(218,30,58); }
div.DivClassName
{
background-color: #DA1E3A;
}
.BgClassName
{
background-color: #DA1E3A;
}
</style>
border-color css
<style>
span { border-color: #DA1E3A; }
span { border-color: rgb(218,30,58); }
td.TdClassName
{
border-color: #DA1E3A;
}
.TagClassName
{
border-color: #DA1E3A;
}
</style>