Shades of Crimson #C50039
Tints of Crimson #C50039
RGB
CMYK
RGB Variations
Color information
#C50039 (or 0xC50039) is known color: Crimson. HEX triplet: C5, 00 and 39. RGB value is (197,0,57). Sum of RGB (Red+Green+Blue) = 197+0+57=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C50039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50039 is #3AFFC6. Grayscale: #414141. Windows color (decimal): -3866567 or 3735749. OLE color: 3735749.
HSL color Cylindrical-coordinate representation of color #C50039: hue angle of 342.64º 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 #C50039 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.71 | 0.23 |
| HSL | 342.64º | 1% | 0.39% | - |
| HSV(B) | 342.64º | 1% | 0.77% | - |
| XYZ | 23.76 | 12.17 | 4.97 | - |
| YUV | 65.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 57 | 0 | 1 | 0.71 | 0.23 | 342.64 | 1 | 0.39 |
| Hex | C5 | 0 | 39 | 0 | 64 | 47 | 17 | 157 | 64 | 27 |
| Octal | 305 | 0 | 71 | 0 | 144 | 107 | 27 | 527 | 144 | 47 |
| Binary | 11000101 | 0 | 111001 | 0 | 1100100 | 1000111 | 10111 | 101010111 | 1100100 | 100111 |
Color Harmonies of #C50039
Complementary color
Monochromatic Colors of #C50039
Black with #C50039
Text Example
Text Example
White with #C50039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50039; }
p { color: rgb(197,0,57); }
H1.HeaderClassName
{
color: #C50039;
}
.AnyTagClassName
{
color: #C50039;
}
</style>
background-color css
<style>
a { background-color: #C50039; }
a { background-color: rgb(197,0,57); }
div.DivClassName
{
background-color: #C50039;
}
.BgClassName
{
background-color: #C50039;
}
</style>
border-color css
<style>
span { border-color: #C50039; }
span { border-color: rgb(197,0,57); }
td.TdClassName
{
border-color: #C50039;
}
.TagClassName
{
border-color: #C50039;
}
</style>