Shades of Crimson #D51441
Tints of Crimson #D51441
RGB
CMYK
RGB Variations
Color information
#D51441 (or 0xD51441) is known color: Crimson. HEX triplet: D5, 14 and 41. RGB value is (213,20,65). Sum of RGB (Red+Green+Blue) = 213+20+65=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D51441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51441 is #2AEBBE. Grayscale: #525252. Windows color (decimal): -2812863 or 4265173. OLE color: 4265173.
HSL color Cylindrical-coordinate representation of color #D51441: hue angle of 346.01º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51441 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 65 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.16 |
| HSL | 346.01º | 0.83% | 0.46% | - |
| HSV(B) | 346.01º | 0.91% | 0.84% | - |
| XYZ | 28.64 | 15.03 | 6.39 | - |
| YUV | 82.84 | 117.94 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 65 | 0 | 0.91 | 0.69 | 0.16 | 346.01 | 0.83 | 0.46 |
| Hex | D5 | 14 | 41 | 0 | 5B | 45 | 10 | 15A | 53 | 2E |
| Octal | 325 | 24 | 101 | 0 | 133 | 105 | 20 | 532 | 123 | 56 |
| Binary | 11010101 | 10100 | 1000001 | 0 | 1011011 | 1000101 | 10000 | 101011010 | 1010011 | 101110 |
Color Harmonies of #D51441
Complementary color
Monochromatic Colors of #D51441
Black with #D51441
Text Example
Text Example
White with #D51441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51441; }
p { color: rgb(213,20,65); }
H1.HeaderClassName
{
color: #D51441;
}
.AnyTagClassName
{
color: #D51441;
}
</style>
background-color css
<style>
a { background-color: #D51441; }
a { background-color: rgb(213,20,65); }
div.DivClassName
{
background-color: #D51441;
}
.BgClassName
{
background-color: #D51441;
}
</style>
border-color css
<style>
span { border-color: #D51441; }
span { border-color: rgb(213,20,65); }
td.TdClassName
{
border-color: #D51441;
}
.TagClassName
{
border-color: #D51441;
}
</style>