Shades of Cardinal #C42034
Tints of Cardinal #C42034
RGB
CMYK
RGB Variations
Color information
#C42034 (or 0xC42034) is known color: Cardinal. HEX triplet: C4, 20 and 34. RGB value is (196,32,52). Sum of RGB (Red+Green+Blue) = 196+32+52=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C42034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42034 is #3BDFCB. Grayscale: #535353. Windows color (decimal): -3923916 or 3416260. OLE color: 3416260.
HSL color Cylindrical-coordinate representation of color #C42034: hue angle of 352.68º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42034 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 52 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.23 |
| HSL | 352.68º | 0.72% | 0.45% | - |
| HSV(B) | 352.68º | 0.84% | 0.77% | - |
| XYZ | 23.9 | 13.02 | 4.5 | - |
| YUV | 83.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 52 | 0 | 0.84 | 0.73 | 0.23 | 352.68 | 0.72 | 0.45 |
| Hex | C4 | 20 | 34 | 0 | 54 | 49 | 17 | 161 | 48 | 2D |
| Octal | 304 | 40 | 64 | 0 | 124 | 111 | 27 | 541 | 110 | 55 |
| Binary | 11000100 | 100000 | 110100 | 0 | 1010100 | 1001001 | 10111 | 101100001 | 1001000 | 101101 |
Color Harmonies of #C42034
Complementary color
Monochromatic Colors of #C42034
Black with #C42034
Text Example
Text Example
White with #C42034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42034; }
p { color: rgb(196,32,52); }
H1.HeaderClassName
{
color: #C42034;
}
.AnyTagClassName
{
color: #C42034;
}
</style>
background-color css
<style>
a { background-color: #C42034; }
a { background-color: rgb(196,32,52); }
div.DivClassName
{
background-color: #C42034;
}
.BgClassName
{
background-color: #C42034;
}
</style>
border-color css
<style>
span { border-color: #C42034; }
span { border-color: rgb(196,32,52); }
td.TdClassName
{
border-color: #C42034;
}
.TagClassName
{
border-color: #C42034;
}
</style>