Shades of Crimson #D41D4E
Tints of Crimson #D41D4E
RGB
CMYK
RGB Variations
Color information
#D41D4E (or 0xD41D4E) is known color: Crimson. HEX triplet: D4, 1D and 4E. RGB value is (212,29,78). Sum of RGB (Red+Green+Blue) = 212+29+78=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D4E is #2BE2B1. Grayscale: #595959. Windows color (decimal): -2876082 or 5119444. OLE color: 5119444.
HSL color Cylindrical-coordinate representation of color #D41D4E: hue angle of 343.93º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D4E is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 78 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.17 |
| HSL | 343.93º | 0.76% | 0.47% | - |
| HSV(B) | 343.93º | 0.86% | 0.83% | - |
| XYZ | 28.97 | 15.43 | 8.66 | - |
| YUV | 89.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 78 | 0 | 0.86 | 0.63 | 0.17 | 343.93 | 0.76 | 0.47 |
| Hex | D4 | 1D | 4E | 0 | 56 | 3F | 11 | 158 | 4C | 2F |
| Octal | 324 | 35 | 116 | 0 | 126 | 77 | 21 | 530 | 114 | 57 |
| Binary | 11010100 | 11101 | 1001110 | 0 | 1010110 | 111111 | 10001 | 101011000 | 1001100 | 101111 |
Color Harmonies of #D41D4E
Complementary color
Monochromatic Colors of #D41D4E
Black with #D41D4E
Text Example
Text Example
White with #D41D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D4E; }
p { color: rgb(212,29,78); }
H1.HeaderClassName
{
color: #D41D4E;
}
.AnyTagClassName
{
color: #D41D4E;
}
</style>
background-color css
<style>
a { background-color: #D41D4E; }
a { background-color: rgb(212,29,78); }
div.DivClassName
{
background-color: #D41D4E;
}
.BgClassName
{
background-color: #D41D4E;
}
</style>
border-color css
<style>
span { border-color: #D41D4E; }
span { border-color: rgb(212,29,78); }
td.TdClassName
{
border-color: #D41D4E;
}
.TagClassName
{
border-color: #D41D4E;
}
</style>