Shades of Cardinal #C51343
Tints of Cardinal #C51343
RGB
CMYK
RGB Variations
Color information
#C51343 (or 0xC51343) is known color: Cardinal. HEX triplet: C5, 13 and 43. RGB value is (197,19,67). Sum of RGB (Red+Green+Blue) = 197+19+67=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C51343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51343 is #3AECBC. Grayscale: #4D4D4D. Windows color (decimal): -3861693 or 4395973. OLE color: 4395973.
HSL color Cylindrical-coordinate representation of color #C51343: hue angle of 343.82º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51343 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 67 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.23 |
| HSL | 343.82º | 0.82% | 0.42% | - |
| HSV(B) | 343.82º | 0.9% | 0.77% | - |
| XYZ | 24.27 | 12.74 | 6.49 | - |
| YUV | 77.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 67 | 0 | 0.90 | 0.66 | 0.23 | 343.82 | 0.82 | 0.42 |
| Hex | C5 | 13 | 43 | 0 | 5A | 42 | 17 | 158 | 52 | 2A |
| Octal | 305 | 23 | 103 | 0 | 132 | 102 | 27 | 530 | 122 | 52 |
| Binary | 11000101 | 10011 | 1000011 | 0 | 1011010 | 1000010 | 10111 | 101011000 | 1010010 | 101010 |
Color Harmonies of #C51343
Complementary color
Monochromatic Colors of #C51343
Black with #C51343
Text Example
Text Example
White with #C51343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51343; }
p { color: rgb(197,19,67); }
H1.HeaderClassName
{
color: #C51343;
}
.AnyTagClassName
{
color: #C51343;
}
</style>
background-color css
<style>
a { background-color: #C51343; }
a { background-color: rgb(197,19,67); }
div.DivClassName
{
background-color: #C51343;
}
.BgClassName
{
background-color: #C51343;
}
</style>
border-color css
<style>
span { border-color: #C51343; }
span { border-color: rgb(197,19,67); }
td.TdClassName
{
border-color: #C51343;
}
.TagClassName
{
border-color: #C51343;
}
</style>