Shades of Cardinal #C42234
Tints of Cardinal #C42234
RGB
CMYK
RGB Variations
Color information
#C42234 (or 0xC42234) is known color: Cardinal. HEX triplet: C4, 22 and 34. RGB value is (196,34,52). Sum of RGB (Red+Green+Blue) = 196+34+52=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C42234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42234 is #3BDDCB. Grayscale: #545454. Windows color (decimal): -3923404 or 3416772. OLE color: 3416772.
HSL color Cylindrical-coordinate representation of color #C42234: hue angle of 353.33º 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 #C42234 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 52 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.23 |
| HSL | 353.33º | 0.7% | 0.45% | - |
| HSV(B) | 353.33º | 0.83% | 0.77% | - |
| XYZ | 23.96 | 13.13 | 4.52 | - |
| YUV | 84.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 52 | 0 | 0.83 | 0.73 | 0.23 | 353.33 | 0.7 | 0.45 |
| Hex | C4 | 22 | 34 | 0 | 53 | 49 | 17 | 161 | 46 | 2D |
| Octal | 304 | 42 | 64 | 0 | 123 | 111 | 27 | 541 | 106 | 55 |
| Binary | 11000100 | 100010 | 110100 | 0 | 1010011 | 1001001 | 10111 | 101100001 | 1000110 | 101101 |
Color Harmonies of #C42234
Complementary color
Monochromatic Colors of #C42234
Black with #C42234
Text Example
Text Example
White with #C42234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42234; }
p { color: rgb(196,34,52); }
H1.HeaderClassName
{
color: #C42234;
}
.AnyTagClassName
{
color: #C42234;
}
</style>
background-color css
<style>
a { background-color: #C42234; }
a { background-color: rgb(196,34,52); }
div.DivClassName
{
background-color: #C42234;
}
.BgClassName
{
background-color: #C42234;
}
</style>
border-color css
<style>
span { border-color: #C42234; }
span { border-color: rgb(196,34,52); }
td.TdClassName
{
border-color: #C42234;
}
.TagClassName
{
border-color: #C42234;
}
</style>