Shades of Crimson #D5144D
Tints of Crimson #D5144D
RGB
CMYK
RGB Variations
Color information
#D5144D (or 0xD5144D) is known color: Crimson. HEX triplet: D5, 14 and 4D. RGB value is (213,20,77). Sum of RGB (Red+Green+Blue) = 213+20+77=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5144D is #2AEBB2. Grayscale: #545454. Windows color (decimal): -2812851 or 5051605. OLE color: 5051605.
HSL color Cylindrical-coordinate representation of color #D5144D: hue angle of 342.28º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5144D is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 77 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.16 |
| HSL | 342.28º | 0.83% | 0.46% | - |
| HSV(B) | 342.28º | 0.91% | 0.84% | - |
| XYZ | 29.03 | 15.18 | 8.42 | - |
| YUV | 84.21 | 123.94 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 77 | 0 | 0.91 | 0.64 | 0.16 | 342.28 | 0.83 | 0.46 |
| Hex | D5 | 14 | 4D | 0 | 5B | 40 | 10 | 156 | 53 | 2E |
| Octal | 325 | 24 | 115 | 0 | 133 | 100 | 20 | 526 | 123 | 56 |
| Binary | 11010101 | 10100 | 1001101 | 0 | 1011011 | 1000000 | 10000 | 101010110 | 1010011 | 101110 |
Color Harmonies of #D5144D
Complementary color
Monochromatic Colors of #D5144D
Black with #D5144D
Text Example
Text Example
White with #D5144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5144D; }
p { color: rgb(213,20,77); }
H1.HeaderClassName
{
color: #D5144D;
}
.AnyTagClassName
{
color: #D5144D;
}
</style>
background-color css
<style>
a { background-color: #D5144D; }
a { background-color: rgb(213,20,77); }
div.DivClassName
{
background-color: #D5144D;
}
.BgClassName
{
background-color: #D5144D;
}
</style>
border-color css
<style>
span { border-color: #D5144D; }
span { border-color: rgb(213,20,77); }
td.TdClassName
{
border-color: #D5144D;
}
.TagClassName
{
border-color: #D5144D;
}
</style>