Shades of Cardinal #C4233A
Tints of Cardinal #C4233A
RGB
CMYK
RGB Variations
Color information
#C4233A (or 0xC4233A) is known color: Cardinal. HEX triplet: C4, 23 and 3A. RGB value is (196,35,58). Sum of RGB (Red+Green+Blue) = 196+35+58=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4233A is #3BDCC5. Grayscale: #555555. Windows color (decimal): -3923142 or 3810244. OLE color: 3810244.
HSL color Cylindrical-coordinate representation of color #C4233A: hue angle of 351.43º 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 #C4233A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 58 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.23 |
| HSL | 351.43º | 0.7% | 0.45% | - |
| HSV(B) | 351.43º | 0.82% | 0.77% | - |
| XYZ | 24.13 | 13.24 | 5.29 | - |
| YUV | 85.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 58 | 0 | 0.82 | 0.70 | 0.23 | 351.43 | 0.7 | 0.45 |
| Hex | C4 | 23 | 3A | 0 | 52 | 46 | 17 | 15F | 46 | 2D |
| Octal | 304 | 43 | 72 | 0 | 122 | 106 | 27 | 537 | 106 | 55 |
| Binary | 11000100 | 100011 | 111010 | 0 | 1010010 | 1000110 | 10111 | 101011111 | 1000110 | 101101 |
Color Harmonies of #C4233A
Complementary color
Monochromatic Colors of #C4233A
Black with #C4233A
Text Example
Text Example
White with #C4233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4233A; }
p { color: rgb(196,35,58); }
H1.HeaderClassName
{
color: #C4233A;
}
.AnyTagClassName
{
color: #C4233A;
}
</style>
background-color css
<style>
a { background-color: #C4233A; }
a { background-color: rgb(196,35,58); }
div.DivClassName
{
background-color: #C4233A;
}
.BgClassName
{
background-color: #C4233A;
}
</style>
border-color css
<style>
span { border-color: #C4233A; }
span { border-color: rgb(196,35,58); }
td.TdClassName
{
border-color: #C4233A;
}
.TagClassName
{
border-color: #C4233A;
}
</style>