Shades of Crimson #C5003D
Tints of Crimson #C5003D
RGB
CMYK
RGB Variations
Color information
#C5003D (or 0xC5003D) is known color: Crimson. HEX triplet: C5, 00 and 3D. RGB value is (197,0,61). Sum of RGB (Red+Green+Blue) = 197+0+61=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5003D is #3AFFC2. Grayscale: #414141. Windows color (decimal): -3866563 or 3997893. OLE color: 3997893.
HSL color Cylindrical-coordinate representation of color #C5003D: hue angle of 341.42º 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 #C5003D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.69 | 0.23 |
| HSL | 341.42º | 1% | 0.39% | - |
| HSV(B) | 341.42º | 1% | 0.77% | - |
| XYZ | 23.87 | 12.21 | 5.51 | - |
| YUV | 65.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 61 | 0 | 1 | 0.69 | 0.23 | 341.42 | 1 | 0.39 |
| Hex | C5 | 0 | 3D | 0 | 64 | 45 | 17 | 155 | 64 | 27 |
| Octal | 305 | 0 | 75 | 0 | 144 | 105 | 27 | 525 | 144 | 47 |
| Binary | 11000101 | 0 | 111101 | 0 | 1100100 | 1000101 | 10111 | 101010101 | 1100100 | 100111 |
Color Harmonies of #C5003D
Complementary color
Monochromatic Colors of #C5003D
Black with #C5003D
Text Example
Text Example
White with #C5003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5003D; }
p { color: rgb(197,0,61); }
H1.HeaderClassName
{
color: #C5003D;
}
.AnyTagClassName
{
color: #C5003D;
}
</style>
background-color css
<style>
a { background-color: #C5003D; }
a { background-color: rgb(197,0,61); }
div.DivClassName
{
background-color: #C5003D;
}
.BgClassName
{
background-color: #C5003D;
}
</style>
border-color css
<style>
span { border-color: #C5003D; }
span { border-color: rgb(197,0,61); }
td.TdClassName
{
border-color: #C5003D;
}
.TagClassName
{
border-color: #C5003D;
}
</style>