Shades of Crimson #C50447
Tints of Crimson #C50447
RGB
CMYK
RGB Variations
Color information
#C50447 (or 0xC50447) is known color: Crimson. HEX triplet: C5, 04 and 47. RGB value is (197,4,71). Sum of RGB (Red+Green+Blue) = 197+4+71=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C50447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50447 is #3AFBB8. Grayscale: #454545. Windows color (decimal): -3865529 or 4654277. OLE color: 4654277.
HSL color Cylindrical-coordinate representation of color #C50447: hue angle of 339.17º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50447 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.23 |
| HSL | 339.17º | 0.96% | 0.39% | - |
| HSV(B) | 339.17º | 0.98% | 0.77% | - |
| XYZ | 24.21 | 12.41 | 7.08 | - |
| YUV | 69.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 71 | 0 | 0.98 | 0.64 | 0.23 | 339.17 | 0.96 | 0.39 |
| Hex | C5 | 4 | 47 | 0 | 62 | 40 | 17 | 153 | 60 | 27 |
| Octal | 305 | 4 | 107 | 0 | 142 | 100 | 27 | 523 | 140 | 47 |
| Binary | 11000101 | 100 | 1000111 | 0 | 1100010 | 1000000 | 10111 | 101010011 | 1100000 | 100111 |
Color Harmonies of #C50447
Complementary color
Monochromatic Colors of #C50447
Black with #C50447
Text Example
Text Example
White with #C50447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50447; }
p { color: rgb(197,4,71); }
H1.HeaderClassName
{
color: #C50447;
}
.AnyTagClassName
{
color: #C50447;
}
</style>
background-color css
<style>
a { background-color: #C50447; }
a { background-color: rgb(197,4,71); }
div.DivClassName
{
background-color: #C50447;
}
.BgClassName
{
background-color: #C50447;
}
</style>
border-color css
<style>
span { border-color: #C50447; }
span { border-color: rgb(197,4,71); }
td.TdClassName
{
border-color: #C50447;
}
.TagClassName
{
border-color: #C50447;
}
</style>