Shades of Cardinal #C3172F
Tints of Cardinal #C3172F
RGB
CMYK
RGB Variations
Color information
#C3172F (or 0xC3172F) is known color: Cardinal. HEX triplet: C3, 17 and 2F. RGB value is (195,23,47). Sum of RGB (Red+Green+Blue) = 195+23+47=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C3172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3172F is #3CE8D0. Grayscale: #4D4D4D. Windows color (decimal): -3991761 or 3086275. OLE color: 3086275.
HSL color Cylindrical-coordinate representation of color #C3172F: hue angle of 351.63º 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 #C3172F is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 47 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.24 |
| HSL | 351.63º | 0.79% | 0.43% | - |
| HSV(B) | 351.63º | 0.88% | 0.76% | - |
| XYZ | 23.33 | 12.42 | 3.86 | - |
| YUV | 77.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 47 | 0 | 0.88 | 0.76 | 0.24 | 351.63 | 0.79 | 0.43 |
| Hex | C3 | 17 | 2F | 0 | 58 | 4C | 18 | 160 | 4F | 2B |
| Octal | 303 | 27 | 57 | 0 | 130 | 114 | 30 | 540 | 117 | 53 |
| Binary | 11000011 | 10111 | 101111 | 0 | 1011000 | 1001100 | 11000 | 101100000 | 1001111 | 101011 |
Color Harmonies of #C3172F
Complementary color
Monochromatic Colors of #C3172F
Black with #C3172F
Text Example
Text Example
White with #C3172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3172F; }
p { color: rgb(195,23,47); }
H1.HeaderClassName
{
color: #C3172F;
}
.AnyTagClassName
{
color: #C3172F;
}
</style>
background-color css
<style>
a { background-color: #C3172F; }
a { background-color: rgb(195,23,47); }
div.DivClassName
{
background-color: #C3172F;
}
.BgClassName
{
background-color: #C3172F;
}
</style>
border-color css
<style>
span { border-color: #C3172F; }
span { border-color: rgb(195,23,47); }
td.TdClassName
{
border-color: #C3172F;
}
.TagClassName
{
border-color: #C3172F;
}
</style>