Shades of Crimson #D5124A
Tints of Crimson #D5124A
RGB
CMYK
RGB Variations
Color information
#D5124A (or 0xD5124A) is known color: Crimson. HEX triplet: D5, 12 and 4A. RGB value is (213,18,74). Sum of RGB (Red+Green+Blue) = 213+18+74=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D5124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5124A is #2AEDB5. Grayscale: #525252. Windows color (decimal): -2813366 or 4854485. OLE color: 4854485.
HSL color Cylindrical-coordinate representation of color #D5124A: hue angle of 342.77º 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 #D5124A is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 74 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.16 |
| HSL | 342.77º | 0.84% | 0.45% | - |
| HSV(B) | 342.77º | 0.92% | 0.84% | - |
| XYZ | 28.89 | 15.07 | 7.87 | - |
| YUV | 82.69 | 123.1 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 74 | 0 | 0.92 | 0.65 | 0.16 | 342.77 | 0.84 | 0.45 |
| Hex | D5 | 12 | 4A | 0 | 5C | 41 | 10 | 157 | 54 | 2D |
| Octal | 325 | 22 | 112 | 0 | 134 | 101 | 20 | 527 | 124 | 55 |
| Binary | 11010101 | 10010 | 1001010 | 0 | 1011100 | 1000001 | 10000 | 101010111 | 1010100 | 101101 |
Color Harmonies of #D5124A
Complementary color
Monochromatic Colors of #D5124A
Black with #D5124A
Text Example
Text Example
White with #D5124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5124A; }
p { color: rgb(213,18,74); }
H1.HeaderClassName
{
color: #D5124A;
}
.AnyTagClassName
{
color: #D5124A;
}
</style>
background-color css
<style>
a { background-color: #D5124A; }
a { background-color: rgb(213,18,74); }
div.DivClassName
{
background-color: #D5124A;
}
.BgClassName
{
background-color: #D5124A;
}
</style>
border-color css
<style>
span { border-color: #D5124A; }
span { border-color: rgb(213,18,74); }
td.TdClassName
{
border-color: #D5124A;
}
.TagClassName
{
border-color: #D5124A;
}
</style>