Shades of Cardinal #C22736
Tints of Cardinal #C22736
RGB
CMYK
RGB Variations
Color information
#C22736 (or 0xC22736) is known color: Cardinal. HEX triplet: C2, 27 and 36. RGB value is (194,39,54). Sum of RGB (Red+Green+Blue) = 194+39+54=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C22736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22736 is #3DD8C9. Grayscale: #575757. Windows color (decimal): -4053194 or 3549122. OLE color: 3549122.
HSL color Cylindrical-coordinate representation of color #C22736: hue angle of 354.19º 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 #C22736 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 54 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.24 |
| HSL | 354.19º | 0.67% | 0.46% | - |
| HSV(B) | 354.19º | 0.8% | 0.76% | - |
| XYZ | 23.64 | 13.19 | 4.79 | - |
| YUV | 87.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 54 | 0 | 0.80 | 0.72 | 0.24 | 354.19 | 0.67 | 0.46 |
| Hex | C2 | 27 | 36 | 0 | 50 | 48 | 18 | 162 | 43 | 2E |
| Octal | 302 | 47 | 66 | 0 | 120 | 110 | 30 | 542 | 103 | 56 |
| Binary | 11000010 | 100111 | 110110 | 0 | 1010000 | 1001000 | 11000 | 101100010 | 1000011 | 101110 |
Color Harmonies of #C22736
Complementary color
Monochromatic Colors of #C22736
Black with #C22736
Text Example
Text Example
White with #C22736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22736; }
p { color: rgb(194,39,54); }
H1.HeaderClassName
{
color: #C22736;
}
.AnyTagClassName
{
color: #C22736;
}
</style>
background-color css
<style>
a { background-color: #C22736; }
a { background-color: rgb(194,39,54); }
div.DivClassName
{
background-color: #C22736;
}
.BgClassName
{
background-color: #C22736;
}
</style>
border-color css
<style>
span { border-color: #C22736; }
span { border-color: rgb(194,39,54); }
td.TdClassName
{
border-color: #C22736;
}
.TagClassName
{
border-color: #C22736;
}
</style>