Shades of Cardinal #C62332
Tints of Cardinal #C62332
RGB
CMYK
RGB Variations
Color information
#C62332 (or 0xC62332) is known color: Cardinal. HEX triplet: C6, 23 and 32. RGB value is (198,35,50). Sum of RGB (Red+Green+Blue) = 198+35+50=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C62332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62332 is #39DCCD. Grayscale: #555555. Windows color (decimal): -3792078 or 3285958. OLE color: 3285958.
HSL color Cylindrical-coordinate representation of color #C62332: hue angle of 354.48º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62332 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 50 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.22 |
| HSL | 354.48º | 0.7% | 0.46% | - |
| HSV(B) | 354.48º | 0.82% | 0.78% | - |
| XYZ | 24.47 | 13.44 | 4.32 | - |
| YUV | 85.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 50 | 0 | 0.82 | 0.75 | 0.22 | 354.48 | 0.7 | 0.46 |
| Hex | C6 | 23 | 32 | 0 | 52 | 4B | 16 | 162 | 46 | 2E |
| Octal | 306 | 43 | 62 | 0 | 122 | 113 | 26 | 542 | 106 | 56 |
| Binary | 11000110 | 100011 | 110010 | 0 | 1010010 | 1001011 | 10110 | 101100010 | 1000110 | 101110 |
Color Harmonies of #C62332
Complementary color
Monochromatic Colors of #C62332
Black with #C62332
Text Example
Text Example
White with #C62332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62332; }
p { color: rgb(198,35,50); }
H1.HeaderClassName
{
color: #C62332;
}
.AnyTagClassName
{
color: #C62332;
}
</style>
background-color css
<style>
a { background-color: #C62332; }
a { background-color: rgb(198,35,50); }
div.DivClassName
{
background-color: #C62332;
}
.BgClassName
{
background-color: #C62332;
}
</style>
border-color css
<style>
span { border-color: #C62332; }
span { border-color: rgb(198,35,50); }
td.TdClassName
{
border-color: #C62332;
}
.TagClassName
{
border-color: #C62332;
}
</style>