Shades of Crimson #D50C32
Tints of Crimson #D50C32
RGB
CMYK
RGB Variations
Color information
#D50C32 (or 0xD50C32) is known color: Crimson. HEX triplet: D5, 0C and 32. RGB value is (213,12,50). Sum of RGB (Red+Green+Blue) = 213+12+50=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C32 is #2AF3CD. Grayscale: #4C4C4C. Windows color (decimal): -2814926 or 3280085. OLE color: 3280085.
HSL color Cylindrical-coordinate representation of color #D50C32: hue angle of 348.66º 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 #D50C32 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 50 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.16 |
| HSL | 348.66º | 0.89% | 0.44% | - |
| HSV(B) | 348.66º | 0.94% | 0.84% | - |
| XYZ | 28.15 | 14.64 | 4.36 | - |
| YUV | 76.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 50 | 0 | 0.94 | 0.77 | 0.16 | 348.66 | 0.89 | 0.44 |
| Hex | D5 | C | 32 | 0 | 5E | 4D | 10 | 15D | 59 | 2C |
| Octal | 325 | 14 | 62 | 0 | 136 | 115 | 20 | 535 | 131 | 54 |
| Binary | 11010101 | 1100 | 110010 | 0 | 1011110 | 1001101 | 10000 | 101011101 | 1011001 | 101100 |
Color Harmonies of #D50C32
Complementary color
Monochromatic Colors of #D50C32
Black with #D50C32
Text Example
Text Example
White with #D50C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C32; }
p { color: rgb(213,12,50); }
H1.HeaderClassName
{
color: #D50C32;
}
.AnyTagClassName
{
color: #D50C32;
}
</style>
background-color css
<style>
a { background-color: #D50C32; }
a { background-color: rgb(213,12,50); }
div.DivClassName
{
background-color: #D50C32;
}
.BgClassName
{
background-color: #D50C32;
}
</style>
border-color css
<style>
span { border-color: #D50C32; }
span { border-color: rgb(213,12,50); }
td.TdClassName
{
border-color: #D50C32;
}
.TagClassName
{
border-color: #D50C32;
}
</style>