Shades of Crimson #D41945
Tints of Crimson #D41945
RGB
CMYK
RGB Variations
Color information
#D41945 (or 0xD41945) is known color: Crimson. HEX triplet: D4, 19 and 45. RGB value is (212,25,69). Sum of RGB (Red+Green+Blue) = 212+25+69=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D41945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41945 is #2BE6BA. Grayscale: #555555. Windows color (decimal): -2877115 or 4528596. OLE color: 4528596.
HSL color Cylindrical-coordinate representation of color #D41945: hue angle of 345.88º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41945 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 69 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.17 |
| HSL | 345.88º | 0.79% | 0.46% | - |
| HSV(B) | 345.88º | 0.88% | 0.83% | - |
| XYZ | 28.57 | 15.12 | 7.04 | - |
| YUV | 85.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 69 | 0 | 0.88 | 0.67 | 0.17 | 345.88 | 0.79 | 0.46 |
| Hex | D4 | 19 | 45 | 0 | 58 | 43 | 11 | 15A | 4F | 2E |
| Octal | 324 | 31 | 105 | 0 | 130 | 103 | 21 | 532 | 117 | 56 |
| Binary | 11010100 | 11001 | 1000101 | 0 | 1011000 | 1000011 | 10001 | 101011010 | 1001111 | 101110 |
Color Harmonies of #D41945
Complementary color
Monochromatic Colors of #D41945
Black with #D41945
Text Example
Text Example
White with #D41945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41945; }
p { color: rgb(212,25,69); }
H1.HeaderClassName
{
color: #D41945;
}
.AnyTagClassName
{
color: #D41945;
}
</style>
background-color css
<style>
a { background-color: #D41945; }
a { background-color: rgb(212,25,69); }
div.DivClassName
{
background-color: #D41945;
}
.BgClassName
{
background-color: #D41945;
}
</style>
border-color css
<style>
span { border-color: #D41945; }
span { border-color: rgb(212,25,69); }
td.TdClassName
{
border-color: #D41945;
}
.TagClassName
{
border-color: #D41945;
}
</style>