Shades of Cardinal #C51B3C
Tints of Cardinal #C51B3C
RGB
CMYK
RGB Variations
Color information
#C51B3C (or 0xC51B3C) is known color: Cardinal. HEX triplet: C5, 1B and 3C. RGB value is (197,27,60). Sum of RGB (Red+Green+Blue) = 197+27+60=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51B3C is #3AE4C3. Grayscale: #515151. Windows color (decimal): -3859652 or 3939269. OLE color: 3939269.
HSL color Cylindrical-coordinate representation of color #C51B3C: hue angle of 348.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B3C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 60 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.23 |
| HSL | 348.35º | 0.76% | 0.44% | - |
| HSV(B) | 348.35º | 0.86% | 0.77% | - |
| XYZ | 24.23 | 12.98 | 5.5 | - |
| YUV | 81.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 60 | 0 | 0.86 | 0.70 | 0.23 | 348.35 | 0.76 | 0.44 |
| Hex | C5 | 1B | 3C | 0 | 56 | 46 | 17 | 15C | 4C | 2C |
| Octal | 305 | 33 | 74 | 0 | 126 | 106 | 27 | 534 | 114 | 54 |
| Binary | 11000101 | 11011 | 111100 | 0 | 1010110 | 1000110 | 10111 | 101011100 | 1001100 | 101100 |
Color Harmonies of #C51B3C
Complementary color
Monochromatic Colors of #C51B3C
Black with #C51B3C
Text Example
Text Example
White with #C51B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B3C; }
p { color: rgb(197,27,60); }
H1.HeaderClassName
{
color: #C51B3C;
}
.AnyTagClassName
{
color: #C51B3C;
}
</style>
background-color css
<style>
a { background-color: #C51B3C; }
a { background-color: rgb(197,27,60); }
div.DivClassName
{
background-color: #C51B3C;
}
.BgClassName
{
background-color: #C51B3C;
}
</style>
border-color css
<style>
span { border-color: #C51B3C; }
span { border-color: rgb(197,27,60); }
td.TdClassName
{
border-color: #C51B3C;
}
.TagClassName
{
border-color: #C51B3C;
}
</style>