Shades of Crimson #D50032
Tints of Crimson #D50032
RGB
CMYK
RGB Variations
Color information
#D50032 (or 0xD50032) is known color: Crimson. HEX triplet: D5, 00 and 32. RGB value is (213,0,50). Sum of RGB (Red+Green+Blue) = 213+0+50=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D50032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50032 is #2AFFCD. Grayscale: #454545. Windows color (decimal): -2817998 or 3277013. OLE color: 3277013.
HSL color Cylindrical-coordinate representation of color #D50032: hue angle of 345.92º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50032 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.77 | 0.16 |
| HSL | 345.92º | 1% | 0.42% | - |
| HSV(B) | 345.92º | 1% | 0.84% | - |
| XYZ | 28.02 | 14.38 | 4.32 | - |
| YUV | 69.39 | 117.07 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 50 | 0 | 1 | 0.77 | 0.16 | 345.92 | 1 | 0.42 |
| Hex | D5 | 0 | 32 | 0 | 64 | 4D | 10 | 15A | 64 | 2A |
| Octal | 325 | 0 | 62 | 0 | 144 | 115 | 20 | 532 | 144 | 52 |
| Binary | 11010101 | 0 | 110010 | 0 | 1100100 | 1001101 | 10000 | 101011010 | 1100100 | 101010 |
Color Harmonies of #D50032
Complementary color
Monochromatic Colors of #D50032
Black with #D50032
Text Example
Text Example
White with #D50032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50032; }
p { color: rgb(213,0,50); }
H1.HeaderClassName
{
color: #D50032;
}
.AnyTagClassName
{
color: #D50032;
}
</style>
background-color css
<style>
a { background-color: #D50032; }
a { background-color: rgb(213,0,50); }
div.DivClassName
{
background-color: #D50032;
}
.BgClassName
{
background-color: #D50032;
}
</style>
border-color css
<style>
span { border-color: #D50032; }
span { border-color: rgb(213,0,50); }
td.TdClassName
{
border-color: #D50032;
}
.TagClassName
{
border-color: #D50032;
}
</style>