Shades of Crimson #D50735
Tints of Crimson #D50735
RGB
CMYK
RGB Variations
Color information
#D50735 (or 0xD50735) is known color: Crimson. HEX triplet: D5, 07 and 35. RGB value is (213,7,53). Sum of RGB (Red+Green+Blue) = 213+7+53=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D50735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50735 is #2AF8CA. Grayscale: #494949. Windows color (decimal): -2816203 or 3475413. OLE color: 3475413.
HSL color Cylindrical-coordinate representation of color #D50735: hue angle of 346.6º 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 #D50735 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 53 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.16 |
| HSL | 346.6º | 0.94% | 0.43% | - |
| HSV(B) | 346.6º | 0.97% | 0.84% | - |
| XYZ | 28.16 | 14.56 | 4.69 | - |
| YUV | 73.84 | 116.25 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 53 | 0 | 0.97 | 0.75 | 0.16 | 346.6 | 0.94 | 0.43 |
| Hex | D5 | 7 | 35 | 0 | 61 | 4B | 10 | 15B | 5E | 2B |
| Octal | 325 | 7 | 65 | 0 | 141 | 113 | 20 | 533 | 136 | 53 |
| Binary | 11010101 | 111 | 110101 | 0 | 1100001 | 1001011 | 10000 | 101011011 | 1011110 | 101011 |
Color Harmonies of #D50735
Complementary color
Monochromatic Colors of #D50735
Black with #D50735
Text Example
Text Example
White with #D50735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50735; }
p { color: rgb(213,7,53); }
H1.HeaderClassName
{
color: #D50735;
}
.AnyTagClassName
{
color: #D50735;
}
</style>
background-color css
<style>
a { background-color: #D50735; }
a { background-color: rgb(213,7,53); }
div.DivClassName
{
background-color: #D50735;
}
.BgClassName
{
background-color: #D50735;
}
</style>
border-color css
<style>
span { border-color: #D50735; }
span { border-color: rgb(213,7,53); }
td.TdClassName
{
border-color: #D50735;
}
.TagClassName
{
border-color: #D50735;
}
</style>