Shades of Crimson #C50448
Tints of Crimson #C50448
RGB
CMYK
RGB Variations
Color information
#C50448 (or 0xC50448) is known color: Crimson. HEX triplet: C5, 04 and 48. RGB value is (197,4,72). Sum of RGB (Red+Green+Blue) = 197+4+72=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C50448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50448 is #3AFBB7. Grayscale: #454545. Windows color (decimal): -3865528 or 4719813. OLE color: 4719813.
HSL color Cylindrical-coordinate representation of color #C50448: hue angle of 338.86º 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 #C50448 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 72 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.23 |
| HSL | 338.86º | 0.96% | 0.39% | - |
| HSV(B) | 338.86º | 0.98% | 0.77% | - |
| XYZ | 24.24 | 12.43 | 7.25 | - |
| YUV | 69.46 | 129.44 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 72 | 0 | 0.98 | 0.63 | 0.23 | 338.86 | 0.96 | 0.39 |
| Hex | C5 | 4 | 48 | 0 | 62 | 3F | 17 | 153 | 60 | 27 |
| Octal | 305 | 4 | 110 | 0 | 142 | 77 | 27 | 523 | 140 | 47 |
| Binary | 11000101 | 100 | 1001000 | 0 | 1100010 | 111111 | 10111 | 101010011 | 1100000 | 100111 |
Color Harmonies of #C50448
Complementary color
Monochromatic Colors of #C50448
Black with #C50448
Text Example
Text Example
White with #C50448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50448; }
p { color: rgb(197,4,72); }
H1.HeaderClassName
{
color: #C50448;
}
.AnyTagClassName
{
color: #C50448;
}
</style>
background-color css
<style>
a { background-color: #C50448; }
a { background-color: rgb(197,4,72); }
div.DivClassName
{
background-color: #C50448;
}
.BgClassName
{
background-color: #C50448;
}
</style>
border-color css
<style>
span { border-color: #C50448; }
span { border-color: rgb(197,4,72); }
td.TdClassName
{
border-color: #C50448;
}
.TagClassName
{
border-color: #C50448;
}
</style>