Shades of Cardinal #C4232E
Tints of Cardinal #C4232E
RGB
CMYK
RGB Variations
Color information
#C4232E (or 0xC4232E) is known color: Cardinal. HEX triplet: C4, 23 and 2E. RGB value is (196,35,46). Sum of RGB (Red+Green+Blue) = 196+35+46=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232E is #3BDCD1. Grayscale: #545454. Windows color (decimal): -3923154 or 3023812. OLE color: 3023812.
HSL color Cylindrical-coordinate representation of color #C4232E: hue angle of 355.9º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4232E is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 46 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.23 |
| HSL | 355.9º | 0.7% | 0.45% | - |
| HSV(B) | 355.9º | 0.82% | 0.77% | - |
| XYZ | 23.86 | 13.14 | 3.86 | - |
| YUV | 84.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 46 | 0 | 0.82 | 0.77 | 0.23 | 355.9 | 0.7 | 0.45 |
| Hex | C4 | 23 | 2E | 0 | 52 | 4D | 17 | 164 | 46 | 2D |
| Octal | 304 | 43 | 56 | 0 | 122 | 115 | 27 | 544 | 106 | 55 |
| Binary | 11000100 | 100011 | 101110 | 0 | 1010010 | 1001101 | 10111 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C4232E
Complementary color
Monochromatic Colors of #C4232E
Black with #C4232E
Text Example
Text Example
White with #C4232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4232E; }
p { color: rgb(196,35,46); }
H1.HeaderClassName
{
color: #C4232E;
}
.AnyTagClassName
{
color: #C4232E;
}
</style>
background-color css
<style>
a { background-color: #C4232E; }
a { background-color: rgb(196,35,46); }
div.DivClassName
{
background-color: #C4232E;
}
.BgClassName
{
background-color: #C4232E;
}
</style>
border-color css
<style>
span { border-color: #C4232E; }
span { border-color: rgb(196,35,46); }
td.TdClassName
{
border-color: #C4232E;
}
.TagClassName
{
border-color: #C4232E;
}
</style>