Shades of Crimson #D41630
Tints of Crimson #D41630
RGB
CMYK
RGB Variations
Color information
#D41630 (or 0xD41630) is known color: Crimson. HEX triplet: D4, 16 and 30. RGB value is (212,22,48). Sum of RGB (Red+Green+Blue) = 212+22+48=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D41630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41630 is #2BE9CF. Grayscale: #515151. Windows color (decimal): -2877904 or 3151572. OLE color: 3151572.
HSL color Cylindrical-coordinate representation of color #D41630: hue angle of 351.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41630 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 48 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.17 |
| HSL | 351.79º | 0.81% | 0.46% | - |
| HSV(B) | 351.79º | 0.9% | 0.83% | - |
| XYZ | 27.97 | 14.78 | 4.18 | - |
| YUV | 81.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 48 | 0 | 0.90 | 0.77 | 0.17 | 351.79 | 0.81 | 0.46 |
| Hex | D4 | 16 | 30 | 0 | 5A | 4D | 11 | 160 | 51 | 2E |
| Octal | 324 | 26 | 60 | 0 | 132 | 115 | 21 | 540 | 121 | 56 |
| Binary | 11010100 | 10110 | 110000 | 0 | 1011010 | 1001101 | 10001 | 101100000 | 1010001 | 101110 |
Color Harmonies of #D41630
Complementary color
Monochromatic Colors of #D41630
Black with #D41630
Text Example
Text Example
White with #D41630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41630; }
p { color: rgb(212,22,48); }
H1.HeaderClassName
{
color: #D41630;
}
.AnyTagClassName
{
color: #D41630;
}
</style>
background-color css
<style>
a { background-color: #D41630; }
a { background-color: rgb(212,22,48); }
div.DivClassName
{
background-color: #D41630;
}
.BgClassName
{
background-color: #D41630;
}
</style>
border-color css
<style>
span { border-color: #D41630; }
span { border-color: rgb(212,22,48); }
td.TdClassName
{
border-color: #D41630;
}
.TagClassName
{
border-color: #D41630;
}
</style>