Shades of Crimson #D41D3E
Tints of Crimson #D41D3E
RGB
CMYK
RGB Variations
Color information
#D41D3E (or 0xD41D3E) is known color: Crimson. HEX triplet: D4, 1D and 3E. RGB value is (212,29,62). Sum of RGB (Red+Green+Blue) = 212+29+62=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41D3E is #2BE2C1. Grayscale: #575757. Windows color (decimal): -2876098 or 4070868. OLE color: 4070868.
HSL color Cylindrical-coordinate representation of color #D41D3E: hue angle of 349.18º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D3E is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 62 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.17 |
| HSL | 349.18º | 0.76% | 0.47% | - |
| HSV(B) | 349.18º | 0.86% | 0.83% | - |
| XYZ | 28.46 | 15.22 | 6 | - |
| YUV | 87.48 | 113.63 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 62 | 0 | 0.86 | 0.71 | 0.17 | 349.18 | 0.76 | 0.47 |
| Hex | D4 | 1D | 3E | 0 | 56 | 47 | 11 | 15D | 4C | 2F |
| Octal | 324 | 35 | 76 | 0 | 126 | 107 | 21 | 535 | 114 | 57 |
| Binary | 11010100 | 11101 | 111110 | 0 | 1010110 | 1000111 | 10001 | 101011101 | 1001100 | 101111 |
Color Harmonies of #D41D3E
Complementary color
Monochromatic Colors of #D41D3E
Black with #D41D3E
Text Example
Text Example
White with #D41D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D3E; }
p { color: rgb(212,29,62); }
H1.HeaderClassName
{
color: #D41D3E;
}
.AnyTagClassName
{
color: #D41D3E;
}
</style>
background-color css
<style>
a { background-color: #D41D3E; }
a { background-color: rgb(212,29,62); }
div.DivClassName
{
background-color: #D41D3E;
}
.BgClassName
{
background-color: #D41D3E;
}
</style>
border-color css
<style>
span { border-color: #D41D3E; }
span { border-color: rgb(212,29,62); }
td.TdClassName
{
border-color: #D41D3E;
}
.TagClassName
{
border-color: #D41D3E;
}
</style>