Shades of Crimson #C50048
Tints of Crimson #C50048
RGB
CMYK
RGB Variations
Color information
#C50048 (or 0xC50048) is known color: Crimson. HEX triplet: C5, 00 and 48. RGB value is (197,0,72). Sum of RGB (Red+Green+Blue) = 197+0+72=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C50048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50048 is #3AFFB7. Grayscale: #434343. Windows color (decimal): -3866552 or 4718789. OLE color: 4718789.
HSL color Cylindrical-coordinate representation of color #C50048: hue angle of 338.07º 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 #C50048 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.63 | 0.23 |
| HSL | 338.07º | 1% | 0.39% | - |
| HSV(B) | 338.07º | 1% | 0.77% | - |
| XYZ | 24.2 | 12.34 | 7.24 | - |
| YUV | 67.11 | 130.77 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 72 | 0 | 1 | 0.63 | 0.23 | 338.07 | 1 | 0.39 |
| Hex | C5 | 0 | 48 | 0 | 64 | 3F | 17 | 152 | 64 | 27 |
| Octal | 305 | 0 | 110 | 0 | 144 | 77 | 27 | 522 | 144 | 47 |
| Binary | 11000101 | 0 | 1001000 | 0 | 1100100 | 111111 | 10111 | 101010010 | 1100100 | 100111 |
Color Harmonies of #C50048
Complementary color
Monochromatic Colors of #C50048
Black with #C50048
Text Example
Text Example
White with #C50048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50048; }
p { color: rgb(197,0,72); }
H1.HeaderClassName
{
color: #C50048;
}
.AnyTagClassName
{
color: #C50048;
}
</style>
background-color css
<style>
a { background-color: #C50048; }
a { background-color: rgb(197,0,72); }
div.DivClassName
{
background-color: #C50048;
}
.BgClassName
{
background-color: #C50048;
}
</style>
border-color css
<style>
span { border-color: #C50048; }
span { border-color: rgb(197,0,72); }
td.TdClassName
{
border-color: #C50048;
}
.TagClassName
{
border-color: #C50048;
}
</style>