Shades of Cardinal #C4223E
Tints of Cardinal #C4223E
RGB
CMYK
RGB Variations
Color information
#C4223E (or 0xC4223E) is known color: Cardinal. HEX triplet: C4, 22 and 3E. RGB value is (196,34,62). Sum of RGB (Red+Green+Blue) = 196+34+62=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4223E is #3BDDC1. Grayscale: #555555. Windows color (decimal): -3923394 or 4072132. OLE color: 4072132.
HSL color Cylindrical-coordinate representation of color #C4223E: hue angle of 349.63º 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 #C4223E is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 62 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.23 |
| HSL | 349.63º | 0.7% | 0.45% | - |
| HSV(B) | 349.63º | 0.83% | 0.77% | - |
| XYZ | 24.21 | 13.23 | 5.83 | - |
| YUV | 85.63 | 114.67 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 62 | 0 | 0.83 | 0.68 | 0.23 | 349.63 | 0.7 | 0.45 |
| Hex | C4 | 22 | 3E | 0 | 53 | 44 | 17 | 15E | 46 | 2D |
| Octal | 304 | 42 | 76 | 0 | 123 | 104 | 27 | 536 | 106 | 55 |
| Binary | 11000100 | 100010 | 111110 | 0 | 1010011 | 1000100 | 10111 | 101011110 | 1000110 | 101101 |
Color Harmonies of #C4223E
Complementary color
Monochromatic Colors of #C4223E
Black with #C4223E
Text Example
Text Example
White with #C4223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4223E; }
p { color: rgb(196,34,62); }
H1.HeaderClassName
{
color: #C4223E;
}
.AnyTagClassName
{
color: #C4223E;
}
</style>
background-color css
<style>
a { background-color: #C4223E; }
a { background-color: rgb(196,34,62); }
div.DivClassName
{
background-color: #C4223E;
}
.BgClassName
{
background-color: #C4223E;
}
</style>
border-color css
<style>
span { border-color: #C4223E; }
span { border-color: rgb(196,34,62); }
td.TdClassName
{
border-color: #C4223E;
}
.TagClassName
{
border-color: #C4223E;
}
</style>