Shades of Crimson #C50345
Tints of Crimson #C50345
RGB
CMYK
RGB Variations
Color information
#C50345 (or 0xC50345) is known color: Crimson. HEX triplet: C5, 03 and 45. RGB value is (197,3,69). Sum of RGB (Red+Green+Blue) = 197+3+69=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C50345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50345 is #3AFCBA. Grayscale: #444444. Windows color (decimal): -3865787 or 4522949. OLE color: 4522949.
HSL color Cylindrical-coordinate representation of color #C50345: hue angle of 339.59º degrees, saturation: 0.97, 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 #C50345 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 69 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.23 |
| HSL | 339.59º | 0.97% | 0.39% | - |
| HSV(B) | 339.59º | 0.98% | 0.77% | - |
| XYZ | 24.13 | 12.37 | 6.74 | - |
| YUV | 68.53 | 128.27 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 69 | 0 | 0.98 | 0.65 | 0.23 | 339.59 | 0.97 | 0.39 |
| Hex | C5 | 3 | 45 | 0 | 62 | 41 | 17 | 154 | 61 | 27 |
| Octal | 305 | 3 | 105 | 0 | 142 | 101 | 27 | 524 | 141 | 47 |
| Binary | 11000101 | 11 | 1000101 | 0 | 1100010 | 1000001 | 10111 | 101010100 | 1100001 | 100111 |
Color Harmonies of #C50345
Complementary color
Monochromatic Colors of #C50345
Black with #C50345
Text Example
Text Example
White with #C50345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50345; }
p { color: rgb(197,3,69); }
H1.HeaderClassName
{
color: #C50345;
}
.AnyTagClassName
{
color: #C50345;
}
</style>
background-color css
<style>
a { background-color: #C50345; }
a { background-color: rgb(197,3,69); }
div.DivClassName
{
background-color: #C50345;
}
.BgClassName
{
background-color: #C50345;
}
</style>
border-color css
<style>
span { border-color: #C50345; }
span { border-color: rgb(197,3,69); }
td.TdClassName
{
border-color: #C50345;
}
.TagClassName
{
border-color: #C50345;
}
</style>