Shades of Cardinal #C32334
Tints of Cardinal #C32334
RGB
CMYK
RGB Variations
Color information
#C32334 (or 0xC32334) is known color: Cardinal. HEX triplet: C3, 23 and 34. RGB value is (195,35,52). Sum of RGB (Red+Green+Blue) = 195+35+52=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C32334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32334 is #3CDCCB. Grayscale: #545454. Windows color (decimal): -3988684 or 3417027. OLE color: 3417027.
HSL color Cylindrical-coordinate representation of color #C32334: hue angle of 353.62º degrees, saturation: 0.7, 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 #C32334 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 52 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.24 |
| HSL | 353.63º | 0.7% | 0.45% | - |
| HSV(B) | 353.63º | 0.82% | 0.76% | - |
| XYZ | 23.73 | 13.05 | 4.52 | - |
| YUV | 84.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 52 | 0 | 0.82 | 0.73 | 0.24 | 353.63 | 0.7 | 0.45 |
| Hex | C3 | 23 | 34 | 0 | 52 | 49 | 18 | 162 | 46 | 2D |
| Octal | 303 | 43 | 64 | 0 | 122 | 111 | 30 | 542 | 106 | 55 |
| Binary | 11000011 | 100011 | 110100 | 0 | 1010010 | 1001001 | 11000 | 101100010 | 1000110 | 101101 |
Color Harmonies of #C32334
Complementary color
Monochromatic Colors of #C32334
Black with #C32334
Text Example
Text Example
White with #C32334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32334; }
p { color: rgb(195,35,52); }
H1.HeaderClassName
{
color: #C32334;
}
.AnyTagClassName
{
color: #C32334;
}
</style>
background-color css
<style>
a { background-color: #C32334; }
a { background-color: rgb(195,35,52); }
div.DivClassName
{
background-color: #C32334;
}
.BgClassName
{
background-color: #C32334;
}
</style>
border-color css
<style>
span { border-color: #C32334; }
span { border-color: rgb(195,35,52); }
td.TdClassName
{
border-color: #C32334;
}
.TagClassName
{
border-color: #C32334;
}
</style>