Shades of Crimson #D4134C
Tints of Crimson #D4134C
RGB
CMYK
RGB Variations
Color information
#D4134C (or 0xD4134C) is known color: Crimson. HEX triplet: D4, 13 and 4C. RGB value is (212,19,76). Sum of RGB (Red+Green+Blue) = 212+19+76=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4134C is #2BECB3. Grayscale: #535353. Windows color (decimal): -2878644 or 4985812. OLE color: 4985812.
HSL color Cylindrical-coordinate representation of color #D4134C: hue angle of 342.28º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4134C is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 76 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.17 |
| HSL | 342.28º | 0.84% | 0.45% | - |
| HSV(B) | 342.28º | 0.91% | 0.83% | - |
| XYZ | 28.69 | 14.98 | 8.22 | - |
| YUV | 83.21 | 123.94 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 76 | 0 | 0.91 | 0.64 | 0.17 | 342.28 | 0.84 | 0.45 |
| Hex | D4 | 13 | 4C | 0 | 5B | 40 | 11 | 156 | 54 | 2D |
| Octal | 324 | 23 | 114 | 0 | 133 | 100 | 21 | 526 | 124 | 55 |
| Binary | 11010100 | 10011 | 1001100 | 0 | 1011011 | 1000000 | 10001 | 101010110 | 1010100 | 101101 |
Color Harmonies of #D4134C
Complementary color
Monochromatic Colors of #D4134C
Black with #D4134C
Text Example
Text Example
White with #D4134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4134C; }
p { color: rgb(212,19,76); }
H1.HeaderClassName
{
color: #D4134C;
}
.AnyTagClassName
{
color: #D4134C;
}
</style>
background-color css
<style>
a { background-color: #D4134C; }
a { background-color: rgb(212,19,76); }
div.DivClassName
{
background-color: #D4134C;
}
.BgClassName
{
background-color: #D4134C;
}
</style>
border-color css
<style>
span { border-color: #D4134C; }
span { border-color: rgb(212,19,76); }
td.TdClassName
{
border-color: #D4134C;
}
.TagClassName
{
border-color: #D4134C;
}
</style>