Shades of Crimson #D41942
Tints of Crimson #D41942
RGB
CMYK
RGB Variations
Color information
#D41942 (or 0xD41942) is known color: Crimson. HEX triplet: D4, 19 and 42. RGB value is (212,25,66). Sum of RGB (Red+Green+Blue) = 212+25+66=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D41942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41942 is #2BE6BD. Grayscale: #555555. Windows color (decimal): -2877118 or 4331988. OLE color: 4331988.
HSL color Cylindrical-coordinate representation of color #D41942: hue angle of 346.84º 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 #D41942 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 66 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.17 |
| HSL | 346.84º | 0.79% | 0.46% | - |
| HSV(B) | 346.84º | 0.88% | 0.83% | - |
| XYZ | 28.48 | 15.09 | 6.56 | - |
| YUV | 85.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 66 | 0 | 0.88 | 0.69 | 0.17 | 346.84 | 0.79 | 0.46 |
| Hex | D4 | 19 | 42 | 0 | 58 | 45 | 11 | 15B | 4F | 2E |
| Octal | 324 | 31 | 102 | 0 | 130 | 105 | 21 | 533 | 117 | 56 |
| Binary | 11010100 | 11001 | 1000010 | 0 | 1011000 | 1000101 | 10001 | 101011011 | 1001111 | 101110 |
Color Harmonies of #D41942
Complementary color
Monochromatic Colors of #D41942
Black with #D41942
Text Example
Text Example
White with #D41942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41942; }
p { color: rgb(212,25,66); }
H1.HeaderClassName
{
color: #D41942;
}
.AnyTagClassName
{
color: #D41942;
}
</style>
background-color css
<style>
a { background-color: #D41942; }
a { background-color: rgb(212,25,66); }
div.DivClassName
{
background-color: #D41942;
}
.BgClassName
{
background-color: #D41942;
}
</style>
border-color css
<style>
span { border-color: #D41942; }
span { border-color: rgb(212,25,66); }
td.TdClassName
{
border-color: #D41942;
}
.TagClassName
{
border-color: #D41942;
}
</style>