Shades of Crimson #D50331
Tints of Crimson #D50331
RGB
CMYK
RGB Variations
Color information
#D50331 (or 0xD50331) is known color: Crimson. HEX triplet: D5, 03 and 31. RGB value is (213,3,49). Sum of RGB (Red+Green+Blue) = 213+3+49=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D50331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50331 is #2AFCCE. Grayscale: #474747. Windows color (decimal): -2817231 or 3212245. OLE color: 3212245.
HSL color Cylindrical-coordinate representation of color #D50331: hue angle of 346.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50331 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.16 |
| HSL | 346.86º | 0.97% | 0.42% | - |
| HSV(B) | 346.86º | 0.99% | 0.84% | - |
| XYZ | 28.03 | 14.43 | 4.21 | - |
| YUV | 71.03 | 115.57 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 49 | 0 | 0.99 | 0.77 | 0.16 | 346.86 | 0.97 | 0.42 |
| Hex | D5 | 3 | 31 | 0 | 63 | 4D | 10 | 15B | 61 | 2A |
| Octal | 325 | 3 | 61 | 0 | 143 | 115 | 20 | 533 | 141 | 52 |
| Binary | 11010101 | 11 | 110001 | 0 | 1100011 | 1001101 | 10000 | 101011011 | 1100001 | 101010 |
Color Harmonies of #D50331
Complementary color
Monochromatic Colors of #D50331
Black with #D50331
Text Example
Text Example
White with #D50331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50331; }
p { color: rgb(213,3,49); }
H1.HeaderClassName
{
color: #D50331;
}
.AnyTagClassName
{
color: #D50331;
}
</style>
background-color css
<style>
a { background-color: #D50331; }
a { background-color: rgb(213,3,49); }
div.DivClassName
{
background-color: #D50331;
}
.BgClassName
{
background-color: #D50331;
}
</style>
border-color css
<style>
span { border-color: #D50331; }
span { border-color: rgb(213,3,49); }
td.TdClassName
{
border-color: #D50331;
}
.TagClassName
{
border-color: #D50331;
}
</style>