Shades of Crimson #D4144E
Tints of Crimson #D4144E
RGB
CMYK
RGB Variations
Color information
#D4144E (or 0xD4144E) is known color: Crimson. HEX triplet: D4, 14 and 4E. RGB value is (212,20,78). Sum of RGB (Red+Green+Blue) = 212+20+78=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4144E is #2BEBB1. Grayscale: #535353. Windows color (decimal): -2878386 or 5117140. OLE color: 5117140.
HSL color Cylindrical-coordinate representation of color #D4144E: hue angle of 341.88º degrees, saturation: 0.83, 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 #D4144E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 78 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.17 |
| HSL | 341.88º | 0.83% | 0.45% | - |
| HSV(B) | 341.88º | 0.91% | 0.83% | - |
| XYZ | 28.78 | 15.05 | 8.6 | - |
| YUV | 84.02 | 124.61 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 78 | 0 | 0.91 | 0.63 | 0.17 | 341.88 | 0.83 | 0.45 |
| Hex | D4 | 14 | 4E | 0 | 5B | 3F | 11 | 156 | 53 | 2D |
| Octal | 324 | 24 | 116 | 0 | 133 | 77 | 21 | 526 | 123 | 55 |
| Binary | 11010100 | 10100 | 1001110 | 0 | 1011011 | 111111 | 10001 | 101010110 | 1010011 | 101101 |
Color Harmonies of #D4144E
Complementary color
Monochromatic Colors of #D4144E
Black with #D4144E
Text Example
Text Example
White with #D4144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4144E; }
p { color: rgb(212,20,78); }
H1.HeaderClassName
{
color: #D4144E;
}
.AnyTagClassName
{
color: #D4144E;
}
</style>
background-color css
<style>
a { background-color: #D4144E; }
a { background-color: rgb(212,20,78); }
div.DivClassName
{
background-color: #D4144E;
}
.BgClassName
{
background-color: #D4144E;
}
</style>
border-color css
<style>
span { border-color: #D4144E; }
span { border-color: rgb(212,20,78); }
td.TdClassName
{
border-color: #D4144E;
}
.TagClassName
{
border-color: #D4144E;
}
</style>