Shades of Crimson #D4114B
Tints of Crimson #D4114B
RGB
CMYK
RGB Variations
Color information
#D4114B (or 0xD4114B) is known color: Crimson. HEX triplet: D4, 11 and 4B. RGB value is (212,17,75). Sum of RGB (Red+Green+Blue) = 212+17+75=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D4114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4114B is #2BEEB4. Grayscale: #515151. Windows color (decimal): -2879157 or 4919764. OLE color: 4919764.
HSL color Cylindrical-coordinate representation of color #D4114B: hue angle of 342.15º degrees, saturation: 0.85, 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 #D4114B is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.17 |
| HSL | 342.15º | 0.85% | 0.45% | - |
| HSV(B) | 342.15º | 0.92% | 0.83% | - |
| XYZ | 28.62 | 14.91 | 8.03 | - |
| YUV | 81.92 | 124.1 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 75 | 0 | 0.92 | 0.65 | 0.17 | 342.15 | 0.85 | 0.45 |
| Hex | D4 | 11 | 4B | 0 | 5C | 41 | 11 | 156 | 55 | 2D |
| Octal | 324 | 21 | 113 | 0 | 134 | 101 | 21 | 526 | 125 | 55 |
| Binary | 11010100 | 10001 | 1001011 | 0 | 1011100 | 1000001 | 10001 | 101010110 | 1010101 | 101101 |
Color Harmonies of #D4114B
Complementary color
Monochromatic Colors of #D4114B
Black with #D4114B
Text Example
Text Example
White with #D4114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4114B; }
p { color: rgb(212,17,75); }
H1.HeaderClassName
{
color: #D4114B;
}
.AnyTagClassName
{
color: #D4114B;
}
</style>
background-color css
<style>
a { background-color: #D4114B; }
a { background-color: rgb(212,17,75); }
div.DivClassName
{
background-color: #D4114B;
}
.BgClassName
{
background-color: #D4114B;
}
</style>
border-color css
<style>
span { border-color: #D4114B; }
span { border-color: rgb(212,17,75); }
td.TdClassName
{
border-color: #D4114B;
}
.TagClassName
{
border-color: #D4114B;
}
</style>