Shades of Crimson #D5124C
Tints of Crimson #D5124C
RGB
CMYK
RGB Variations
Color information
#D5124C (or 0xD5124C) is known color: Crimson. HEX triplet: D5, 12 and 4C. RGB value is (213,18,76). Sum of RGB (Red+Green+Blue) = 213+18+76=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5124C is #2AEDB3. Grayscale: #525252. Windows color (decimal): -2813364 or 4985557. OLE color: 4985557.
HSL color Cylindrical-coordinate representation of color #D5124C: hue angle of 342.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5124C is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 76 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.16 |
| HSL | 342.15º | 0.84% | 0.45% | - |
| HSV(B) | 342.15º | 0.92% | 0.84% | - |
| XYZ | 28.96 | 15.1 | 8.23 | - |
| YUV | 82.92 | 124.1 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 76 | 0 | 0.92 | 0.64 | 0.16 | 342.15 | 0.84 | 0.45 |
| Hex | D5 | 12 | 4C | 0 | 5C | 40 | 10 | 156 | 54 | 2D |
| Octal | 325 | 22 | 114 | 0 | 134 | 100 | 20 | 526 | 124 | 55 |
| Binary | 11010101 | 10010 | 1001100 | 0 | 1011100 | 1000000 | 10000 | 101010110 | 1010100 | 101101 |
Color Harmonies of #D5124C
Complementary color
Monochromatic Colors of #D5124C
Black with #D5124C
Text Example
Text Example
White with #D5124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5124C; }
p { color: rgb(213,18,76); }
H1.HeaderClassName
{
color: #D5124C;
}
.AnyTagClassName
{
color: #D5124C;
}
</style>
background-color css
<style>
a { background-color: #D5124C; }
a { background-color: rgb(213,18,76); }
div.DivClassName
{
background-color: #D5124C;
}
.BgClassName
{
background-color: #D5124C;
}
</style>
border-color css
<style>
span { border-color: #D5124C; }
span { border-color: rgb(213,18,76); }
td.TdClassName
{
border-color: #D5124C;
}
.TagClassName
{
border-color: #D5124C;
}
</style>