Shades of Cardinal #C42133
Tints of Cardinal #C42133
RGB
CMYK
RGB Variations
Color information
#C42133 (or 0xC42133) is known color: Cardinal. HEX triplet: C4, 21 and 33. RGB value is (196,33,51). Sum of RGB (Red+Green+Blue) = 196+33+51=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C42133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42133 is #3BDECC. Grayscale: #535353. Windows color (decimal): -3923661 or 3350980. OLE color: 3350980.
HSL color Cylindrical-coordinate representation of color #C42133: hue angle of 353.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42133 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 51 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.23 |
| HSL | 353.37º | 0.71% | 0.45% | - |
| HSV(B) | 353.37º | 0.83% | 0.77% | - |
| XYZ | 23.91 | 13.06 | 4.39 | - |
| YUV | 83.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 51 | 0 | 0.83 | 0.74 | 0.23 | 353.37 | 0.71 | 0.45 |
| Hex | C4 | 21 | 33 | 0 | 53 | 4A | 17 | 161 | 47 | 2D |
| Octal | 304 | 41 | 63 | 0 | 123 | 112 | 27 | 541 | 107 | 55 |
| Binary | 11000100 | 100001 | 110011 | 0 | 1010011 | 1001010 | 10111 | 101100001 | 1000111 | 101101 |
Color Harmonies of #C42133
Complementary color
Monochromatic Colors of #C42133
Black with #C42133
Text Example
Text Example
White with #C42133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42133; }
p { color: rgb(196,33,51); }
H1.HeaderClassName
{
color: #C42133;
}
.AnyTagClassName
{
color: #C42133;
}
</style>
background-color css
<style>
a { background-color: #C42133; }
a { background-color: rgb(196,33,51); }
div.DivClassName
{
background-color: #C42133;
}
.BgClassName
{
background-color: #C42133;
}
</style>
border-color css
<style>
span { border-color: #C42133; }
span { border-color: rgb(196,33,51); }
td.TdClassName
{
border-color: #C42133;
}
.TagClassName
{
border-color: #C42133;
}
</style>