Shades of Cardinal #C6232C
Tints of Cardinal #C6232C
RGB
CMYK
RGB Variations
Color information
#C6232C (or 0xC6232C) is known color: Cardinal. HEX triplet: C6, 23 and 2C. RGB value is (198,35,44). Sum of RGB (Red+Green+Blue) = 198+35+44=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6232C is #39DCD3. Grayscale: #545454. Windows color (decimal): -3792084 or 2892742. OLE color: 2892742.
HSL color Cylindrical-coordinate representation of color #C6232C: hue angle of 356.69º 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 #C6232C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 44 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.22 |
| HSL | 356.69º | 0.7% | 0.46% | - |
| HSV(B) | 356.69º | 0.82% | 0.78% | - |
| XYZ | 24.34 | 13.39 | 3.68 | - |
| YUV | 84.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 44 | 0 | 0.82 | 0.78 | 0.22 | 356.69 | 0.7 | 0.46 |
| Hex | C6 | 23 | 2C | 0 | 52 | 4E | 16 | 165 | 46 | 2E |
| Octal | 306 | 43 | 54 | 0 | 122 | 116 | 26 | 545 | 106 | 56 |
| Binary | 11000110 | 100011 | 101100 | 0 | 1010010 | 1001110 | 10110 | 101100101 | 1000110 | 101110 |
Color Harmonies of #C6232C
Complementary color
Monochromatic Colors of #C6232C
Black with #C6232C
Text Example
Text Example
White with #C6232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6232C; }
p { color: rgb(198,35,44); }
H1.HeaderClassName
{
color: #C6232C;
}
.AnyTagClassName
{
color: #C6232C;
}
</style>
background-color css
<style>
a { background-color: #C6232C; }
a { background-color: rgb(198,35,44); }
div.DivClassName
{
background-color: #C6232C;
}
.BgClassName
{
background-color: #C6232C;
}
</style>
border-color css
<style>
span { border-color: #C6232C; }
span { border-color: rgb(198,35,44); }
td.TdClassName
{
border-color: #C6232C;
}
.TagClassName
{
border-color: #C6232C;
}
</style>