Shades of Cardinal #C22631
Tints of Cardinal #C22631
RGB
CMYK
RGB Variations
Color information
#C22631 (or 0xC22631) is known color: Cardinal. HEX triplet: C2, 26 and 31. RGB value is (194,38,49). Sum of RGB (Red+Green+Blue) = 194+38+49=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C22631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22631 is #3DD9CE. Grayscale: #565656. Windows color (decimal): -4053455 or 3221186. OLE color: 3221186.
HSL color Cylindrical-coordinate representation of color #C22631: hue angle of 355.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22631 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 49 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.24 |
| HSL | 355.77º | 0.67% | 0.45% | - |
| HSV(B) | 355.77º | 0.8% | 0.76% | - |
| XYZ | 23.5 | 13.08 | 4.19 | - |
| YUV | 85.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 49 | 0 | 0.80 | 0.75 | 0.24 | 355.77 | 0.67 | 0.45 |
| Hex | C2 | 26 | 31 | 0 | 50 | 4B | 18 | 164 | 43 | 2D |
| Octal | 302 | 46 | 61 | 0 | 120 | 113 | 30 | 544 | 103 | 55 |
| Binary | 11000010 | 100110 | 110001 | 0 | 1010000 | 1001011 | 11000 | 101100100 | 1000011 | 101101 |
Color Harmonies of #C22631
Complementary color
Monochromatic Colors of #C22631
Black with #C22631
Text Example
Text Example
White with #C22631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22631; }
p { color: rgb(194,38,49); }
H1.HeaderClassName
{
color: #C22631;
}
.AnyTagClassName
{
color: #C22631;
}
</style>
background-color css
<style>
a { background-color: #C22631; }
a { background-color: rgb(194,38,49); }
div.DivClassName
{
background-color: #C22631;
}
.BgClassName
{
background-color: #C22631;
}
</style>
border-color css
<style>
span { border-color: #C22631; }
span { border-color: rgb(194,38,49); }
td.TdClassName
{
border-color: #C22631;
}
.TagClassName
{
border-color: #C22631;
}
</style>