Shades of Crimson #D50734
Tints of Crimson #D50734
RGB
CMYK
RGB Variations
Color information
#D50734 (or 0xD50734) is known color: Crimson. HEX triplet: D5, 07 and 34. RGB value is (213,7,52). Sum of RGB (Red+Green+Blue) = 213+7+52=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D50734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50734 is #2AF8CB. Grayscale: #494949. Windows color (decimal): -2816204 or 3409877. OLE color: 3409877.
HSL color Cylindrical-coordinate representation of color #D50734: hue angle of 346.89º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50734 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.16 |
| HSL | 346.89º | 0.94% | 0.43% | - |
| HSV(B) | 346.89º | 0.97% | 0.84% | - |
| XYZ | 28.14 | 14.55 | 4.57 | - |
| YUV | 73.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 52 | 0 | 0.97 | 0.76 | 0.16 | 346.89 | 0.94 | 0.43 |
| Hex | D5 | 7 | 34 | 0 | 61 | 4C | 10 | 15B | 5E | 2B |
| Octal | 325 | 7 | 64 | 0 | 141 | 114 | 20 | 533 | 136 | 53 |
| Binary | 11010101 | 111 | 110100 | 0 | 1100001 | 1001100 | 10000 | 101011011 | 1011110 | 101011 |
Color Harmonies of #D50734
Complementary color
Monochromatic Colors of #D50734
Black with #D50734
Text Example
Text Example
White with #D50734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50734; }
p { color: rgb(213,7,52); }
H1.HeaderClassName
{
color: #D50734;
}
.AnyTagClassName
{
color: #D50734;
}
</style>
background-color css
<style>
a { background-color: #D50734; }
a { background-color: rgb(213,7,52); }
div.DivClassName
{
background-color: #D50734;
}
.BgClassName
{
background-color: #D50734;
}
</style>
border-color css
<style>
span { border-color: #D50734; }
span { border-color: rgb(213,7,52); }
td.TdClassName
{
border-color: #D50734;
}
.TagClassName
{
border-color: #D50734;
}
</style>