Shades of Cardinal #C4232C
Tints of Cardinal #C4232C
RGB
CMYK
RGB Variations
Color information
#C4232C (or 0xC4232C) is known color: Cardinal. HEX triplet: C4, 23 and 2C. RGB value is (196,35,44). Sum of RGB (Red+Green+Blue) = 196+35+44=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232C is #3BDCD3. Grayscale: #545454. Windows color (decimal): -3923156 or 2892740. OLE color: 2892740.
HSL color Cylindrical-coordinate representation of color #C4232C: hue angle of 356.65º 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 #C4232C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 44 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.23 |
| HSL | 356.65º | 0.7% | 0.45% | - |
| HSV(B) | 356.65º | 0.82% | 0.77% | - |
| XYZ | 23.82 | 13.12 | 3.66 | - |
| YUV | 84.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 44 | 0 | 0.82 | 0.78 | 0.23 | 356.65 | 0.7 | 0.45 |
| Hex | C4 | 23 | 2C | 0 | 52 | 4E | 17 | 165 | 46 | 2D |
| Octal | 304 | 43 | 54 | 0 | 122 | 116 | 27 | 545 | 106 | 55 |
| Binary | 11000100 | 100011 | 101100 | 0 | 1010010 | 1001110 | 10111 | 101100101 | 1000110 | 101101 |
Color Harmonies of #C4232C
Complementary color
Monochromatic Colors of #C4232C
Black with #C4232C
Text Example
Text Example
White with #C4232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4232C; }
p { color: rgb(196,35,44); }
H1.HeaderClassName
{
color: #C4232C;
}
.AnyTagClassName
{
color: #C4232C;
}
</style>
background-color css
<style>
a { background-color: #C4232C; }
a { background-color: rgb(196,35,44); }
div.DivClassName
{
background-color: #C4232C;
}
.BgClassName
{
background-color: #C4232C;
}
</style>
border-color css
<style>
span { border-color: #C4232C; }
span { border-color: rgb(196,35,44); }
td.TdClassName
{
border-color: #C4232C;
}
.TagClassName
{
border-color: #C4232C;
}
</style>