Shades of Cardinal #C5143D
Tints of Cardinal #C5143D
RGB
CMYK
RGB Variations
Color information
#C5143D (or 0xC5143D) is known color: Cardinal. HEX triplet: C5, 14 and 3D. RGB value is (197,20,61). Sum of RGB (Red+Green+Blue) = 197+20+61=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5143D is #3AEBC2. Grayscale: #4D4D4D. Windows color (decimal): -3861443 or 4003013. OLE color: 4003013.
HSL color Cylindrical-coordinate representation of color #C5143D: hue angle of 346.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5143D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 20 | 61 | - |
CMYK | 0 | 0.90 | 0.69 | 0.23 |
HSL | 346.1º | 0.82% | 0.43% | - |
HSV(B) | 346.1º | 0.9% | 0.77% | - |
XYZ | 24.12 | 12.71 | 5.6 | - |
YUV | 77.6 | 118.64 | 213.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 20 | 61 | 0 | 0.90 | 0.69 | 0.23 | 346.1 | 0.82 | 0.43 |
Hex | C5 | 14 | 3D | 0 | 5A | 45 | 17 | 15A | 52 | 2B |
Octal | 305 | 24 | 75 | 0 | 132 | 105 | 27 | 532 | 122 | 53 |
Binary | 11000101 | 10100 | 111101 | 0 | 1011010 | 1000101 | 10111 | 101011010 | 1010010 | 101011 |
Color Harmonies of #C5143D
Complementary color
Monochromatic Colors of #C5143D
Black with #C5143D
Text Example
Text Example
White with #C5143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5143D; }
p { color: rgb(197,20,61); }
H1.HeaderClassName
{
color: #C5143D;
}
.AnyTagClassName
{
color: #C5143D;
}
</style>
background-color css
<style>
a { background-color: #C5143D; }
a { background-color: rgb(197,20,61); }
div.DivClassName
{
background-color: #C5143D;
}
.BgClassName
{
background-color: #C5143D;
}
</style>
border-color css
<style>
span { border-color: #C5143D; }
span { border-color: rgb(197,20,61); }
td.TdClassName
{
border-color: #C5143D;
}
.TagClassName
{
border-color: #C5143D;
}
</style>