Shades of Crimson #D50237
Tints of Crimson #D50237
RGB
CMYK
RGB Variations
Color information
#D50237 (or 0xD50237) is known color: Crimson. HEX triplet: D5, 02 and 37. RGB value is (213,2,55). Sum of RGB (Red+Green+Blue) = 213+2+55=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D50237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50237 is #2AFDC8. Grayscale: #474747. Windows color (decimal): -2817481 or 3605205. OLE color: 3605205.
HSL color Cylindrical-coordinate representation of color #D50237: hue angle of 344.93º degrees, saturation: 0.98, 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 #D50237 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.16 |
| HSL | 344.93º | 0.98% | 0.42% | - |
| HSV(B) | 344.93º | 0.99% | 0.84% | - |
| XYZ | 28.15 | 14.47 | 4.92 | - |
| YUV | 71.13 | 118.9 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 55 | 0 | 0.99 | 0.74 | 0.16 | 344.93 | 0.98 | 0.42 |
| Hex | D5 | 2 | 37 | 0 | 63 | 4A | 10 | 159 | 62 | 2A |
| Octal | 325 | 2 | 67 | 0 | 143 | 112 | 20 | 531 | 142 | 52 |
| Binary | 11010101 | 10 | 110111 | 0 | 1100011 | 1001010 | 10000 | 101011001 | 1100010 | 101010 |
Color Harmonies of #D50237
Complementary color
Monochromatic Colors of #D50237
Black with #D50237
Text Example
Text Example
White with #D50237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50237; }
p { color: rgb(213,2,55); }
H1.HeaderClassName
{
color: #D50237;
}
.AnyTagClassName
{
color: #D50237;
}
</style>
background-color css
<style>
a { background-color: #D50237; }
a { background-color: rgb(213,2,55); }
div.DivClassName
{
background-color: #D50237;
}
.BgClassName
{
background-color: #D50237;
}
</style>
border-color css
<style>
span { border-color: #D50237; }
span { border-color: rgb(213,2,55); }
td.TdClassName
{
border-color: #D50237;
}
.TagClassName
{
border-color: #D50237;
}
</style>