Shades of Cardinal #C31648
Tints of Cardinal #C31648
RGB
CMYK
RGB Variations
Color information
#C31648 (or 0xC31648) is known color: Cardinal. HEX triplet: C3, 16 and 48. RGB value is (195,22,72). Sum of RGB (Red+Green+Blue) = 195+22+72=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C31648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31648 is #3CE9B7. Grayscale: #4F4F4F. Windows color (decimal): -3991992 or 4724419. OLE color: 4724419.
HSL color Cylindrical-coordinate representation of color #C31648: hue angle of 342.66º 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 #C31648 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 72 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.24 |
| HSL | 342.66º | 0.8% | 0.43% | - |
| HSV(B) | 342.66º | 0.89% | 0.76% | - |
| XYZ | 23.96 | 12.64 | 7.31 | - |
| YUV | 79.43 | 123.81 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 72 | 0 | 0.89 | 0.63 | 0.24 | 342.66 | 0.8 | 0.43 |
| Hex | C3 | 16 | 48 | 0 | 59 | 3F | 18 | 157 | 50 | 2B |
| Octal | 303 | 26 | 110 | 0 | 131 | 77 | 30 | 527 | 120 | 53 |
| Binary | 11000011 | 10110 | 1001000 | 0 | 1011001 | 111111 | 11000 | 101010111 | 1010000 | 101011 |
Color Harmonies of #C31648
Complementary color
Monochromatic Colors of #C31648
Black with #C31648
Text Example
Text Example
White with #C31648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31648; }
p { color: rgb(195,22,72); }
H1.HeaderClassName
{
color: #C31648;
}
.AnyTagClassName
{
color: #C31648;
}
</style>
background-color css
<style>
a { background-color: #C31648; }
a { background-color: rgb(195,22,72); }
div.DivClassName
{
background-color: #C31648;
}
.BgClassName
{
background-color: #C31648;
}
</style>
border-color css
<style>
span { border-color: #C31648; }
span { border-color: rgb(195,22,72); }
td.TdClassName
{
border-color: #C31648;
}
.TagClassName
{
border-color: #C31648;
}
</style>