Shades of Cardinal #C3174D
Tints of Cardinal #C3174D
RGB
CMYK
RGB Variations
Color information
#C3174D (or 0xC3174D) is known color: Cardinal. HEX triplet: C3, 17 and 4D. RGB value is (195,23,77). Sum of RGB (Red+Green+Blue) = 195+23+77=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3174D is #3CE8B2. Grayscale: #505050. Windows color (decimal): -3991731 or 5052355. OLE color: 5052355.
HSL color Cylindrical-coordinate representation of color #C3174D: hue angle of 341.16º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3174D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 77 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.24 |
| HSL | 341.16º | 0.79% | 0.43% | - |
| HSV(B) | 341.16º | 0.88% | 0.76% | - |
| XYZ | 24.15 | 12.75 | 8.21 | - |
| YUV | 80.58 | 125.98 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 77 | 0 | 0.88 | 0.61 | 0.24 | 341.16 | 0.79 | 0.43 |
| Hex | C3 | 17 | 4D | 0 | 58 | 3D | 18 | 155 | 4F | 2B |
| Octal | 303 | 27 | 115 | 0 | 130 | 75 | 30 | 525 | 117 | 53 |
| Binary | 11000011 | 10111 | 1001101 | 0 | 1011000 | 111101 | 11000 | 101010101 | 1001111 | 101011 |
Color Harmonies of #C3174D
Complementary color
Monochromatic Colors of #C3174D
Black with #C3174D
Text Example
Text Example
White with #C3174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3174D; }
p { color: rgb(195,23,77); }
H1.HeaderClassName
{
color: #C3174D;
}
.AnyTagClassName
{
color: #C3174D;
}
</style>
background-color css
<style>
a { background-color: #C3174D; }
a { background-color: rgb(195,23,77); }
div.DivClassName
{
background-color: #C3174D;
}
.BgClassName
{
background-color: #C3174D;
}
</style>
border-color css
<style>
span { border-color: #C3174D; }
span { border-color: rgb(195,23,77); }
td.TdClassName
{
border-color: #C3174D;
}
.TagClassName
{
border-color: #C3174D;
}
</style>