Shades of Cardinal #C32240
Tints of Cardinal #C32240
RGB
CMYK
RGB Variations
Color information
#C32240 (or 0xC32240) is known color: Cardinal. HEX triplet: C3, 22 and 40. RGB value is (195,34,64). Sum of RGB (Red+Green+Blue) = 195+34+64=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C32240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32240 is #3CDDBF. Grayscale: #555555. Windows color (decimal): -3988928 or 4203203. OLE color: 4203203.
HSL color Cylindrical-coordinate representation of color #C32240: hue angle of 348.82º 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 #C32240 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 64 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.24 |
| HSL | 348.82º | 0.7% | 0.45% | - |
| HSV(B) | 348.82º | 0.83% | 0.76% | - |
| XYZ | 24 | 13.12 | 6.12 | - |
| YUV | 85.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 64 | 0 | 0.83 | 0.67 | 0.24 | 348.82 | 0.7 | 0.45 |
| Hex | C3 | 22 | 40 | 0 | 53 | 43 | 18 | 15D | 46 | 2D |
| Octal | 303 | 42 | 100 | 0 | 123 | 103 | 30 | 535 | 106 | 55 |
| Binary | 11000011 | 100010 | 1000000 | 0 | 1010011 | 1000011 | 11000 | 101011101 | 1000110 | 101101 |
Color Harmonies of #C32240
Complementary color
Monochromatic Colors of #C32240
Black with #C32240
Text Example
Text Example
White with #C32240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32240; }
p { color: rgb(195,34,64); }
H1.HeaderClassName
{
color: #C32240;
}
.AnyTagClassName
{
color: #C32240;
}
</style>
background-color css
<style>
a { background-color: #C32240; }
a { background-color: rgb(195,34,64); }
div.DivClassName
{
background-color: #C32240;
}
.BgClassName
{
background-color: #C32240;
}
</style>
border-color css
<style>
span { border-color: #C32240; }
span { border-color: rgb(195,34,64); }
td.TdClassName
{
border-color: #C32240;
}
.TagClassName
{
border-color: #C32240;
}
</style>