Shades of Crimson #C50046
Tints of Crimson #C50046
RGB
CMYK
RGB Variations
Color information
#C50046 (or 0xC50046) is known color: Crimson. HEX triplet: C5, 00 and 46. RGB value is (197,0,70). Sum of RGB (Red+Green+Blue) = 197+0+70=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C50046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50046 is #3AFFB9. Grayscale: #424242. Windows color (decimal): -3866554 or 4587717. OLE color: 4587717.
HSL color Cylindrical-coordinate representation of color #C50046: hue angle of 338.68º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50046 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.64 | 0.23 |
| HSL | 338.68º | 1% | 0.39% | - |
| HSV(B) | 338.68º | 1% | 0.77% | - |
| XYZ | 24.13 | 12.31 | 6.9 | - |
| YUV | 66.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 70 | 0 | 1 | 0.64 | 0.23 | 338.68 | 1 | 0.39 |
| Hex | C5 | 0 | 46 | 0 | 64 | 40 | 17 | 153 | 64 | 27 |
| Octal | 305 | 0 | 106 | 0 | 144 | 100 | 27 | 523 | 144 | 47 |
| Binary | 11000101 | 0 | 1000110 | 0 | 1100100 | 1000000 | 10111 | 101010011 | 1100100 | 100111 |
Color Harmonies of #C50046
Complementary color
Monochromatic Colors of #C50046
Black with #C50046
Text Example
Text Example
White with #C50046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50046; }
p { color: rgb(197,0,70); }
H1.HeaderClassName
{
color: #C50046;
}
.AnyTagClassName
{
color: #C50046;
}
</style>
background-color css
<style>
a { background-color: #C50046; }
a { background-color: rgb(197,0,70); }
div.DivClassName
{
background-color: #C50046;
}
.BgClassName
{
background-color: #C50046;
}
</style>
border-color css
<style>
span { border-color: #C50046; }
span { border-color: rgb(197,0,70); }
td.TdClassName
{
border-color: #C50046;
}
.TagClassName
{
border-color: #C50046;
}
</style>