Shades of Cardinal #C32145
Tints of Cardinal #C32145
RGB
CMYK
RGB Variations
Color information
#C32145 (or 0xC32145) is known color: Cardinal. HEX triplet: C3, 21 and 45. RGB value is (195,33,69). Sum of RGB (Red+Green+Blue) = 195+33+69=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C32145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32145 is #3CDEBA. Grayscale: #555555. Windows color (decimal): -3989179 or 4530627. OLE color: 4530627.
HSL color Cylindrical-coordinate representation of color #C32145: hue angle of 346.67º degrees, saturation: 0.71, 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 #C32145 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 69 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.24 |
| HSL | 346.67º | 0.71% | 0.45% | - |
| HSV(B) | 346.67º | 0.83% | 0.76% | - |
| XYZ | 24.12 | 13.12 | 6.89 | - |
| YUV | 85.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 69 | 0 | 0.83 | 0.65 | 0.24 | 346.67 | 0.71 | 0.45 |
| Hex | C3 | 21 | 45 | 0 | 53 | 41 | 18 | 15B | 47 | 2D |
| Octal | 303 | 41 | 105 | 0 | 123 | 101 | 30 | 533 | 107 | 55 |
| Binary | 11000011 | 100001 | 1000101 | 0 | 1010011 | 1000001 | 11000 | 101011011 | 1000111 | 101101 |
Color Harmonies of #C32145
Complementary color
Monochromatic Colors of #C32145
Black with #C32145
Text Example
Text Example
White with #C32145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32145; }
p { color: rgb(195,33,69); }
H1.HeaderClassName
{
color: #C32145;
}
.AnyTagClassName
{
color: #C32145;
}
</style>
background-color css
<style>
a { background-color: #C32145; }
a { background-color: rgb(195,33,69); }
div.DivClassName
{
background-color: #C32145;
}
.BgClassName
{
background-color: #C32145;
}
</style>
border-color css
<style>
span { border-color: #C32145; }
span { border-color: rgb(195,33,69); }
td.TdClassName
{
border-color: #C32145;
}
.TagClassName
{
border-color: #C32145;
}
</style>