Shades of Crimson #D41744
Tints of Crimson #D41744
RGB
CMYK
RGB Variations
Color information
#D41744 (or 0xD41744) is known color: Crimson. HEX triplet: D4, 17 and 44. RGB value is (212,23,68). Sum of RGB (Red+Green+Blue) = 212+23+68=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D41744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41744 is #2BE8BB. Grayscale: #545454. Windows color (decimal): -2877628 or 4462548. OLE color: 4462548.
HSL color Cylindrical-coordinate representation of color #D41744: hue angle of 345.71º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41744 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 68 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.17 |
| HSL | 345.71º | 0.8% | 0.46% | - |
| HSV(B) | 345.71º | 0.89% | 0.83% | - |
| XYZ | 28.5 | 15.03 | 6.87 | - |
| YUV | 84.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 68 | 0 | 0.89 | 0.68 | 0.17 | 345.71 | 0.8 | 0.46 |
| Hex | D4 | 17 | 44 | 0 | 59 | 44 | 11 | 15A | 50 | 2E |
| Octal | 324 | 27 | 104 | 0 | 131 | 104 | 21 | 532 | 120 | 56 |
| Binary | 11010100 | 10111 | 1000100 | 0 | 1011001 | 1000100 | 10001 | 101011010 | 1010000 | 101110 |
Color Harmonies of #D41744
Complementary color
Monochromatic Colors of #D41744
Black with #D41744
Text Example
Text Example
White with #D41744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41744; }
p { color: rgb(212,23,68); }
H1.HeaderClassName
{
color: #D41744;
}
.AnyTagClassName
{
color: #D41744;
}
</style>
background-color css
<style>
a { background-color: #D41744; }
a { background-color: rgb(212,23,68); }
div.DivClassName
{
background-color: #D41744;
}
.BgClassName
{
background-color: #D41744;
}
</style>
border-color css
<style>
span { border-color: #D41744; }
span { border-color: rgb(212,23,68); }
td.TdClassName
{
border-color: #D41744;
}
.TagClassName
{
border-color: #D41744;
}
</style>