Shades of Crimson #D50F41
Tints of Crimson #D50F41
RGB
CMYK
RGB Variations
Color information
#D50F41 (or 0xD50F41) is known color: Crimson. HEX triplet: D5, 0F and 41. RGB value is (213,15,65). Sum of RGB (Red+Green+Blue) = 213+15+65=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50F41 is #2AF0BE. Grayscale: #4F4F4F. Windows color (decimal): -2814143 or 4263893. OLE color: 4263893.
HSL color Cylindrical-coordinate representation of color #D50F41: hue angle of 344.85º 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 #D50F41 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 65 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.16 |
| HSL | 344.85º | 0.87% | 0.45% | - |
| HSV(B) | 344.85º | 0.93% | 0.84% | - |
| XYZ | 28.57 | 14.87 | 6.37 | - |
| YUV | 79.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 65 | 0 | 0.93 | 0.69 | 0.16 | 344.85 | 0.87 | 0.45 |
| Hex | D5 | F | 41 | 0 | 5D | 45 | 10 | 159 | 57 | 2D |
| Octal | 325 | 17 | 101 | 0 | 135 | 105 | 20 | 531 | 127 | 55 |
| Binary | 11010101 | 1111 | 1000001 | 0 | 1011101 | 1000101 | 10000 | 101011001 | 1010111 | 101101 |
Color Harmonies of #D50F41
Complementary color
Monochromatic Colors of #D50F41
Black with #D50F41
Text Example
Text Example
White with #D50F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F41; }
p { color: rgb(213,15,65); }
H1.HeaderClassName
{
color: #D50F41;
}
.AnyTagClassName
{
color: #D50F41;
}
</style>
background-color css
<style>
a { background-color: #D50F41; }
a { background-color: rgb(213,15,65); }
div.DivClassName
{
background-color: #D50F41;
}
.BgClassName
{
background-color: #D50F41;
}
</style>
border-color css
<style>
span { border-color: #D50F41; }
span { border-color: rgb(213,15,65); }
td.TdClassName
{
border-color: #D50F41;
}
.TagClassName
{
border-color: #D50F41;
}
</style>