Shades of Crimson #D50540
Tints of Crimson #D50540
RGB
CMYK
RGB Variations
Color information
#D50540 (or 0xD50540) is known color: Crimson. HEX triplet: D5, 05 and 40. RGB value is (213,5,64). Sum of RGB (Red+Green+Blue) = 213+5+64=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D50540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50540 is #2AFABF. Grayscale: #494949. Windows color (decimal): -2816704 or 4195797. OLE color: 4195797.
HSL color Cylindrical-coordinate representation of color #D50540: hue angle of 342.98º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50540 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.16 |
| HSL | 342.98º | 0.95% | 0.43% | - |
| HSV(B) | 342.98º | 0.98% | 0.84% | - |
| XYZ | 28.42 | 14.62 | 6.18 | - |
| YUV | 73.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 64 | 0 | 0.98 | 0.70 | 0.16 | 342.98 | 0.95 | 0.43 |
| Hex | D5 | 5 | 40 | 0 | 62 | 46 | 10 | 157 | 5F | 2B |
| Octal | 325 | 5 | 100 | 0 | 142 | 106 | 20 | 527 | 137 | 53 |
| Binary | 11010101 | 101 | 1000000 | 0 | 1100010 | 1000110 | 10000 | 101010111 | 1011111 | 101011 |
Color Harmonies of #D50540
Complementary color
Monochromatic Colors of #D50540
Black with #D50540
Text Example
Text Example
White with #D50540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50540; }
p { color: rgb(213,5,64); }
H1.HeaderClassName
{
color: #D50540;
}
.AnyTagClassName
{
color: #D50540;
}
</style>
background-color css
<style>
a { background-color: #D50540; }
a { background-color: rgb(213,5,64); }
div.DivClassName
{
background-color: #D50540;
}
.BgClassName
{
background-color: #D50540;
}
</style>
border-color css
<style>
span { border-color: #D50540; }
span { border-color: rgb(213,5,64); }
td.TdClassName
{
border-color: #D50540;
}
.TagClassName
{
border-color: #D50540;
}
</style>