Shades of Cardinal #C32232
Tints of Cardinal #C32232
RGB
CMYK
RGB Variations
Color information
#C32232 (or 0xC32232) is known color: Cardinal. HEX triplet: C3, 22 and 32. RGB value is (195,34,50). Sum of RGB (Red+Green+Blue) = 195+34+50=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C32232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32232 is #3CDDCD. Grayscale: #545454. Windows color (decimal): -3988942 or 3285699. OLE color: 3285699.
HSL color Cylindrical-coordinate representation of color #C32232: hue angle of 354.04º 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 #C32232 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 50 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.24 |
| HSL | 354.04º | 0.7% | 0.45% | - |
| HSV(B) | 354.04º | 0.83% | 0.76% | - |
| XYZ | 23.65 | 12.98 | 4.28 | - |
| YUV | 83.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 50 | 0 | 0.83 | 0.74 | 0.24 | 354.04 | 0.7 | 0.45 |
| Hex | C3 | 22 | 32 | 0 | 53 | 4A | 18 | 162 | 46 | 2D |
| Octal | 303 | 42 | 62 | 0 | 123 | 112 | 30 | 542 | 106 | 55 |
| Binary | 11000011 | 100010 | 110010 | 0 | 1010011 | 1001010 | 11000 | 101100010 | 1000110 | 101101 |
Color Harmonies of #C32232
Complementary color
Monochromatic Colors of #C32232
Black with #C32232
Text Example
Text Example
White with #C32232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32232; }
p { color: rgb(195,34,50); }
H1.HeaderClassName
{
color: #C32232;
}
.AnyTagClassName
{
color: #C32232;
}
</style>
background-color css
<style>
a { background-color: #C32232; }
a { background-color: rgb(195,34,50); }
div.DivClassName
{
background-color: #C32232;
}
.BgClassName
{
background-color: #C32232;
}
</style>
border-color css
<style>
span { border-color: #C32232; }
span { border-color: rgb(195,34,50); }
td.TdClassName
{
border-color: #C32232;
}
.TagClassName
{
border-color: #C32232;
}
</style>