Shades of Cardinal #C42033
Tints of Cardinal #C42033
RGB
CMYK
RGB Variations
Color information
#C42033 (or 0xC42033) is known color: Cardinal. HEX triplet: C4, 20 and 33. RGB value is (196,32,51). Sum of RGB (Red+Green+Blue) = 196+32+51=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C42033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42033 is #3BDFCC. Grayscale: #535353. Windows color (decimal): -3923917 or 3350724. OLE color: 3350724.
HSL color Cylindrical-coordinate representation of color #C42033: hue angle of 353.05º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42033 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 51 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.23 |
| HSL | 353.05º | 0.72% | 0.45% | - |
| HSV(B) | 353.05º | 0.84% | 0.77% | - |
| XYZ | 23.88 | 13.01 | 4.38 | - |
| YUV | 83.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 51 | 0 | 0.84 | 0.74 | 0.23 | 353.05 | 0.72 | 0.45 |
| Hex | C4 | 20 | 33 | 0 | 54 | 4A | 17 | 161 | 48 | 2D |
| Octal | 304 | 40 | 63 | 0 | 124 | 112 | 27 | 541 | 110 | 55 |
| Binary | 11000100 | 100000 | 110011 | 0 | 1010100 | 1001010 | 10111 | 101100001 | 1001000 | 101101 |
Color Harmonies of #C42033
Complementary color
Monochromatic Colors of #C42033
Black with #C42033
Text Example
Text Example
White with #C42033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42033; }
p { color: rgb(196,32,51); }
H1.HeaderClassName
{
color: #C42033;
}
.AnyTagClassName
{
color: #C42033;
}
</style>
background-color css
<style>
a { background-color: #C42033; }
a { background-color: rgb(196,32,51); }
div.DivClassName
{
background-color: #C42033;
}
.BgClassName
{
background-color: #C42033;
}
</style>
border-color css
<style>
span { border-color: #C42033; }
span { border-color: rgb(196,32,51); }
td.TdClassName
{
border-color: #C42033;
}
.TagClassName
{
border-color: #C42033;
}
</style>