Shades of Crimson #C5003A
Tints of Crimson #C5003A
RGB
CMYK
RGB Variations
Color information
#C5003A (or 0xC5003A) is known color: Crimson. HEX triplet: C5, 00 and 3A. RGB value is (197,0,58). Sum of RGB (Red+Green+Blue) = 197+0+58=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C5003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5003A is #3AFFC5. Grayscale: #414141. Windows color (decimal): -3866566 or 3801285. OLE color: 3801285.
HSL color Cylindrical-coordinate representation of color #C5003A: hue angle of 342.34º 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 #C5003A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 0 | 58 | - |
CMYK | 0 | 1 | 0.71 | 0.23 |
HSL | 342.34º | 1% | 0.39% | - |
HSV(B) | 342.34º | 1% | 0.77% | - |
XYZ | 23.79 | 12.18 | 5.1 | - |
YUV | 65.52 | 123.77 | 221.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 0 | 58 | 0 | 1 | 0.71 | 0.23 | 342.34 | 1 | 0.39 |
Hex | C5 | 0 | 3A | 0 | 64 | 47 | 17 | 156 | 64 | 27 |
Octal | 305 | 0 | 72 | 0 | 144 | 107 | 27 | 526 | 144 | 47 |
Binary | 11000101 | 0 | 111010 | 0 | 1100100 | 1000111 | 10111 | 101010110 | 1100100 | 100111 |
Color Harmonies of #C5003A
Complementary color
Monochromatic Colors of #C5003A
Black with #C5003A
Text Example
Text Example
White with #C5003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5003A; }
p { color: rgb(197,0,58); }
H1.HeaderClassName
{
color: #C5003A;
}
.AnyTagClassName
{
color: #C5003A;
}
</style>
background-color css
<style>
a { background-color: #C5003A; }
a { background-color: rgb(197,0,58); }
div.DivClassName
{
background-color: #C5003A;
}
.BgClassName
{
background-color: #C5003A;
}
</style>
border-color css
<style>
span { border-color: #C5003A; }
span { border-color: rgb(197,0,58); }
td.TdClassName
{
border-color: #C5003A;
}
.TagClassName
{
border-color: #C5003A;
}
</style>