Shades of Crimson #D41B4D
Tints of Crimson #D41B4D
RGB
CMYK
RGB Variations
Color information
#D41B4D (or 0xD41B4D) is known color: Crimson. HEX triplet: D4, 1B and 4D. RGB value is (212,27,77). Sum of RGB (Red+Green+Blue) = 212+27+77=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41B4D is #2BE4B2. Grayscale: #585858. Windows color (decimal): -2876595 or 5053396. OLE color: 5053396.
HSL color Cylindrical-coordinate representation of color #D41B4D: hue angle of 343.78º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41B4D is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 77 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.17 |
| HSL | 343.78º | 0.77% | 0.47% | - |
| HSV(B) | 343.78º | 0.87% | 0.83% | - |
| XYZ | 28.88 | 15.32 | 8.46 | - |
| YUV | 88.02 | 121.79 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 77 | 0 | 0.87 | 0.64 | 0.17 | 343.78 | 0.77 | 0.47 |
| Hex | D4 | 1B | 4D | 0 | 57 | 40 | 11 | 158 | 4D | 2F |
| Octal | 324 | 33 | 115 | 0 | 127 | 100 | 21 | 530 | 115 | 57 |
| Binary | 11010100 | 11011 | 1001101 | 0 | 1010111 | 1000000 | 10001 | 101011000 | 1001101 | 101111 |
Color Harmonies of #D41B4D
Complementary color
Monochromatic Colors of #D41B4D
Black with #D41B4D
Text Example
Text Example
White with #D41B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B4D; }
p { color: rgb(212,27,77); }
H1.HeaderClassName
{
color: #D41B4D;
}
.AnyTagClassName
{
color: #D41B4D;
}
</style>
background-color css
<style>
a { background-color: #D41B4D; }
a { background-color: rgb(212,27,77); }
div.DivClassName
{
background-color: #D41B4D;
}
.BgClassName
{
background-color: #D41B4D;
}
</style>
border-color css
<style>
span { border-color: #D41B4D; }
span { border-color: rgb(212,27,77); }
td.TdClassName
{
border-color: #D41B4D;
}
.TagClassName
{
border-color: #D41B4D;
}
</style>