Shades of Cardinal #C32837
Tints of Cardinal #C32837
RGB
CMYK
RGB Variations
Color information
#C32837 (or 0xC32837) is known color: Cardinal. HEX triplet: C3, 28 and 37. RGB value is (195,40,55). Sum of RGB (Red+Green+Blue) = 195+40+55=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C32837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32837 is #3CD7C8. Grayscale: #585858. Windows color (decimal): -3987401 or 3614915. OLE color: 3614915.
HSL color Cylindrical-coordinate representation of color #C32837: hue angle of 354.19º degrees, saturation: 0.66, 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 #C32837 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 55 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.24 |
| HSL | 354.19º | 0.66% | 0.46% | - |
| HSV(B) | 354.19º | 0.79% | 0.76% | - |
| XYZ | 23.95 | 13.4 | 4.94 | - |
| YUV | 88.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 55 | 0 | 0.79 | 0.72 | 0.24 | 354.19 | 0.66 | 0.46 |
| Hex | C3 | 28 | 37 | 0 | 4F | 48 | 18 | 162 | 42 | 2E |
| Octal | 303 | 50 | 67 | 0 | 117 | 110 | 30 | 542 | 102 | 56 |
| Binary | 11000011 | 101000 | 110111 | 0 | 1001111 | 1001000 | 11000 | 101100010 | 1000010 | 101110 |
Color Harmonies of #C32837
Complementary color
Monochromatic Colors of #C32837
Black with #C32837
Text Example
Text Example
White with #C32837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32837; }
p { color: rgb(195,40,55); }
H1.HeaderClassName
{
color: #C32837;
}
.AnyTagClassName
{
color: #C32837;
}
</style>
background-color css
<style>
a { background-color: #C32837; }
a { background-color: rgb(195,40,55); }
div.DivClassName
{
background-color: #C32837;
}
.BgClassName
{
background-color: #C32837;
}
</style>
border-color css
<style>
span { border-color: #C32837; }
span { border-color: rgb(195,40,55); }
td.TdClassName
{
border-color: #C32837;
}
.TagClassName
{
border-color: #C32837;
}
</style>