Shades of Crimson #C5064C
Tints of Crimson #C5064C
RGB
CMYK
RGB Variations
Color information
#C5064C (or 0xC5064C) is known color: Crimson. HEX triplet: C5, 06 and 4C. RGB value is (197,6,76). Sum of RGB (Red+Green+Blue) = 197+6+76=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5064C is #3AF9B3. Grayscale: #474747. Windows color (decimal): -3865012 or 4982469. OLE color: 4982469.
HSL color Cylindrical-coordinate representation of color #C5064C: hue angle of 338.01º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5064C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 76 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.23 |
| HSL | 338.01º | 0.94% | 0.4% | - |
| HSV(B) | 338.01º | 0.97% | 0.77% | - |
| XYZ | 24.4 | 12.52 | 7.97 | - |
| YUV | 71.09 | 130.78 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 76 | 0 | 0.97 | 0.61 | 0.23 | 338.01 | 0.94 | 0.4 |
| Hex | C5 | 6 | 4C | 0 | 61 | 3D | 17 | 152 | 5E | 28 |
| Octal | 305 | 6 | 114 | 0 | 141 | 75 | 27 | 522 | 136 | 50 |
| Binary | 11000101 | 110 | 1001100 | 0 | 1100001 | 111101 | 10111 | 101010010 | 1011110 | 101000 |
Color Harmonies of #C5064C
Complementary color
Monochromatic Colors of #C5064C
Black with #C5064C
Text Example
Text Example
White with #C5064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5064C; }
p { color: rgb(197,6,76); }
H1.HeaderClassName
{
color: #C5064C;
}
.AnyTagClassName
{
color: #C5064C;
}
</style>
background-color css
<style>
a { background-color: #C5064C; }
a { background-color: rgb(197,6,76); }
div.DivClassName
{
background-color: #C5064C;
}
.BgClassName
{
background-color: #C5064C;
}
</style>
border-color css
<style>
span { border-color: #C5064C; }
span { border-color: rgb(197,6,76); }
td.TdClassName
{
border-color: #C5064C;
}
.TagClassName
{
border-color: #C5064C;
}
</style>