Shades of Crimson #D40F4D
Tints of Crimson #D40F4D
RGB
CMYK
RGB Variations
Color information
#D40F4D (or 0xD40F4D) is known color: Crimson. HEX triplet: D4, 0F and 4D. RGB value is (212,15,77). Sum of RGB (Red+Green+Blue) = 212+15+77=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40F4D is #2BF0B2. Grayscale: #505050. Windows color (decimal): -2879667 or 5050324. OLE color: 5050324.
HSL color Cylindrical-coordinate representation of color #D40F4D: hue angle of 341.12º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40F4D is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 77 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.17 |
| HSL | 341.12º | 0.87% | 0.45% | - |
| HSV(B) | 341.12º | 0.93% | 0.83% | - |
| XYZ | 28.66 | 14.87 | 8.38 | - |
| YUV | 80.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 77 | 0 | 0.93 | 0.64 | 0.17 | 341.12 | 0.87 | 0.45 |
| Hex | D4 | F | 4D | 0 | 5D | 40 | 11 | 155 | 57 | 2D |
| Octal | 324 | 17 | 115 | 0 | 135 | 100 | 21 | 525 | 127 | 55 |
| Binary | 11010100 | 1111 | 1001101 | 0 | 1011101 | 1000000 | 10001 | 101010101 | 1010111 | 101101 |
Color Harmonies of #D40F4D
Complementary color
Monochromatic Colors of #D40F4D
Black with #D40F4D
Text Example
Text Example
White with #D40F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F4D; }
p { color: rgb(212,15,77); }
H1.HeaderClassName
{
color: #D40F4D;
}
.AnyTagClassName
{
color: #D40F4D;
}
</style>
background-color css
<style>
a { background-color: #D40F4D; }
a { background-color: rgb(212,15,77); }
div.DivClassName
{
background-color: #D40F4D;
}
.BgClassName
{
background-color: #D40F4D;
}
</style>
border-color css
<style>
span { border-color: #D40F4D; }
span { border-color: rgb(212,15,77); }
td.TdClassName
{
border-color: #D40F4D;
}
.TagClassName
{
border-color: #D40F4D;
}
</style>