Shades of Crimson #D41A4D
Tints of Crimson #D41A4D
RGB
CMYK
RGB Variations
Color information
#D41A4D (or 0xD41A4D) is known color: Crimson. HEX triplet: D4, 1A and 4D. RGB value is (212,26,77). Sum of RGB (Red+Green+Blue) = 212+26+77=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41A4D is #2BE5B2. Grayscale: #575757. Windows color (decimal): -2876851 or 5053140. OLE color: 5053140.
HSL color Cylindrical-coordinate representation of color #D41A4D: hue angle of 343.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A4D is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 77 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.17 |
| HSL | 343.55º | 0.78% | 0.47% | - |
| HSV(B) | 343.55º | 0.88% | 0.83% | - |
| XYZ | 28.86 | 15.27 | 8.45 | - |
| YUV | 87.43 | 122.12 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 77 | 0 | 0.88 | 0.64 | 0.17 | 343.55 | 0.78 | 0.47 |
| Hex | D4 | 1A | 4D | 0 | 58 | 40 | 11 | 158 | 4E | 2F |
| Octal | 324 | 32 | 115 | 0 | 130 | 100 | 21 | 530 | 116 | 57 |
| Binary | 11010100 | 11010 | 1001101 | 0 | 1011000 | 1000000 | 10001 | 101011000 | 1001110 | 101111 |
Color Harmonies of #D41A4D
Complementary color
Monochromatic Colors of #D41A4D
Black with #D41A4D
Text Example
Text Example
White with #D41A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A4D; }
p { color: rgb(212,26,77); }
H1.HeaderClassName
{
color: #D41A4D;
}
.AnyTagClassName
{
color: #D41A4D;
}
</style>
background-color css
<style>
a { background-color: #D41A4D; }
a { background-color: rgb(212,26,77); }
div.DivClassName
{
background-color: #D41A4D;
}
.BgClassName
{
background-color: #D41A4D;
}
</style>
border-color css
<style>
span { border-color: #D41A4D; }
span { border-color: rgb(212,26,77); }
td.TdClassName
{
border-color: #D41A4D;
}
.TagClassName
{
border-color: #D41A4D;
}
</style>