Shades of Crimson #D50C35
Tints of Crimson #D50C35
RGB
CMYK
RGB Variations
Color information
#D50C35 (or 0xD50C35) is known color: Crimson. HEX triplet: D5, 0C and 35. RGB value is (213,12,53). Sum of RGB (Red+Green+Blue) = 213+12+53=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C35 is #2AF3CA. Grayscale: #4C4C4C. Windows color (decimal): -2814923 or 3476693. OLE color: 3476693.
HSL color Cylindrical-coordinate representation of color #D50C35: hue angle of 347.76º 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 #D50C35 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 53 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.16 |
| HSL | 347.76º | 0.89% | 0.44% | - |
| HSV(B) | 347.76º | 0.94% | 0.84% | - |
| XYZ | 28.21 | 14.67 | 4.71 | - |
| YUV | 76.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 53 | 0 | 0.94 | 0.75 | 0.16 | 347.76 | 0.89 | 0.44 |
| Hex | D5 | C | 35 | 0 | 5E | 4B | 10 | 15C | 59 | 2C |
| Octal | 325 | 14 | 65 | 0 | 136 | 113 | 20 | 534 | 131 | 54 |
| Binary | 11010101 | 1100 | 110101 | 0 | 1011110 | 1001011 | 10000 | 101011100 | 1011001 | 101100 |
Color Harmonies of #D50C35
Complementary color
Monochromatic Colors of #D50C35
Black with #D50C35
Text Example
Text Example
White with #D50C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C35; }
p { color: rgb(213,12,53); }
H1.HeaderClassName
{
color: #D50C35;
}
.AnyTagClassName
{
color: #D50C35;
}
</style>
background-color css
<style>
a { background-color: #D50C35; }
a { background-color: rgb(213,12,53); }
div.DivClassName
{
background-color: #D50C35;
}
.BgClassName
{
background-color: #D50C35;
}
</style>
border-color css
<style>
span { border-color: #D50C35; }
span { border-color: rgb(213,12,53); }
td.TdClassName
{
border-color: #D50C35;
}
.TagClassName
{
border-color: #D50C35;
}
</style>