Shades of Crimson #D4104C
Tints of Crimson #D4104C
RGB
CMYK
RGB Variations
Color information
#D4104C (or 0xD4104C) is known color: Crimson. HEX triplet: D4, 10 and 4C. RGB value is (212,16,76). Sum of RGB (Red+Green+Blue) = 212+16+76=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D4104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4104C is #2BEFB3. Grayscale: #515151. Windows color (decimal): -2879412 or 4985044. OLE color: 4985044.
HSL color Cylindrical-coordinate representation of color #D4104C: hue angle of 341.63º 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 #D4104C is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 76 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.17 |
| HSL | 341.63º | 0.86% | 0.45% | - |
| HSV(B) | 341.63º | 0.92% | 0.83% | - |
| XYZ | 28.64 | 14.89 | 8.2 | - |
| YUV | 81.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 76 | 0 | 0.92 | 0.64 | 0.17 | 341.63 | 0.86 | 0.45 |
| Hex | D4 | 10 | 4C | 0 | 5C | 40 | 11 | 156 | 56 | 2D |
| Octal | 324 | 20 | 114 | 0 | 134 | 100 | 21 | 526 | 126 | 55 |
| Binary | 11010100 | 10000 | 1001100 | 0 | 1011100 | 1000000 | 10001 | 101010110 | 1010110 | 101101 |
Color Harmonies of #D4104C
Complementary color
Monochromatic Colors of #D4104C
Black with #D4104C
Text Example
Text Example
White with #D4104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4104C; }
p { color: rgb(212,16,76); }
H1.HeaderClassName
{
color: #D4104C;
}
.AnyTagClassName
{
color: #D4104C;
}
</style>
background-color css
<style>
a { background-color: #D4104C; }
a { background-color: rgb(212,16,76); }
div.DivClassName
{
background-color: #D4104C;
}
.BgClassName
{
background-color: #D4104C;
}
</style>
border-color css
<style>
span { border-color: #D4104C; }
span { border-color: rgb(212,16,76); }
td.TdClassName
{
border-color: #D4104C;
}
.TagClassName
{
border-color: #D4104C;
}
</style>