Shades of Crimson #C5003E
Tints of Crimson #C5003E
RGB
CMYK
RGB Variations
Color information
#C5003E (or 0xC5003E) is known color: Crimson. HEX triplet: C5, 00 and 3E. RGB value is (197,0,62). Sum of RGB (Red+Green+Blue) = 197+0+62=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5003E is #3AFFC1. Grayscale: #414141. Windows color (decimal): -3866562 or 4063429. OLE color: 4063429.
HSL color Cylindrical-coordinate representation of color #C5003E: hue angle of 341.12º 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 #C5003E is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.69 | 0.23 |
| HSL | 341.12º | 1% | 0.39% | - |
| HSV(B) | 341.12º | 1% | 0.77% | - |
| XYZ | 23.9 | 12.22 | 5.66 | - |
| YUV | 65.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 62 | 0 | 1 | 0.69 | 0.23 | 341.12 | 1 | 0.39 |
| Hex | C5 | 0 | 3E | 0 | 64 | 45 | 17 | 155 | 64 | 27 |
| Octal | 305 | 0 | 76 | 0 | 144 | 105 | 27 | 525 | 144 | 47 |
| Binary | 11000101 | 0 | 111110 | 0 | 1100100 | 1000101 | 10111 | 101010101 | 1100100 | 100111 |
Color Harmonies of #C5003E
Complementary color
Monochromatic Colors of #C5003E
Black with #C5003E
Text Example
Text Example
White with #C5003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5003E; }
p { color: rgb(197,0,62); }
H1.HeaderClassName
{
color: #C5003E;
}
.AnyTagClassName
{
color: #C5003E;
}
</style>
background-color css
<style>
a { background-color: #C5003E; }
a { background-color: rgb(197,0,62); }
div.DivClassName
{
background-color: #C5003E;
}
.BgClassName
{
background-color: #C5003E;
}
</style>
border-color css
<style>
span { border-color: #C5003E; }
span { border-color: rgb(197,0,62); }
td.TdClassName
{
border-color: #C5003E;
}
.TagClassName
{
border-color: #C5003E;
}
</style>