Shades of Cardinal #C4223C
Tints of Cardinal #C4223C
RGB
CMYK
RGB Variations
Color information
#C4223C (or 0xC4223C) is known color: Cardinal. HEX triplet: C4, 22 and 3C. RGB value is (196,34,60). Sum of RGB (Red+Green+Blue) = 196+34+60=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4223C is #3BDDC3. Grayscale: #555555. Windows color (decimal): -3923396 or 3941060. OLE color: 3941060.
HSL color Cylindrical-coordinate representation of color #C4223C: hue angle of 350.37º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4223C is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 60 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.23 |
| HSL | 350.37º | 0.7% | 0.45% | - |
| HSV(B) | 350.37º | 0.83% | 0.77% | - |
| XYZ | 24.15 | 13.21 | 5.55 | - |
| YUV | 85.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 60 | 0 | 0.83 | 0.69 | 0.23 | 350.37 | 0.7 | 0.45 |
| Hex | C4 | 22 | 3C | 0 | 53 | 45 | 17 | 15E | 46 | 2D |
| Octal | 304 | 42 | 74 | 0 | 123 | 105 | 27 | 536 | 106 | 55 |
| Binary | 11000100 | 100010 | 111100 | 0 | 1010011 | 1000101 | 10111 | 101011110 | 1000110 | 101101 |
Color Harmonies of #C4223C
Complementary color
Monochromatic Colors of #C4223C
Black with #C4223C
Text Example
Text Example
White with #C4223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4223C; }
p { color: rgb(196,34,60); }
H1.HeaderClassName
{
color: #C4223C;
}
.AnyTagClassName
{
color: #C4223C;
}
</style>
background-color css
<style>
a { background-color: #C4223C; }
a { background-color: rgb(196,34,60); }
div.DivClassName
{
background-color: #C4223C;
}
.BgClassName
{
background-color: #C4223C;
}
</style>
border-color css
<style>
span { border-color: #C4223C; }
span { border-color: rgb(196,34,60); }
td.TdClassName
{
border-color: #C4223C;
}
.TagClassName
{
border-color: #C4223C;
}
</style>