Shades of Cardinal #C32935
Tints of Cardinal #C32935
RGB
CMYK
RGB Variations
Color information
#C32935 (or 0xC32935) is known color: Cardinal. HEX triplet: C3, 29 and 35. RGB value is (195,41,53). Sum of RGB (Red+Green+Blue) = 195+41+53=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C32935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32935 is #3CD6CA. Grayscale: #585858. Windows color (decimal): -3987147 or 3484099. OLE color: 3484099.
HSL color Cylindrical-coordinate representation of color #C32935: hue angle of 355.32º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32935 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 53 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.24 |
| HSL | 355.32º | 0.65% | 0.46% | - |
| HSV(B) | 355.32º | 0.79% | 0.76% | - |
| XYZ | 23.94 | 13.45 | 4.7 | - |
| YUV | 88.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 53 | 0 | 0.79 | 0.73 | 0.24 | 355.32 | 0.65 | 0.46 |
| Hex | C3 | 29 | 35 | 0 | 4F | 49 | 18 | 163 | 41 | 2E |
| Octal | 303 | 51 | 65 | 0 | 117 | 111 | 30 | 543 | 101 | 56 |
| Binary | 11000011 | 101001 | 110101 | 0 | 1001111 | 1001001 | 11000 | 101100011 | 1000001 | 101110 |
Color Harmonies of #C32935
Complementary color
Monochromatic Colors of #C32935
Black with #C32935
Text Example
Text Example
White with #C32935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32935; }
p { color: rgb(195,41,53); }
H1.HeaderClassName
{
color: #C32935;
}
.AnyTagClassName
{
color: #C32935;
}
</style>
background-color css
<style>
a { background-color: #C32935; }
a { background-color: rgb(195,41,53); }
div.DivClassName
{
background-color: #C32935;
}
.BgClassName
{
background-color: #C32935;
}
</style>
border-color css
<style>
span { border-color: #C32935; }
span { border-color: rgb(195,41,53); }
td.TdClassName
{
border-color: #C32935;
}
.TagClassName
{
border-color: #C32935;
}
</style>