Shades of Crimson #D41045
Tints of Crimson #D41045
RGB
CMYK
RGB Variations
Color information
#D41045 (or 0xD41045) is known color: Crimson. HEX triplet: D4, 10 and 45. RGB value is (212,16,69). Sum of RGB (Red+Green+Blue) = 212+16+69=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D41045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41045 is #2BEFBA. Grayscale: #505050. Windows color (decimal): -2879419 or 4526292. OLE color: 4526292.
HSL color Cylindrical-coordinate representation of color #D41045: hue angle of 343.78º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41045 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 69 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.17 |
| HSL | 343.78º | 0.86% | 0.45% | - |
| HSV(B) | 343.78º | 0.92% | 0.83% | - |
| XYZ | 28.41 | 14.8 | 6.99 | - |
| YUV | 80.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 69 | 0 | 0.92 | 0.67 | 0.17 | 343.78 | 0.86 | 0.45 |
| Hex | D4 | 10 | 45 | 0 | 5C | 43 | 11 | 158 | 56 | 2D |
| Octal | 324 | 20 | 105 | 0 | 134 | 103 | 21 | 530 | 126 | 55 |
| Binary | 11010100 | 10000 | 1000101 | 0 | 1011100 | 1000011 | 10001 | 101011000 | 1010110 | 101101 |
Color Harmonies of #D41045
Complementary color
Monochromatic Colors of #D41045
Black with #D41045
Text Example
Text Example
White with #D41045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41045; }
p { color: rgb(212,16,69); }
H1.HeaderClassName
{
color: #D41045;
}
.AnyTagClassName
{
color: #D41045;
}
</style>
background-color css
<style>
a { background-color: #D41045; }
a { background-color: rgb(212,16,69); }
div.DivClassName
{
background-color: #D41045;
}
.BgClassName
{
background-color: #D41045;
}
</style>
border-color css
<style>
span { border-color: #D41045; }
span { border-color: rgb(212,16,69); }
td.TdClassName
{
border-color: #D41045;
}
.TagClassName
{
border-color: #D41045;
}
</style>