Shades of Cardinal #C3233C
Tints of Cardinal #C3233C
RGB
CMYK
RGB Variations
Color information
#C3233C (or 0xC3233C) is known color: Cardinal. HEX triplet: C3, 23 and 3C. RGB value is (195,35,60). Sum of RGB (Red+Green+Blue) = 195+35+60=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3233C is #3CDCC3. Grayscale: #555555. Windows color (decimal): -3988676 or 3941315. OLE color: 3941315.
HSL color Cylindrical-coordinate representation of color #C3233C: hue angle of 350.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 #C3233C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 60 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.24 |
| HSL | 350.63º | 0.7% | 0.45% | - |
| HSV(B) | 350.63º | 0.82% | 0.76% | - |
| XYZ | 23.92 | 13.13 | 5.55 | - |
| YUV | 85.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 60 | 0 | 0.82 | 0.69 | 0.24 | 350.63 | 0.7 | 0.45 |
| Hex | C3 | 23 | 3C | 0 | 52 | 45 | 18 | 15F | 46 | 2D |
| Octal | 303 | 43 | 74 | 0 | 122 | 105 | 30 | 537 | 106 | 55 |
| Binary | 11000011 | 100011 | 111100 | 0 | 1010010 | 1000101 | 11000 | 101011111 | 1000110 | 101101 |
Color Harmonies of #C3233C
Complementary color
Monochromatic Colors of #C3233C
Black with #C3233C
Text Example
Text Example
White with #C3233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3233C; }
p { color: rgb(195,35,60); }
H1.HeaderClassName
{
color: #C3233C;
}
.AnyTagClassName
{
color: #C3233C;
}
</style>
background-color css
<style>
a { background-color: #C3233C; }
a { background-color: rgb(195,35,60); }
div.DivClassName
{
background-color: #C3233C;
}
.BgClassName
{
background-color: #C3233C;
}
</style>
border-color css
<style>
span { border-color: #C3233C; }
span { border-color: rgb(195,35,60); }
td.TdClassName
{
border-color: #C3233C;
}
.TagClassName
{
border-color: #C3233C;
}
</style>