Shades of Cardinal #C42332
Tints of Cardinal #C42332
RGB
CMYK
RGB Variations
Color information
#C42332 (or 0xC42332) is known color: Cardinal. HEX triplet: C4, 23 and 32. RGB value is (196,35,50). Sum of RGB (Red+Green+Blue) = 196+35+50=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C42332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42332 is #3BDCCD. Grayscale: #545454. Windows color (decimal): -3923150 or 3285956. OLE color: 3285956.
HSL color Cylindrical-coordinate representation of color #C42332: hue angle of 354.41º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42332 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 50 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.23 |
| HSL | 354.41º | 0.7% | 0.45% | - |
| HSV(B) | 354.41º | 0.82% | 0.77% | - |
| XYZ | 23.94 | 13.17 | 4.3 | - |
| YUV | 84.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 50 | 0 | 0.82 | 0.74 | 0.23 | 354.41 | 0.7 | 0.45 |
| Hex | C4 | 23 | 32 | 0 | 52 | 4A | 17 | 162 | 46 | 2D |
| Octal | 304 | 43 | 62 | 0 | 122 | 112 | 27 | 542 | 106 | 55 |
| Binary | 11000100 | 100011 | 110010 | 0 | 1010010 | 1001010 | 10111 | 101100010 | 1000110 | 101101 |
Color Harmonies of #C42332
Complementary color
Monochromatic Colors of #C42332
Black with #C42332
Text Example
Text Example
White with #C42332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42332; }
p { color: rgb(196,35,50); }
H1.HeaderClassName
{
color: #C42332;
}
.AnyTagClassName
{
color: #C42332;
}
</style>
background-color css
<style>
a { background-color: #C42332; }
a { background-color: rgb(196,35,50); }
div.DivClassName
{
background-color: #C42332;
}
.BgClassName
{
background-color: #C42332;
}
</style>
border-color css
<style>
span { border-color: #C42332; }
span { border-color: rgb(196,35,50); }
td.TdClassName
{
border-color: #C42332;
}
.TagClassName
{
border-color: #C42332;
}
</style>