Shades of Cardinal #C3223F
Tints of Cardinal #C3223F
RGB
CMYK
RGB Variations
Color information
#C3223F (or 0xC3223F) is known color: Cardinal. HEX triplet: C3, 22 and 3F. RGB value is (195,34,63). Sum of RGB (Red+Green+Blue) = 195+34+63=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3223F is #3CDDC0. Grayscale: #555555. Windows color (decimal): -3988929 or 4137667. OLE color: 4137667.
HSL color Cylindrical-coordinate representation of color #C3223F: hue angle of 349.19º 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 #C3223F is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 63 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.24 |
| HSL | 349.19º | 0.7% | 0.45% | - |
| HSV(B) | 349.19º | 0.83% | 0.76% | - |
| XYZ | 23.97 | 13.11 | 5.97 | - |
| YUV | 85.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 63 | 0 | 0.83 | 0.68 | 0.24 | 349.19 | 0.7 | 0.45 |
| Hex | C3 | 22 | 3F | 0 | 53 | 44 | 18 | 15D | 46 | 2D |
| Octal | 303 | 42 | 77 | 0 | 123 | 104 | 30 | 535 | 106 | 55 |
| Binary | 11000011 | 100010 | 111111 | 0 | 1010011 | 1000100 | 11000 | 101011101 | 1000110 | 101101 |
Color Harmonies of #C3223F
Complementary color
Monochromatic Colors of #C3223F
Black with #C3223F
Text Example
Text Example
White with #C3223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3223F; }
p { color: rgb(195,34,63); }
H1.HeaderClassName
{
color: #C3223F;
}
.AnyTagClassName
{
color: #C3223F;
}
</style>
background-color css
<style>
a { background-color: #C3223F; }
a { background-color: rgb(195,34,63); }
div.DivClassName
{
background-color: #C3223F;
}
.BgClassName
{
background-color: #C3223F;
}
</style>
border-color css
<style>
span { border-color: #C3223F; }
span { border-color: rgb(195,34,63); }
td.TdClassName
{
border-color: #C3223F;
}
.TagClassName
{
border-color: #C3223F;
}
</style>