Shades of Cardinal #C32340
Tints of Cardinal #C32340
RGB
CMYK
RGB Variations
Color information
#C32340 (or 0xC32340) is known color: Cardinal. HEX triplet: C3, 23 and 40. RGB value is (195,35,64). Sum of RGB (Red+Green+Blue) = 195+35+64=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C32340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32340 is #3CDCBF. Grayscale: #565656. Windows color (decimal): -3988672 or 4203459. OLE color: 4203459.
HSL color Cylindrical-coordinate representation of color #C32340: hue angle of 349.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32340 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 64 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.24 |
| HSL | 349.13º | 0.7% | 0.45% | - |
| HSV(B) | 349.13º | 0.82% | 0.76% | - |
| XYZ | 24.03 | 13.17 | 6.13 | - |
| YUV | 86.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 64 | 0 | 0.82 | 0.67 | 0.24 | 349.13 | 0.7 | 0.45 |
| Hex | C3 | 23 | 40 | 0 | 52 | 43 | 18 | 15D | 46 | 2D |
| Octal | 303 | 43 | 100 | 0 | 122 | 103 | 30 | 535 | 106 | 55 |
| Binary | 11000011 | 100011 | 1000000 | 0 | 1010010 | 1000011 | 11000 | 101011101 | 1000110 | 101101 |
Color Harmonies of #C32340
Complementary color
Monochromatic Colors of #C32340
Black with #C32340
Text Example
Text Example
White with #C32340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32340; }
p { color: rgb(195,35,64); }
H1.HeaderClassName
{
color: #C32340;
}
.AnyTagClassName
{
color: #C32340;
}
</style>
background-color css
<style>
a { background-color: #C32340; }
a { background-color: rgb(195,35,64); }
div.DivClassName
{
background-color: #C32340;
}
.BgClassName
{
background-color: #C32340;
}
</style>
border-color css
<style>
span { border-color: #C32340; }
span { border-color: rgb(195,35,64); }
td.TdClassName
{
border-color: #C32340;
}
.TagClassName
{
border-color: #C32340;
}
</style>