Shades of Crimson #D41B3E
Tints of Crimson #D41B3E
RGB
CMYK
RGB Variations
Color information
#D41B3E (or 0xD41B3E) is known color: Crimson. HEX triplet: D4, 1B and 3E. RGB value is (212,27,62). Sum of RGB (Red+Green+Blue) = 212+27+62=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41B3E is #2BE4C1. Grayscale: #565656. Windows color (decimal): -2876610 or 4070356. OLE color: 4070356.
HSL color Cylindrical-coordinate representation of color #D41B3E: hue angle of 348.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41B3E is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 62 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.17 |
| HSL | 348.65º | 0.77% | 0.47% | - |
| HSV(B) | 348.65º | 0.87% | 0.83% | - |
| XYZ | 28.41 | 15.13 | 5.98 | - |
| YUV | 86.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 62 | 0 | 0.87 | 0.71 | 0.17 | 348.65 | 0.77 | 0.47 |
| Hex | D4 | 1B | 3E | 0 | 57 | 47 | 11 | 15D | 4D | 2F |
| Octal | 324 | 33 | 76 | 0 | 127 | 107 | 21 | 535 | 115 | 57 |
| Binary | 11010100 | 11011 | 111110 | 0 | 1010111 | 1000111 | 10001 | 101011101 | 1001101 | 101111 |
Color Harmonies of #D41B3E
Complementary color
Monochromatic Colors of #D41B3E
Black with #D41B3E
Text Example
Text Example
White with #D41B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B3E; }
p { color: rgb(212,27,62); }
H1.HeaderClassName
{
color: #D41B3E;
}
.AnyTagClassName
{
color: #D41B3E;
}
</style>
background-color css
<style>
a { background-color: #D41B3E; }
a { background-color: rgb(212,27,62); }
div.DivClassName
{
background-color: #D41B3E;
}
.BgClassName
{
background-color: #D41B3E;
}
</style>
border-color css
<style>
span { border-color: #D41B3E; }
span { border-color: rgb(212,27,62); }
td.TdClassName
{
border-color: #D41B3E;
}
.TagClassName
{
border-color: #D41B3E;
}
</style>