Shades of Crimson #D50C2E
Tints of Crimson #D50C2E
RGB
CMYK
RGB Variations
Color information
#D50C2E (or 0xD50C2E) is known color: Crimson. HEX triplet: D5, 0C and 2E. RGB value is (213,12,46). Sum of RGB (Red+Green+Blue) = 213+12+46=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C2E is #2AF3D1. Grayscale: #4C4C4C. Windows color (decimal): -2814930 or 3017941. OLE color: 3017941.
HSL color Cylindrical-coordinate representation of color #D50C2E: hue angle of 349.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C2E is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 46 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.16 |
| HSL | 349.85º | 0.89% | 0.44% | - |
| HSV(B) | 349.85º | 0.94% | 0.84% | - |
| XYZ | 28.07 | 14.61 | 3.92 | - |
| YUV | 75.98 | 111.09 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 46 | 0 | 0.94 | 0.78 | 0.16 | 349.85 | 0.89 | 0.44 |
| Hex | D5 | C | 2E | 0 | 5E | 4E | 10 | 15E | 59 | 2C |
| Octal | 325 | 14 | 56 | 0 | 136 | 116 | 20 | 536 | 131 | 54 |
| Binary | 11010101 | 1100 | 101110 | 0 | 1011110 | 1001110 | 10000 | 101011110 | 1011001 | 101100 |
Color Harmonies of #D50C2E
Complementary color
Monochromatic Colors of #D50C2E
Black with #D50C2E
Text Example
Text Example
White with #D50C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C2E; }
p { color: rgb(213,12,46); }
H1.HeaderClassName
{
color: #D50C2E;
}
.AnyTagClassName
{
color: #D50C2E;
}
</style>
background-color css
<style>
a { background-color: #D50C2E; }
a { background-color: rgb(213,12,46); }
div.DivClassName
{
background-color: #D50C2E;
}
.BgClassName
{
background-color: #D50C2E;
}
</style>
border-color css
<style>
span { border-color: #D50C2E; }
span { border-color: rgb(213,12,46); }
td.TdClassName
{
border-color: #D50C2E;
}
.TagClassName
{
border-color: #D50C2E;
}
</style>