Shades of Crimson #D50F40
Tints of Crimson #D50F40
RGB
CMYK
RGB Variations
Color information
#D50F40 (or 0xD50F40) is known color: Crimson. HEX triplet: D5, 0F and 40. RGB value is (213,15,64). Sum of RGB (Red+Green+Blue) = 213+15+64=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50F40 is #2AF0BF. Grayscale: #4F4F4F. Windows color (decimal): -2814144 or 4198357. OLE color: 4198357.
HSL color Cylindrical-coordinate representation of color #D50F40: hue angle of 345.15º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F40 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 64 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.16 |
| HSL | 345.15º | 0.87% | 0.45% | - |
| HSV(B) | 345.15º | 0.93% | 0.84% | - |
| XYZ | 28.54 | 14.86 | 6.21 | - |
| YUV | 79.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 64 | 0 | 0.93 | 0.70 | 0.16 | 345.15 | 0.87 | 0.45 |
| Hex | D5 | F | 40 | 0 | 5D | 46 | 10 | 159 | 57 | 2D |
| Octal | 325 | 17 | 100 | 0 | 135 | 106 | 20 | 531 | 127 | 55 |
| Binary | 11010101 | 1111 | 1000000 | 0 | 1011101 | 1000110 | 10000 | 101011001 | 1010111 | 101101 |
Color Harmonies of #D50F40
Complementary color
Monochromatic Colors of #D50F40
Black with #D50F40
Text Example
Text Example
White with #D50F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F40; }
p { color: rgb(213,15,64); }
H1.HeaderClassName
{
color: #D50F40;
}
.AnyTagClassName
{
color: #D50F40;
}
</style>
background-color css
<style>
a { background-color: #D50F40; }
a { background-color: rgb(213,15,64); }
div.DivClassName
{
background-color: #D50F40;
}
.BgClassName
{
background-color: #D50F40;
}
</style>
border-color css
<style>
span { border-color: #D50F40; }
span { border-color: rgb(213,15,64); }
td.TdClassName
{
border-color: #D50F40;
}
.TagClassName
{
border-color: #D50F40;
}
</style>