Shades of Crimson #D51D4E
Tints of Crimson #D51D4E
RGB
CMYK
RGB Variations
Color information
#D51D4E (or 0xD51D4E) is known color: Crimson. HEX triplet: D5, 1D and 4E. RGB value is (213,29,78). Sum of RGB (Red+Green+Blue) = 213+29+78=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51D4E is #2AE2B1. Grayscale: #595959. Windows color (decimal): -2810546 or 5119445. OLE color: 5119445.
HSL color Cylindrical-coordinate representation of color #D51D4E: hue angle of 344.02º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51D4E is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 78 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.16 |
| HSL | 344.02º | 0.76% | 0.47% | - |
| HSV(B) | 344.02º | 0.86% | 0.84% | - |
| XYZ | 29.26 | 15.57 | 8.67 | - |
| YUV | 89.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 78 | 0 | 0.86 | 0.63 | 0.16 | 344.02 | 0.76 | 0.47 |
| Hex | D5 | 1D | 4E | 0 | 56 | 3F | 10 | 158 | 4C | 2F |
| Octal | 325 | 35 | 116 | 0 | 126 | 77 | 20 | 530 | 114 | 57 |
| Binary | 11010101 | 11101 | 1001110 | 0 | 1010110 | 111111 | 10000 | 101011000 | 1001100 | 101111 |
Color Harmonies of #D51D4E
Complementary color
Monochromatic Colors of #D51D4E
Black with #D51D4E
Text Example
Text Example
White with #D51D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51D4E; }
p { color: rgb(213,29,78); }
H1.HeaderClassName
{
color: #D51D4E;
}
.AnyTagClassName
{
color: #D51D4E;
}
</style>
background-color css
<style>
a { background-color: #D51D4E; }
a { background-color: rgb(213,29,78); }
div.DivClassName
{
background-color: #D51D4E;
}
.BgClassName
{
background-color: #D51D4E;
}
</style>
border-color css
<style>
span { border-color: #D51D4E; }
span { border-color: rgb(213,29,78); }
td.TdClassName
{
border-color: #D51D4E;
}
.TagClassName
{
border-color: #D51D4E;
}
</style>