Shades of Cardinal #C2232B
Tints of Cardinal #C2232B
RGB
CMYK
RGB Variations
Color information
#C2232B (or 0xC2232B) is known color: Cardinal. HEX triplet: C2, 23 and 2B. RGB value is (194,35,43). Sum of RGB (Red+Green+Blue) = 194+35+43=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2232B is #3DDCD4. Grayscale: #535353. Windows color (decimal): -4054229 or 2827202. OLE color: 2827202.
HSL color Cylindrical-coordinate representation of color #C2232B: hue angle of 356.98º degrees, saturation: 0.69, 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 #C2232B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 43 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.24 |
| HSL | 356.98º | 0.69% | 0.45% | - |
| HSV(B) | 356.98º | 0.82% | 0.76% | - |
| XYZ | 23.29 | 12.85 | 3.54 | - |
| YUV | 83.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 43 | 0 | 0.82 | 0.78 | 0.24 | 356.98 | 0.69 | 0.45 |
| Hex | C2 | 23 | 2B | 0 | 52 | 4E | 18 | 165 | 45 | 2D |
| Octal | 302 | 43 | 53 | 0 | 122 | 116 | 30 | 545 | 105 | 55 |
| Binary | 11000010 | 100011 | 101011 | 0 | 1010010 | 1001110 | 11000 | 101100101 | 1000101 | 101101 |
Color Harmonies of #C2232B
Complementary color
Monochromatic Colors of #C2232B
Black with #C2232B
Text Example
Text Example
White with #C2232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2232B; }
p { color: rgb(194,35,43); }
H1.HeaderClassName
{
color: #C2232B;
}
.AnyTagClassName
{
color: #C2232B;
}
</style>
background-color css
<style>
a { background-color: #C2232B; }
a { background-color: rgb(194,35,43); }
div.DivClassName
{
background-color: #C2232B;
}
.BgClassName
{
background-color: #C2232B;
}
</style>
border-color css
<style>
span { border-color: #C2232B; }
span { border-color: rgb(194,35,43); }
td.TdClassName
{
border-color: #C2232B;
}
.TagClassName
{
border-color: #C2232B;
}
</style>