Shades of Crimson #D2144E
Tints of Crimson #D2144E
RGB
CMYK
RGB Variations
Color information
#D2144E (or 0xD2144E) is known color: Crimson. HEX triplet: D2, 14 and 4E. RGB value is (210,20,78). Sum of RGB (Red+Green+Blue) = 210+20+78=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2144E is #2DEBB1. Grayscale: #535353. Windows color (decimal): -3009458 or 5117138. OLE color: 5117138.
HSL color Cylindrical-coordinate representation of color #D2144E: hue angle of 341.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2144E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.18 |
| HSL | 341.68º | 0.83% | 0.45% | - |
| HSV(B) | 341.68º | 0.9% | 0.82% | - |
| XYZ | 28.2 | 14.75 | 8.57 | - |
| YUV | 83.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 78 | 0 | 0.90 | 0.63 | 0.18 | 341.68 | 0.83 | 0.45 |
| Hex | D2 | 14 | 4E | 0 | 5A | 3F | 12 | 156 | 53 | 2D |
| Octal | 322 | 24 | 116 | 0 | 132 | 77 | 22 | 526 | 123 | 55 |
| Binary | 11010010 | 10100 | 1001110 | 0 | 1011010 | 111111 | 10010 | 101010110 | 1010011 | 101101 |
Color Harmonies of #D2144E
Complementary color
Monochromatic Colors of #D2144E
Black with #D2144E
Text Example
Text Example
White with #D2144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2144E; }
p { color: rgb(210,20,78); }
H1.HeaderClassName
{
color: #D2144E;
}
.AnyTagClassName
{
color: #D2144E;
}
</style>
background-color css
<style>
a { background-color: #D2144E; }
a { background-color: rgb(210,20,78); }
div.DivClassName
{
background-color: #D2144E;
}
.BgClassName
{
background-color: #D2144E;
}
</style>
border-color css
<style>
span { border-color: #D2144E; }
span { border-color: rgb(210,20,78); }
td.TdClassName
{
border-color: #D2144E;
}
.TagClassName
{
border-color: #D2144E;
}
</style>