Shades of Cardinal #C3163D
Tints of Cardinal #C3163D
RGB
CMYK
RGB Variations
Color information
#C3163D (or 0xC3163D) is known color: Cardinal. HEX triplet: C3, 16 and 3D. RGB value is (195,22,61). Sum of RGB (Red+Green+Blue) = 195+22+61=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3163D is #3CE9C2. Grayscale: #4E4E4E. Windows color (decimal): -3992003 or 4003523. OLE color: 4003523.
HSL color Cylindrical-coordinate representation of color #C3163D: hue angle of 346.47º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3163D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 61 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.24 |
| HSL | 346.47º | 0.8% | 0.43% | - |
| HSV(B) | 346.47º | 0.89% | 0.76% | - |
| XYZ | 23.63 | 12.51 | 5.58 | - |
| YUV | 78.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 61 | 0 | 0.89 | 0.69 | 0.24 | 346.47 | 0.8 | 0.43 |
| Hex | C3 | 16 | 3D | 0 | 59 | 45 | 18 | 15A | 50 | 2B |
| Octal | 303 | 26 | 75 | 0 | 131 | 105 | 30 | 532 | 120 | 53 |
| Binary | 11000011 | 10110 | 111101 | 0 | 1011001 | 1000101 | 11000 | 101011010 | 1010000 | 101011 |
Color Harmonies of #C3163D
Complementary color
Monochromatic Colors of #C3163D
Black with #C3163D
Text Example
Text Example
White with #C3163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3163D; }
p { color: rgb(195,22,61); }
H1.HeaderClassName
{
color: #C3163D;
}
.AnyTagClassName
{
color: #C3163D;
}
</style>
background-color css
<style>
a { background-color: #C3163D; }
a { background-color: rgb(195,22,61); }
div.DivClassName
{
background-color: #C3163D;
}
.BgClassName
{
background-color: #C3163D;
}
</style>
border-color css
<style>
span { border-color: #C3163D; }
span { border-color: rgb(195,22,61); }
td.TdClassName
{
border-color: #C3163D;
}
.TagClassName
{
border-color: #C3163D;
}
</style>