Shades of Crimson #DA2140
Tints of Crimson #DA2140
RGB
CMYK
RGB Variations
Color information
#DA2140 (or 0xDA2140) is known color: Crimson. HEX triplet: DA, 21 and 40. RGB value is (218,33,64). Sum of RGB (Red+Green+Blue) = 218+33+64=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2140 is #25DEBF. Grayscale: #5B5B5B. Windows color (decimal): -2481856 or 4202970. OLE color: 4202970.
HSL color Cylindrical-coordinate representation of color #DA2140: hue angle of 349.95º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2140 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 64 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.15 |
| HSL | 349.95º | 0.74% | 0.49% | - |
| HSV(B) | 349.95º | 0.85% | 0.85% | - |
| XYZ | 30.38 | 16.36 | 6.41 | - |
| YUV | 91.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 64 | 0 | 0.85 | 0.71 | 0.15 | 349.95 | 0.74 | 0.49 |
| Hex | DA | 21 | 40 | 0 | 55 | 47 | F | 15E | 4A | 31 |
| Octal | 332 | 41 | 100 | 0 | 125 | 107 | 17 | 536 | 112 | 61 |
| Binary | 11011010 | 100001 | 1000000 | 0 | 1010101 | 1000111 | 1111 | 101011110 | 1001010 | 110001 |
Color Harmonies of #DA2140
Complementary color
Monochromatic Colors of #DA2140
Black with #DA2140
Text Example
Text Example
White with #DA2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2140; }
p { color: rgb(218,33,64); }
H1.HeaderClassName
{
color: #DA2140;
}
.AnyTagClassName
{
color: #DA2140;
}
</style>
background-color css
<style>
a { background-color: #DA2140; }
a { background-color: rgb(218,33,64); }
div.DivClassName
{
background-color: #DA2140;
}
.BgClassName
{
background-color: #DA2140;
}
</style>
border-color css
<style>
span { border-color: #DA2140; }
span { border-color: rgb(218,33,64); }
td.TdClassName
{
border-color: #DA2140;
}
.TagClassName
{
border-color: #DA2140;
}
</style>