Shades of Crimson #D51C4A
Tints of Crimson #D51C4A
RGB
CMYK
RGB Variations
Color information
#D51C4A (or 0xD51C4A) is known color: Crimson. HEX triplet: D5, 1C and 4A. RGB value is (213,28,74). Sum of RGB (Red+Green+Blue) = 213+28+74=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C4A is #2AE3B5. Grayscale: #585858. Windows color (decimal): -2810806 or 4857045. OLE color: 4857045.
HSL color Cylindrical-coordinate representation of color #D51C4A: hue angle of 345.08º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51C4A is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 74 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.16 |
| HSL | 345.08º | 0.77% | 0.47% | - |
| HSV(B) | 345.08º | 0.87% | 0.84% | - |
| XYZ | 29.09 | 15.47 | 7.93 | - |
| YUV | 88.56 | 119.79 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 74 | 0 | 0.87 | 0.65 | 0.16 | 345.08 | 0.77 | 0.47 |
| Hex | D5 | 1C | 4A | 0 | 57 | 41 | 10 | 159 | 4D | 2F |
| Octal | 325 | 34 | 112 | 0 | 127 | 101 | 20 | 531 | 115 | 57 |
| Binary | 11010101 | 11100 | 1001010 | 0 | 1010111 | 1000001 | 10000 | 101011001 | 1001101 | 101111 |
Color Harmonies of #D51C4A
Complementary color
Monochromatic Colors of #D51C4A
Black with #D51C4A
Text Example
Text Example
White with #D51C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C4A; }
p { color: rgb(213,28,74); }
H1.HeaderClassName
{
color: #D51C4A;
}
.AnyTagClassName
{
color: #D51C4A;
}
</style>
background-color css
<style>
a { background-color: #D51C4A; }
a { background-color: rgb(213,28,74); }
div.DivClassName
{
background-color: #D51C4A;
}
.BgClassName
{
background-color: #D51C4A;
}
</style>
border-color css
<style>
span { border-color: #D51C4A; }
span { border-color: rgb(213,28,74); }
td.TdClassName
{
border-color: #D51C4A;
}
.TagClassName
{
border-color: #D51C4A;
}
</style>