Shades of Cardinal #C31736
Tints of Cardinal #C31736
RGB
CMYK
RGB Variations
Color information
#C31736 (or 0xC31736) is known color: Cardinal. HEX triplet: C3, 17 and 36. RGB value is (195,23,54). Sum of RGB (Red+Green+Blue) = 195+23+54=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C31736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31736 is #3CE8C9. Grayscale: #4E4E4E. Windows color (decimal): -3991754 or 3545027. OLE color: 3545027.
HSL color Cylindrical-coordinate representation of color #C31736: hue angle of 349.19º 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 #C31736 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 54 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.24 |
| HSL | 349.19º | 0.79% | 0.43% | - |
| HSV(B) | 349.19º | 0.88% | 0.76% | - |
| XYZ | 23.48 | 12.48 | 4.66 | - |
| YUV | 77.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 54 | 0 | 0.88 | 0.72 | 0.24 | 349.19 | 0.79 | 0.43 |
| Hex | C3 | 17 | 36 | 0 | 58 | 48 | 18 | 15D | 4F | 2B |
| Octal | 303 | 27 | 66 | 0 | 130 | 110 | 30 | 535 | 117 | 53 |
| Binary | 11000011 | 10111 | 110110 | 0 | 1011000 | 1001000 | 11000 | 101011101 | 1001111 | 101011 |
Color Harmonies of #C31736
Complementary color
Monochromatic Colors of #C31736
Black with #C31736
Text Example
Text Example
White with #C31736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31736; }
p { color: rgb(195,23,54); }
H1.HeaderClassName
{
color: #C31736;
}
.AnyTagClassName
{
color: #C31736;
}
</style>
background-color css
<style>
a { background-color: #C31736; }
a { background-color: rgb(195,23,54); }
div.DivClassName
{
background-color: #C31736;
}
.BgClassName
{
background-color: #C31736;
}
</style>
border-color css
<style>
span { border-color: #C31736; }
span { border-color: rgb(195,23,54); }
td.TdClassName
{
border-color: #C31736;
}
.TagClassName
{
border-color: #C31736;
}
</style>