Shades of Cardinal #C22735
Tints of Cardinal #C22735
RGB
CMYK
RGB Variations
Color information
#C22735 (or 0xC22735) is known color: Cardinal. HEX triplet: C2, 27 and 35. RGB value is (194,39,53). Sum of RGB (Red+Green+Blue) = 194+39+53=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C22735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22735 is #3DD8CA. Grayscale: #575757. Windows color (decimal): -4053195 or 3483586. OLE color: 3483586.
HSL color Cylindrical-coordinate representation of color #C22735: hue angle of 354.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22735 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 53 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.24 |
| HSL | 354.58º | 0.67% | 0.46% | - |
| HSV(B) | 354.58º | 0.8% | 0.76% | - |
| XYZ | 23.62 | 13.18 | 4.67 | - |
| YUV | 86.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 53 | 0 | 0.80 | 0.73 | 0.24 | 354.58 | 0.67 | 0.46 |
| Hex | C2 | 27 | 35 | 0 | 50 | 49 | 18 | 163 | 43 | 2E |
| Octal | 302 | 47 | 65 | 0 | 120 | 111 | 30 | 543 | 103 | 56 |
| Binary | 11000010 | 100111 | 110101 | 0 | 1010000 | 1001001 | 11000 | 101100011 | 1000011 | 101110 |
Color Harmonies of #C22735
Complementary color
Monochromatic Colors of #C22735
Black with #C22735
Text Example
Text Example
White with #C22735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22735; }
p { color: rgb(194,39,53); }
H1.HeaderClassName
{
color: #C22735;
}
.AnyTagClassName
{
color: #C22735;
}
</style>
background-color css
<style>
a { background-color: #C22735; }
a { background-color: rgb(194,39,53); }
div.DivClassName
{
background-color: #C22735;
}
.BgClassName
{
background-color: #C22735;
}
</style>
border-color css
<style>
span { border-color: #C22735; }
span { border-color: rgb(194,39,53); }
td.TdClassName
{
border-color: #C22735;
}
.TagClassName
{
border-color: #C22735;
}
</style>