Shades of Crimson #C50249
Tints of Crimson #C50249
RGB
CMYK
RGB Variations
Color information
#C50249 (or 0xC50249) is known color: Crimson. HEX triplet: C5, 02 and 49. RGB value is (197,2,73). Sum of RGB (Red+Green+Blue) = 197+2+73=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C50249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50249 is #3AFDB6. Grayscale: #444444. Windows color (decimal): -3866039 or 4784837. OLE color: 4784837.
HSL color Cylindrical-coordinate representation of color #C50249: hue angle of 338.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50249 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.23 |
| HSL | 338.15º | 0.98% | 0.39% | - |
| HSV(B) | 338.15º | 0.99% | 0.77% | - |
| XYZ | 24.25 | 12.39 | 7.42 | - |
| YUV | 68.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 73 | 0 | 0.99 | 0.63 | 0.23 | 338.15 | 0.98 | 0.39 |
| Hex | C5 | 2 | 49 | 0 | 63 | 3F | 17 | 152 | 62 | 27 |
| Octal | 305 | 2 | 111 | 0 | 143 | 77 | 27 | 522 | 142 | 47 |
| Binary | 11000101 | 10 | 1001001 | 0 | 1100011 | 111111 | 10111 | 101010010 | 1100010 | 100111 |
Color Harmonies of #C50249
Complementary color
Monochromatic Colors of #C50249
Black with #C50249
Text Example
Text Example
White with #C50249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50249; }
p { color: rgb(197,2,73); }
H1.HeaderClassName
{
color: #C50249;
}
.AnyTagClassName
{
color: #C50249;
}
</style>
background-color css
<style>
a { background-color: #C50249; }
a { background-color: rgb(197,2,73); }
div.DivClassName
{
background-color: #C50249;
}
.BgClassName
{
background-color: #C50249;
}
</style>
border-color css
<style>
span { border-color: #C50249; }
span { border-color: rgb(197,2,73); }
td.TdClassName
{
border-color: #C50249;
}
.TagClassName
{
border-color: #C50249;
}
</style>