Shades of Crimson #D41D34
Tints of Crimson #D41D34
RGB
CMYK
RGB Variations
Color information
#D41D34 (or 0xD41D34) is known color: Crimson. HEX triplet: D4, 1D and 34. RGB value is (212,29,52). Sum of RGB (Red+Green+Blue) = 212+29+52=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41D34 is #2BE2CB. Grayscale: #565656. Windows color (decimal): -2876108 or 3415508. OLE color: 3415508.
HSL color Cylindrical-coordinate representation of color #D41D34: hue angle of 352.46º 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 #D41D34 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 52 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.17 |
| HSL | 352.46º | 0.76% | 0.47% | - |
| HSV(B) | 352.46º | 0.86% | 0.83% | - |
| XYZ | 28.21 | 15.12 | 4.68 | - |
| YUV | 86.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 52 | 0 | 0.86 | 0.75 | 0.17 | 352.46 | 0.76 | 0.47 |
| Hex | D4 | 1D | 34 | 0 | 56 | 4B | 11 | 160 | 4C | 2F |
| Octal | 324 | 35 | 64 | 0 | 126 | 113 | 21 | 540 | 114 | 57 |
| Binary | 11010100 | 11101 | 110100 | 0 | 1010110 | 1001011 | 10001 | 101100000 | 1001100 | 101111 |
Color Harmonies of #D41D34
Complementary color
Monochromatic Colors of #D41D34
Black with #D41D34
Text Example
Text Example
White with #D41D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D34; }
p { color: rgb(212,29,52); }
H1.HeaderClassName
{
color: #D41D34;
}
.AnyTagClassName
{
color: #D41D34;
}
</style>
background-color css
<style>
a { background-color: #D41D34; }
a { background-color: rgb(212,29,52); }
div.DivClassName
{
background-color: #D41D34;
}
.BgClassName
{
background-color: #D41D34;
}
</style>
border-color css
<style>
span { border-color: #D41D34; }
span { border-color: rgb(212,29,52); }
td.TdClassName
{
border-color: #D41D34;
}
.TagClassName
{
border-color: #D41D34;
}
</style>