Shades of Cardinal #C3223D
Tints of Cardinal #C3223D
RGB
CMYK
RGB Variations
Color information
#C3223D (or 0xC3223D) is known color: Cardinal. HEX triplet: C3, 22 and 3D. RGB value is (195,34,61). Sum of RGB (Red+Green+Blue) = 195+34+61=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3223D is #3CDDC2. Grayscale: #555555. Windows color (decimal): -3988931 or 4006595. OLE color: 4006595.
HSL color Cylindrical-coordinate representation of color #C3223D: hue angle of 349.94º 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 #C3223D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 61 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.24 |
| HSL | 349.94º | 0.7% | 0.45% | - |
| HSV(B) | 349.94º | 0.83% | 0.76% | - |
| XYZ | 23.92 | 13.08 | 5.68 | - |
| YUV | 85.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 61 | 0 | 0.83 | 0.69 | 0.24 | 349.94 | 0.7 | 0.45 |
| Hex | C3 | 22 | 3D | 0 | 53 | 45 | 18 | 15E | 46 | 2D |
| Octal | 303 | 42 | 75 | 0 | 123 | 105 | 30 | 536 | 106 | 55 |
| Binary | 11000011 | 100010 | 111101 | 0 | 1010011 | 1000101 | 11000 | 101011110 | 1000110 | 101101 |
Color Harmonies of #C3223D
Complementary color
Monochromatic Colors of #C3223D
Black with #C3223D
Text Example
Text Example
White with #C3223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3223D; }
p { color: rgb(195,34,61); }
H1.HeaderClassName
{
color: #C3223D;
}
.AnyTagClassName
{
color: #C3223D;
}
</style>
background-color css
<style>
a { background-color: #C3223D; }
a { background-color: rgb(195,34,61); }
div.DivClassName
{
background-color: #C3223D;
}
.BgClassName
{
background-color: #C3223D;
}
</style>
border-color css
<style>
span { border-color: #C3223D; }
span { border-color: rgb(195,34,61); }
td.TdClassName
{
border-color: #C3223D;
}
.TagClassName
{
border-color: #C3223D;
}
</style>