Shades of Crimson #D41E4D
Tints of Crimson #D41E4D
RGB
CMYK
RGB Variations
Color information
#D41E4D (or 0xD41E4D) is known color: Crimson. HEX triplet: D4, 1E and 4D. RGB value is (212,30,77). Sum of RGB (Red+Green+Blue) = 212+30+77=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41E4D is #2BE1B2. Grayscale: #595959. Windows color (decimal): -2875827 or 5054164. OLE color: 5054164.
HSL color Cylindrical-coordinate representation of color #D41E4D: hue angle of 344.51º degrees, saturation: 0.75, 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 #D41E4D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 77 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.17 |
| HSL | 344.51º | 0.75% | 0.47% | - |
| HSV(B) | 344.51º | 0.86% | 0.83% | - |
| XYZ | 28.96 | 15.46 | 8.48 | - |
| YUV | 89.78 | 120.8 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 77 | 0 | 0.86 | 0.64 | 0.17 | 344.51 | 0.75 | 0.47 |
| Hex | D4 | 1E | 4D | 0 | 56 | 40 | 11 | 159 | 4B | 2F |
| Octal | 324 | 36 | 115 | 0 | 126 | 100 | 21 | 531 | 113 | 57 |
| Binary | 11010100 | 11110 | 1001101 | 0 | 1010110 | 1000000 | 10001 | 101011001 | 1001011 | 101111 |
Color Harmonies of #D41E4D
Complementary color
Monochromatic Colors of #D41E4D
Black with #D41E4D
Text Example
Text Example
White with #D41E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41E4D; }
p { color: rgb(212,30,77); }
H1.HeaderClassName
{
color: #D41E4D;
}
.AnyTagClassName
{
color: #D41E4D;
}
</style>
background-color css
<style>
a { background-color: #D41E4D; }
a { background-color: rgb(212,30,77); }
div.DivClassName
{
background-color: #D41E4D;
}
.BgClassName
{
background-color: #D41E4D;
}
</style>
border-color css
<style>
span { border-color: #D41E4D; }
span { border-color: rgb(212,30,77); }
td.TdClassName
{
border-color: #D41E4D;
}
.TagClassName
{
border-color: #D41E4D;
}
</style>