Shades of Crimson #D4072C
Tints of Crimson #D4072C
RGB
CMYK
RGB Variations
Color information
#D4072C (or 0xD4072C) is known color: Crimson. HEX triplet: D4, 07 and 2C. RGB value is (212,7,44). Sum of RGB (Red+Green+Blue) = 212+7+44=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D4072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4072C is #2BF8D3. Grayscale: #484848. Windows color (decimal): -2881748 or 2885588. OLE color: 2885588.
HSL color Cylindrical-coordinate representation of color #D4072C: hue angle of 349.17º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4072C is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.17 |
| HSL | 349.17º | 0.94% | 0.43% | - |
| HSV(B) | 349.17º | 0.97% | 0.83% | - |
| XYZ | 27.68 | 14.33 | 3.69 | - |
| YUV | 72.51 | 111.92 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 44 | 0 | 0.97 | 0.79 | 0.17 | 349.17 | 0.94 | 0.43 |
| Hex | D4 | 7 | 2C | 0 | 61 | 4F | 11 | 15D | 5E | 2B |
| Octal | 324 | 7 | 54 | 0 | 141 | 117 | 21 | 535 | 136 | 53 |
| Binary | 11010100 | 111 | 101100 | 0 | 1100001 | 1001111 | 10001 | 101011101 | 1011110 | 101011 |
Color Harmonies of #D4072C
Complementary color
Monochromatic Colors of #D4072C
Black with #D4072C
Text Example
Text Example
White with #D4072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4072C; }
p { color: rgb(212,7,44); }
H1.HeaderClassName
{
color: #D4072C;
}
.AnyTagClassName
{
color: #D4072C;
}
</style>
background-color css
<style>
a { background-color: #D4072C; }
a { background-color: rgb(212,7,44); }
div.DivClassName
{
background-color: #D4072C;
}
.BgClassName
{
background-color: #D4072C;
}
</style>
border-color css
<style>
span { border-color: #D4072C; }
span { border-color: rgb(212,7,44); }
td.TdClassName
{
border-color: #D4072C;
}
.TagClassName
{
border-color: #D4072C;
}
</style>