Shades of Cardinal #C22738
Tints of Cardinal #C22738
RGB
CMYK
RGB Variations
Color information
#C22738 (or 0xC22738) is known color: Cardinal. HEX triplet: C2, 27 and 38. RGB value is (194,39,56). Sum of RGB (Red+Green+Blue) = 194+39+56=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C22738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22738 is #3DD8C7. Grayscale: #575757. Windows color (decimal): -4053192 or 3680194. OLE color: 3680194.
HSL color Cylindrical-coordinate representation of color #C22738: hue angle of 353.42º 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 #C22738 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 56 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.24 |
| HSL | 353.42º | 0.67% | 0.46% | - |
| HSV(B) | 353.42º | 0.8% | 0.76% | - |
| XYZ | 23.69 | 13.21 | 5.04 | - |
| YUV | 87.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 56 | 0 | 0.80 | 0.71 | 0.24 | 353.42 | 0.67 | 0.46 |
| Hex | C2 | 27 | 38 | 0 | 50 | 47 | 18 | 161 | 43 | 2E |
| Octal | 302 | 47 | 70 | 0 | 120 | 107 | 30 | 541 | 103 | 56 |
| Binary | 11000010 | 100111 | 111000 | 0 | 1010000 | 1000111 | 11000 | 101100001 | 1000011 | 101110 |
Color Harmonies of #C22738
Complementary color
Monochromatic Colors of #C22738
Black with #C22738
Text Example
Text Example
White with #C22738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22738; }
p { color: rgb(194,39,56); }
H1.HeaderClassName
{
color: #C22738;
}
.AnyTagClassName
{
color: #C22738;
}
</style>
background-color css
<style>
a { background-color: #C22738; }
a { background-color: rgb(194,39,56); }
div.DivClassName
{
background-color: #C22738;
}
.BgClassName
{
background-color: #C22738;
}
</style>
border-color css
<style>
span { border-color: #C22738; }
span { border-color: rgb(194,39,56); }
td.TdClassName
{
border-color: #C22738;
}
.TagClassName
{
border-color: #C22738;
}
</style>