Shades of Crimson #C50446
Tints of Crimson #C50446
RGB
CMYK
RGB Variations
Color information
#C50446 (or 0xC50446) is known color: Crimson. HEX triplet: C5, 04 and 46. RGB value is (197,4,70). Sum of RGB (Red+Green+Blue) = 197+4+70=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C50446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50446 is #3AFBB9. Grayscale: #454545. Windows color (decimal): -3865530 or 4588741. OLE color: 4588741.
HSL color Cylindrical-coordinate representation of color #C50446: hue angle of 339.48º 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 #C50446 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.23 |
| HSL | 339.48º | 0.96% | 0.39% | - |
| HSV(B) | 339.48º | 0.98% | 0.77% | - |
| XYZ | 24.17 | 12.4 | 6.91 | - |
| YUV | 69.23 | 128.44 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 70 | 0 | 0.98 | 0.64 | 0.23 | 339.48 | 0.96 | 0.39 |
| Hex | C5 | 4 | 46 | 0 | 62 | 40 | 17 | 153 | 60 | 27 |
| Octal | 305 | 4 | 106 | 0 | 142 | 100 | 27 | 523 | 140 | 47 |
| Binary | 11000101 | 100 | 1000110 | 0 | 1100010 | 1000000 | 10111 | 101010011 | 1100000 | 100111 |
Color Harmonies of #C50446
Complementary color
Monochromatic Colors of #C50446
Black with #C50446
Text Example
Text Example
White with #C50446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50446; }
p { color: rgb(197,4,70); }
H1.HeaderClassName
{
color: #C50446;
}
.AnyTagClassName
{
color: #C50446;
}
</style>
background-color css
<style>
a { background-color: #C50446; }
a { background-color: rgb(197,4,70); }
div.DivClassName
{
background-color: #C50446;
}
.BgClassName
{
background-color: #C50446;
}
</style>
border-color css
<style>
span { border-color: #C50446; }
span { border-color: rgb(197,4,70); }
td.TdClassName
{
border-color: #C50446;
}
.TagClassName
{
border-color: #C50446;
}
</style>