Shades of Cardinal #C32237
Tints of Cardinal #C32237
RGB
CMYK
RGB Variations
Color information
#C32237 (or 0xC32237) is known color: Cardinal. HEX triplet: C3, 22 and 37. RGB value is (195,34,55). Sum of RGB (Red+Green+Blue) = 195+34+55=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C32237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32237 is #3CDDC8. Grayscale: #545454. Windows color (decimal): -3988937 or 3613379. OLE color: 3613379.
HSL color Cylindrical-coordinate representation of color #C32237: hue angle of 352.17º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32237 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 55 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.24 |
| HSL | 352.17º | 0.7% | 0.45% | - |
| HSV(B) | 352.17º | 0.83% | 0.76% | - |
| XYZ | 23.77 | 13.02 | 4.88 | - |
| YUV | 84.53 | 111.34 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 55 | 0 | 0.83 | 0.72 | 0.24 | 352.17 | 0.7 | 0.45 |
| Hex | C3 | 22 | 37 | 0 | 53 | 48 | 18 | 160 | 46 | 2D |
| Octal | 303 | 42 | 67 | 0 | 123 | 110 | 30 | 540 | 106 | 55 |
| Binary | 11000011 | 100010 | 110111 | 0 | 1010011 | 1001000 | 11000 | 101100000 | 1000110 | 101101 |
Color Harmonies of #C32237
Complementary color
Monochromatic Colors of #C32237
Black with #C32237
Text Example
Text Example
White with #C32237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32237; }
p { color: rgb(195,34,55); }
H1.HeaderClassName
{
color: #C32237;
}
.AnyTagClassName
{
color: #C32237;
}
</style>
background-color css
<style>
a { background-color: #C32237; }
a { background-color: rgb(195,34,55); }
div.DivClassName
{
background-color: #C32237;
}
.BgClassName
{
background-color: #C32237;
}
</style>
border-color css
<style>
span { border-color: #C32237; }
span { border-color: rgb(195,34,55); }
td.TdClassName
{
border-color: #C32237;
}
.TagClassName
{
border-color: #C32237;
}
</style>