Shades of Crimson #D50C2F
Tints of Crimson #D50C2F
RGB
CMYK
RGB Variations
Color information
#D50C2F (or 0xD50C2F) is known color: Crimson. HEX triplet: D5, 0C and 2F. RGB value is (213,12,47). Sum of RGB (Red+Green+Blue) = 213+12+47=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C2F is #2AF3D0. Grayscale: #4C4C4C. Windows color (decimal): -2814929 or 3083477. OLE color: 3083477.
HSL color Cylindrical-coordinate representation of color #D50C2F: hue angle of 349.55º 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 #D50C2F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 47 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.16 |
| HSL | 349.55º | 0.89% | 0.44% | - |
| HSV(B) | 349.55º | 0.94% | 0.84% | - |
| XYZ | 28.09 | 14.61 | 4.03 | - |
| YUV | 76.09 | 111.59 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 47 | 0 | 0.94 | 0.78 | 0.16 | 349.55 | 0.89 | 0.44 |
| Hex | D5 | C | 2F | 0 | 5E | 4E | 10 | 15E | 59 | 2C |
| Octal | 325 | 14 | 57 | 0 | 136 | 116 | 20 | 536 | 131 | 54 |
| Binary | 11010101 | 1100 | 101111 | 0 | 1011110 | 1001110 | 10000 | 101011110 | 1011001 | 101100 |
Color Harmonies of #D50C2F
Complementary color
Monochromatic Colors of #D50C2F
Black with #D50C2F
Text Example
Text Example
White with #D50C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C2F; }
p { color: rgb(213,12,47); }
H1.HeaderClassName
{
color: #D50C2F;
}
.AnyTagClassName
{
color: #D50C2F;
}
</style>
background-color css
<style>
a { background-color: #D50C2F; }
a { background-color: rgb(213,12,47); }
div.DivClassName
{
background-color: #D50C2F;
}
.BgClassName
{
background-color: #D50C2F;
}
</style>
border-color css
<style>
span { border-color: #D50C2F; }
span { border-color: rgb(213,12,47); }
td.TdClassName
{
border-color: #D50C2F;
}
.TagClassName
{
border-color: #D50C2F;
}
</style>