Shades of Crimson #D52140
Tints of Crimson #D52140
RGB
CMYK
RGB Variations
Color information
#D52140 (or 0xD52140) is known color: Crimson. HEX triplet: D5, 21 and 40. RGB value is (213,33,64). Sum of RGB (Red+Green+Blue) = 213+33+64=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D52140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52140 is #2ADEBF. Grayscale: #5A5A5A. Windows color (decimal): -2809536 or 4202965. OLE color: 4202965.
HSL color Cylindrical-coordinate representation of color #D52140: hue angle of 349.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52140 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 64 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.16 |
| HSL | 349.67º | 0.73% | 0.48% | - |
| HSV(B) | 349.67º | 0.85% | 0.84% | - |
| XYZ | 28.91 | 15.6 | 6.34 | - |
| YUV | 90.35 | 113.13 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 64 | 0 | 0.85 | 0.70 | 0.16 | 349.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 40 | 0 | 55 | 46 | 10 | 15E | 49 | 30 |
| Octal | 325 | 41 | 100 | 0 | 125 | 106 | 20 | 536 | 111 | 60 |
| Binary | 11010101 | 100001 | 1000000 | 0 | 1010101 | 1000110 | 10000 | 101011110 | 1001001 | 110000 |
Color Harmonies of #D52140
Complementary color
Monochromatic Colors of #D52140
Black with #D52140
Text Example
Text Example
White with #D52140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52140; }
p { color: rgb(213,33,64); }
H1.HeaderClassName
{
color: #D52140;
}
.AnyTagClassName
{
color: #D52140;
}
</style>
background-color css
<style>
a { background-color: #D52140; }
a { background-color: rgb(213,33,64); }
div.DivClassName
{
background-color: #D52140;
}
.BgClassName
{
background-color: #D52140;
}
</style>
border-color css
<style>
span { border-color: #D52140; }
span { border-color: rgb(213,33,64); }
td.TdClassName
{
border-color: #D52140;
}
.TagClassName
{
border-color: #D52140;
}
</style>