Shades of Cardinal #C3233D
Tints of Cardinal #C3233D
RGB
CMYK
RGB Variations
Color information
#C3233D (or 0xC3233D) is known color: Cardinal. HEX triplet: C3, 23 and 3D. RGB value is (195,35,61). Sum of RGB (Red+Green+Blue) = 195+35+61=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3233D is #3CDCC2. Grayscale: #555555. Windows color (decimal): -3988675 or 4006851. OLE color: 4006851.
HSL color Cylindrical-coordinate representation of color #C3233D: hue angle of 350.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 #C3233D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 61 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.24 |
| HSL | 350.25º | 0.7% | 0.45% | - |
| HSV(B) | 350.25º | 0.82% | 0.76% | - |
| XYZ | 23.95 | 13.14 | 5.69 | - |
| YUV | 85.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 61 | 0 | 0.82 | 0.69 | 0.24 | 350.25 | 0.7 | 0.45 |
| Hex | C3 | 23 | 3D | 0 | 52 | 45 | 18 | 15E | 46 | 2D |
| Octal | 303 | 43 | 75 | 0 | 122 | 105 | 30 | 536 | 106 | 55 |
| Binary | 11000011 | 100011 | 111101 | 0 | 1010010 | 1000101 | 11000 | 101011110 | 1000110 | 101101 |
Color Harmonies of #C3233D
Complementary color
Monochromatic Colors of #C3233D
Black with #C3233D
Text Example
Text Example
White with #C3233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3233D; }
p { color: rgb(195,35,61); }
H1.HeaderClassName
{
color: #C3233D;
}
.AnyTagClassName
{
color: #C3233D;
}
</style>
background-color css
<style>
a { background-color: #C3233D; }
a { background-color: rgb(195,35,61); }
div.DivClassName
{
background-color: #C3233D;
}
.BgClassName
{
background-color: #C3233D;
}
</style>
border-color css
<style>
span { border-color: #C3233D; }
span { border-color: rgb(195,35,61); }
td.TdClassName
{
border-color: #C3233D;
}
.TagClassName
{
border-color: #C3233D;
}
</style>