Shades of Crimson #D40146
Tints of Crimson #D40146
RGB
CMYK
RGB Variations
Color information
#D40146 (or 0xD40146) is known color: Crimson. HEX triplet: D4, 01 and 46. RGB value is (212,1,70). Sum of RGB (Red+Green+Blue) = 212+1+70=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D40146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40146 is #2BFEB9. Grayscale: #474747. Windows color (decimal): -2883258 or 4587988. OLE color: 4587988.
HSL color Cylindrical-coordinate representation of color #D40146: hue angle of 340.38º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40146 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 70 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.17 |
| HSL | 340.38º | 0.99% | 0.42% | - |
| HSV(B) | 340.38º | 1% | 0.83% | - |
| XYZ | 28.27 | 14.46 | 7.1 | - |
| YUV | 71.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 70 | 0 | 1.00 | 0.67 | 0.17 | 340.38 | 0.99 | 0.42 |
| Hex | D4 | 1 | 46 | 0 | 64 | 43 | 11 | 154 | 63 | 2A |
| Octal | 324 | 1 | 106 | 0 | 144 | 103 | 21 | 524 | 143 | 52 |
| Binary | 11010100 | 1 | 1000110 | 0 | 1100100 | 1000011 | 10001 | 101010100 | 1100011 | 101010 |
Color Harmonies of #D40146
Complementary color
Monochromatic Colors of #D40146
Black with #D40146
Text Example
Text Example
White with #D40146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40146; }
p { color: rgb(212,1,70); }
H1.HeaderClassName
{
color: #D40146;
}
.AnyTagClassName
{
color: #D40146;
}
</style>
background-color css
<style>
a { background-color: #D40146; }
a { background-color: rgb(212,1,70); }
div.DivClassName
{
background-color: #D40146;
}
.BgClassName
{
background-color: #D40146;
}
</style>
border-color css
<style>
span { border-color: #D40146; }
span { border-color: rgb(212,1,70); }
td.TdClassName
{
border-color: #D40146;
}
.TagClassName
{
border-color: #D40146;
}
</style>