Shades of Cardinal #C4232D
Tints of Cardinal #C4232D
RGB
CMYK
RGB Variations
Color information
#C4232D (or 0xC4232D) is known color: Cardinal. HEX triplet: C4, 23 and 2D. RGB value is (196,35,45). Sum of RGB (Red+Green+Blue) = 196+35+45=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232D is #3BDCD2. Grayscale: #545454. Windows color (decimal): -3923155 or 2958276. OLE color: 2958276.
HSL color Cylindrical-coordinate representation of color #C4232D: hue angle of 356.27º 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 #C4232D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.23 |
| HSL | 356.27º | 0.7% | 0.45% | - |
| HSV(B) | 356.27º | 0.82% | 0.77% | - |
| XYZ | 23.84 | 13.13 | 3.76 | - |
| YUV | 84.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 45 | 0 | 0.82 | 0.77 | 0.23 | 356.27 | 0.7 | 0.45 |
| Hex | C4 | 23 | 2D | 0 | 52 | 4D | 17 | 164 | 46 | 2D |
| Octal | 304 | 43 | 55 | 0 | 122 | 115 | 27 | 544 | 106 | 55 |
| Binary | 11000100 | 100011 | 101101 | 0 | 1010010 | 1001101 | 10111 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C4232D
Complementary color
Monochromatic Colors of #C4232D
Black with #C4232D
Text Example
Text Example
White with #C4232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4232D; }
p { color: rgb(196,35,45); }
H1.HeaderClassName
{
color: #C4232D;
}
.AnyTagClassName
{
color: #C4232D;
}
</style>
background-color css
<style>
a { background-color: #C4232D; }
a { background-color: rgb(196,35,45); }
div.DivClassName
{
background-color: #C4232D;
}
.BgClassName
{
background-color: #C4232D;
}
</style>
border-color css
<style>
span { border-color: #C4232D; }
span { border-color: rgb(196,35,45); }
td.TdClassName
{
border-color: #C4232D;
}
.TagClassName
{
border-color: #C4232D;
}
</style>