Shades of Crimson #D50037
Tints of Crimson #D50037
RGB
CMYK
RGB Variations
Color information
#D50037 (or 0xD50037) is known color: Crimson. HEX triplet: D5, 00 and 37. RGB value is (213,0,55). Sum of RGB (Red+Green+Blue) = 213+0+55=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D50037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50037 is #2AFFC8. Grayscale: #454545. Windows color (decimal): -2817993 or 3604693. OLE color: 3604693.
HSL color Cylindrical-coordinate representation of color #D50037: hue angle of 344.51º 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 #D50037 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.74 | 0.16 |
| HSL | 344.51º | 1% | 0.42% | - |
| HSV(B) | 344.51º | 1% | 0.84% | - |
| XYZ | 28.13 | 14.42 | 4.92 | - |
| YUV | 69.96 | 119.57 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 55 | 0 | 1 | 0.74 | 0.16 | 344.51 | 1 | 0.42 |
| Hex | D5 | 0 | 37 | 0 | 64 | 4A | 10 | 159 | 64 | 2A |
| Octal | 325 | 0 | 67 | 0 | 144 | 112 | 20 | 531 | 144 | 52 |
| Binary | 11010101 | 0 | 110111 | 0 | 1100100 | 1001010 | 10000 | 101011001 | 1100100 | 101010 |
Color Harmonies of #D50037
Complementary color
Monochromatic Colors of #D50037
Black with #D50037
Text Example
Text Example
White with #D50037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50037; }
p { color: rgb(213,0,55); }
H1.HeaderClassName
{
color: #D50037;
}
.AnyTagClassName
{
color: #D50037;
}
</style>
background-color css
<style>
a { background-color: #D50037; }
a { background-color: rgb(213,0,55); }
div.DivClassName
{
background-color: #D50037;
}
.BgClassName
{
background-color: #D50037;
}
</style>
border-color css
<style>
span { border-color: #D50037; }
span { border-color: rgb(213,0,55); }
td.TdClassName
{
border-color: #D50037;
}
.TagClassName
{
border-color: #D50037;
}
</style>