Shades of Crimson #C50445
Tints of Crimson #C50445
RGB
CMYK
RGB Variations
Color information
#C50445 (or 0xC50445) is known color: Crimson. HEX triplet: C5, 04 and 45. RGB value is (197,4,69). Sum of RGB (Red+Green+Blue) = 197+4+69=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C50445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50445 is #3AFBBA. Grayscale: #454545. Windows color (decimal): -3865531 or 4523205. OLE color: 4523205.
HSL color Cylindrical-coordinate representation of color #C50445: hue angle of 339.79º 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 #C50445 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.23 |
| HSL | 339.79º | 0.96% | 0.39% | - |
| HSV(B) | 339.79º | 0.98% | 0.77% | - |
| XYZ | 24.14 | 12.39 | 6.75 | - |
| YUV | 69.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 69 | 0 | 0.98 | 0.65 | 0.23 | 339.79 | 0.96 | 0.39 |
| Hex | C5 | 4 | 45 | 0 | 62 | 41 | 17 | 154 | 60 | 27 |
| Octal | 305 | 4 | 105 | 0 | 142 | 101 | 27 | 524 | 140 | 47 |
| Binary | 11000101 | 100 | 1000101 | 0 | 1100010 | 1000001 | 10111 | 101010100 | 1100000 | 100111 |
Color Harmonies of #C50445
Complementary color
Monochromatic Colors of #C50445
Black with #C50445
Text Example
Text Example
White with #C50445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50445; }
p { color: rgb(197,4,69); }
H1.HeaderClassName
{
color: #C50445;
}
.AnyTagClassName
{
color: #C50445;
}
</style>
background-color css
<style>
a { background-color: #C50445; }
a { background-color: rgb(197,4,69); }
div.DivClassName
{
background-color: #C50445;
}
.BgClassName
{
background-color: #C50445;
}
</style>
border-color css
<style>
span { border-color: #C50445; }
span { border-color: rgb(197,4,69); }
td.TdClassName
{
border-color: #C50445;
}
.TagClassName
{
border-color: #C50445;
}
</style>