Shades of Crimson #D4154E
Tints of Crimson #D4154E
RGB
CMYK
RGB Variations
Color information
#D4154E (or 0xD4154E) is known color: Crimson. HEX triplet: D4, 15 and 4E. RGB value is (212,21,78). Sum of RGB (Red+Green+Blue) = 212+21+78=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4154E is #2BEAB1. Grayscale: #545454. Windows color (decimal): -2878130 or 5117396. OLE color: 5117396.
HSL color Cylindrical-coordinate representation of color #D4154E: hue angle of 342.09º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4154E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 78 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.17 |
| HSL | 342.09º | 0.82% | 0.46% | - |
| HSV(B) | 342.09º | 0.9% | 0.83% | - |
| XYZ | 28.79 | 15.08 | 8.6 | - |
| YUV | 84.61 | 124.28 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 78 | 0 | 0.90 | 0.63 | 0.17 | 342.09 | 0.82 | 0.46 |
| Hex | D4 | 15 | 4E | 0 | 5A | 3F | 11 | 156 | 52 | 2E |
| Octal | 324 | 25 | 116 | 0 | 132 | 77 | 21 | 526 | 122 | 56 |
| Binary | 11010100 | 10101 | 1001110 | 0 | 1011010 | 111111 | 10001 | 101010110 | 1010010 | 101110 |
Color Harmonies of #D4154E
Complementary color
Monochromatic Colors of #D4154E
Black with #D4154E
Text Example
Text Example
White with #D4154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4154E; }
p { color: rgb(212,21,78); }
H1.HeaderClassName
{
color: #D4154E;
}
.AnyTagClassName
{
color: #D4154E;
}
</style>
background-color css
<style>
a { background-color: #D4154E; }
a { background-color: rgb(212,21,78); }
div.DivClassName
{
background-color: #D4154E;
}
.BgClassName
{
background-color: #D4154E;
}
</style>
border-color css
<style>
span { border-color: #D4154E; }
span { border-color: rgb(212,21,78); }
td.TdClassName
{
border-color: #D4154E;
}
.TagClassName
{
border-color: #D4154E;
}
</style>