Shades of Cardinal #C42634
Tints of Cardinal #C42634
RGB
CMYK
RGB Variations
Color information
#C42634 (or 0xC42634) is known color: Cardinal. HEX triplet: C4, 26 and 34. RGB value is (196,38,52). Sum of RGB (Red+Green+Blue) = 196+38+52=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C42634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42634 is #3BD9CB. Grayscale: #565656. Windows color (decimal): -3922380 or 3417796. OLE color: 3417796.
HSL color Cylindrical-coordinate representation of color #C42634: hue angle of 354.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42634 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 52 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.23 |
| HSL | 354.68º | 0.68% | 0.46% | - |
| HSV(B) | 354.68º | 0.81% | 0.77% | - |
| XYZ | 24.08 | 13.37 | 4.56 | - |
| YUV | 86.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 52 | 0 | 0.81 | 0.73 | 0.23 | 354.68 | 0.68 | 0.46 |
| Hex | C4 | 26 | 34 | 0 | 51 | 49 | 17 | 163 | 44 | 2E |
| Octal | 304 | 46 | 64 | 0 | 121 | 111 | 27 | 543 | 104 | 56 |
| Binary | 11000100 | 100110 | 110100 | 0 | 1010001 | 1001001 | 10111 | 101100011 | 1000100 | 101110 |
Color Harmonies of #C42634
Complementary color
Monochromatic Colors of #C42634
Black with #C42634
Text Example
Text Example
White with #C42634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42634; }
p { color: rgb(196,38,52); }
H1.HeaderClassName
{
color: #C42634;
}
.AnyTagClassName
{
color: #C42634;
}
</style>
background-color css
<style>
a { background-color: #C42634; }
a { background-color: rgb(196,38,52); }
div.DivClassName
{
background-color: #C42634;
}
.BgClassName
{
background-color: #C42634;
}
</style>
border-color css
<style>
span { border-color: #C42634; }
span { border-color: rgb(196,38,52); }
td.TdClassName
{
border-color: #C42634;
}
.TagClassName
{
border-color: #C42634;
}
</style>