Shades of Cardinal #C32037
Tints of Cardinal #C32037
RGB
CMYK
RGB Variations
Color information
#C32037 (or 0xC32037) is known color: Cardinal. HEX triplet: C3, 20 and 37. RGB value is (195,32,55). Sum of RGB (Red+Green+Blue) = 195+32+55=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C32037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32037 is #3CDFC8. Grayscale: #535353. Windows color (decimal): -3989449 or 3612867. OLE color: 3612867.
HSL color Cylindrical-coordinate representation of color #C32037: hue angle of 351.53º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32037 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 55 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.24 |
| HSL | 351.53º | 0.72% | 0.45% | - |
| HSV(B) | 351.53º | 0.84% | 0.76% | - |
| XYZ | 23.71 | 12.91 | 4.86 | - |
| YUV | 83.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 55 | 0 | 0.84 | 0.72 | 0.24 | 351.53 | 0.72 | 0.45 |
| Hex | C3 | 20 | 37 | 0 | 54 | 48 | 18 | 160 | 48 | 2D |
| Octal | 303 | 40 | 67 | 0 | 124 | 110 | 30 | 540 | 110 | 55 |
| Binary | 11000011 | 100000 | 110111 | 0 | 1010100 | 1001000 | 11000 | 101100000 | 1001000 | 101101 |
Color Harmonies of #C32037
Complementary color
Monochromatic Colors of #C32037
Black with #C32037
Text Example
Text Example
White with #C32037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32037; }
p { color: rgb(195,32,55); }
H1.HeaderClassName
{
color: #C32037;
}
.AnyTagClassName
{
color: #C32037;
}
</style>
background-color css
<style>
a { background-color: #C32037; }
a { background-color: rgb(195,32,55); }
div.DivClassName
{
background-color: #C32037;
}
.BgClassName
{
background-color: #C32037;
}
</style>
border-color css
<style>
span { border-color: #C32037; }
span { border-color: rgb(195,32,55); }
td.TdClassName
{
border-color: #C32037;
}
.TagClassName
{
border-color: #C32037;
}
</style>