Shades of Crimson #D41631
Tints of Crimson #D41631
RGB
CMYK
RGB Variations
Color information
#D41631 (or 0xD41631) is known color: Crimson. HEX triplet: D4, 16 and 31. RGB value is (212,22,49). Sum of RGB (Red+Green+Blue) = 212+22+49=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D41631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41631 is #2BE9CE. Grayscale: #515151. Windows color (decimal): -2877903 or 3217108. OLE color: 3217108.
HSL color Cylindrical-coordinate representation of color #D41631: hue angle of 351.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41631 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 49 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.17 |
| HSL | 351.47º | 0.81% | 0.46% | - |
| HSV(B) | 351.47º | 0.9% | 0.83% | - |
| XYZ | 27.99 | 14.79 | 4.29 | - |
| YUV | 81.89 | 109.45 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 49 | 0 | 0.90 | 0.77 | 0.17 | 351.47 | 0.81 | 0.46 |
| Hex | D4 | 16 | 31 | 0 | 5A | 4D | 11 | 15F | 51 | 2E |
| Octal | 324 | 26 | 61 | 0 | 132 | 115 | 21 | 537 | 121 | 56 |
| Binary | 11010100 | 10110 | 110001 | 0 | 1011010 | 1001101 | 10001 | 101011111 | 1010001 | 101110 |
Color Harmonies of #D41631
Complementary color
Monochromatic Colors of #D41631
Black with #D41631
Text Example
Text Example
White with #D41631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41631; }
p { color: rgb(212,22,49); }
H1.HeaderClassName
{
color: #D41631;
}
.AnyTagClassName
{
color: #D41631;
}
</style>
background-color css
<style>
a { background-color: #D41631; }
a { background-color: rgb(212,22,49); }
div.DivClassName
{
background-color: #D41631;
}
.BgClassName
{
background-color: #D41631;
}
</style>
border-color css
<style>
span { border-color: #D41631; }
span { border-color: rgb(212,22,49); }
td.TdClassName
{
border-color: #D41631;
}
.TagClassName
{
border-color: #D41631;
}
</style>