Shades of Cardinal #C22030
Tints of Cardinal #C22030
RGB
CMYK
RGB Variations
Color information
#C22030 (or 0xC22030) is known color: Cardinal. HEX triplet: C2, 20 and 30. RGB value is (194,32,48). Sum of RGB (Red+Green+Blue) = 194+32+48=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C22030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22030 is #3DDFCF. Grayscale: #525252. Windows color (decimal): -4054992 or 3154114. OLE color: 3154114.
HSL color Cylindrical-coordinate representation of color #C22030: hue angle of 354.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22030 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 48 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.24 |
| HSL | 354.07º | 0.72% | 0.44% | - |
| HSV(B) | 354.07º | 0.84% | 0.76% | - |
| XYZ | 23.3 | 12.72 | 4.02 | - |
| YUV | 82.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 48 | 0 | 0.84 | 0.75 | 0.24 | 354.07 | 0.72 | 0.44 |
| Hex | C2 | 20 | 30 | 0 | 54 | 4B | 18 | 162 | 48 | 2C |
| Octal | 302 | 40 | 60 | 0 | 124 | 113 | 30 | 542 | 110 | 54 |
| Binary | 11000010 | 100000 | 110000 | 0 | 1010100 | 1001011 | 11000 | 101100010 | 1001000 | 101100 |
Color Harmonies of #C22030
Complementary color
Monochromatic Colors of #C22030
Black with #C22030
Text Example
Text Example
White with #C22030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22030; }
p { color: rgb(194,32,48); }
H1.HeaderClassName
{
color: #C22030;
}
.AnyTagClassName
{
color: #C22030;
}
</style>
background-color css
<style>
a { background-color: #C22030; }
a { background-color: rgb(194,32,48); }
div.DivClassName
{
background-color: #C22030;
}
.BgClassName
{
background-color: #C22030;
}
</style>
border-color css
<style>
span { border-color: #C22030; }
span { border-color: rgb(194,32,48); }
td.TdClassName
{
border-color: #C22030;
}
.TagClassName
{
border-color: #C22030;
}
</style>