Shades of Cardinal #C3232D
Tints of Cardinal #C3232D
RGB
CMYK
RGB Variations
Color information
#C3232D (or 0xC3232D) is known color: Cardinal. HEX triplet: C3, 23 and 2D. RGB value is (195,35,45). Sum of RGB (Red+Green+Blue) = 195+35+45=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3232D is #3CDCD2. Grayscale: #545454. Windows color (decimal): -3988691 or 2958275. OLE color: 2958275.
HSL color Cylindrical-coordinate representation of color #C3232D: hue angle of 356.25º 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 #C3232D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.24 |
| HSL | 356.25º | 0.7% | 0.45% | - |
| HSV(B) | 356.25º | 0.82% | 0.76% | - |
| XYZ | 23.58 | 12.99 | 3.75 | - |
| YUV | 83.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 45 | 0 | 0.82 | 0.77 | 0.24 | 356.25 | 0.7 | 0.45 |
| Hex | C3 | 23 | 2D | 0 | 52 | 4D | 18 | 164 | 46 | 2D |
| Octal | 303 | 43 | 55 | 0 | 122 | 115 | 30 | 544 | 106 | 55 |
| Binary | 11000011 | 100011 | 101101 | 0 | 1010010 | 1001101 | 11000 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C3232D
Complementary color
Monochromatic Colors of #C3232D
Black with #C3232D
Text Example
Text Example
White with #C3232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3232D; }
p { color: rgb(195,35,45); }
H1.HeaderClassName
{
color: #C3232D;
}
.AnyTagClassName
{
color: #C3232D;
}
</style>
background-color css
<style>
a { background-color: #C3232D; }
a { background-color: rgb(195,35,45); }
div.DivClassName
{
background-color: #C3232D;
}
.BgClassName
{
background-color: #C3232D;
}
</style>
border-color css
<style>
span { border-color: #C3232D; }
span { border-color: rgb(195,35,45); }
td.TdClassName
{
border-color: #C3232D;
}
.TagClassName
{
border-color: #C3232D;
}
</style>