Shades of Crimson #D6052C
Tints of Crimson #D6052C
RGB
CMYK
RGB Variations
Color information
#D6052C (or 0xD6052C) is known color: Crimson. HEX triplet: D6, 05 and 2C. RGB value is (214,5,44). Sum of RGB (Red+Green+Blue) = 214+5+44=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D6052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6052C is #29FAD3. Grayscale: #474747. Windows color (decimal): -2751188 or 2885078. OLE color: 2885078.
HSL color Cylindrical-coordinate representation of color #D6052C: hue angle of 348.8º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6052C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 44 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.16 |
| HSL | 348.8º | 0.95% | 0.43% | - |
| HSV(B) | 348.8º | 0.98% | 0.84% | - |
| XYZ | 28.24 | 14.59 | 3.71 | - |
| YUV | 71.94 | 112.24 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 44 | 0 | 0.98 | 0.79 | 0.16 | 348.8 | 0.95 | 0.43 |
| Hex | D6 | 5 | 2C | 0 | 62 | 4F | 10 | 15D | 5F | 2B |
| Octal | 326 | 5 | 54 | 0 | 142 | 117 | 20 | 535 | 137 | 53 |
| Binary | 11010110 | 101 | 101100 | 0 | 1100010 | 1001111 | 10000 | 101011101 | 1011111 | 101011 |
Color Harmonies of #D6052C
Complementary color
Monochromatic Colors of #D6052C
Black with #D6052C
Text Example
Text Example
White with #D6052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6052C; }
p { color: rgb(214,5,44); }
H1.HeaderClassName
{
color: #D6052C;
}
.AnyTagClassName
{
color: #D6052C;
}
</style>
background-color css
<style>
a { background-color: #D6052C; }
a { background-color: rgb(214,5,44); }
div.DivClassName
{
background-color: #D6052C;
}
.BgClassName
{
background-color: #D6052C;
}
</style>
border-color css
<style>
span { border-color: #D6052C; }
span { border-color: rgb(214,5,44); }
td.TdClassName
{
border-color: #D6052C;
}
.TagClassName
{
border-color: #D6052C;
}
</style>