Shades of Cardinal #C22835
Tints of Cardinal #C22835
RGB
CMYK
RGB Variations
Color information
#C22835 (or 0xC22835) is known color: Cardinal. HEX triplet: C2, 28 and 35. RGB value is (194,40,53). Sum of RGB (Red+Green+Blue) = 194+40+53=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C22835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22835 is #3DD7CA. Grayscale: #575757. Windows color (decimal): -4052939 or 3483842. OLE color: 3483842.
HSL color Cylindrical-coordinate representation of color #C22835: hue angle of 354.94º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22835 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 53 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.24 |
| HSL | 354.94º | 0.66% | 0.46% | - |
| HSV(B) | 354.94º | 0.79% | 0.76% | - |
| XYZ | 23.65 | 13.24 | 4.68 | - |
| YUV | 87.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 53 | 0 | 0.79 | 0.73 | 0.24 | 354.94 | 0.66 | 0.46 |
| Hex | C2 | 28 | 35 | 0 | 4F | 49 | 18 | 163 | 42 | 2E |
| Octal | 302 | 50 | 65 | 0 | 117 | 111 | 30 | 543 | 102 | 56 |
| Binary | 11000010 | 101000 | 110101 | 0 | 1001111 | 1001001 | 11000 | 101100011 | 1000010 | 101110 |
Color Harmonies of #C22835
Complementary color
Monochromatic Colors of #C22835
Black with #C22835
Text Example
Text Example
White with #C22835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22835; }
p { color: rgb(194,40,53); }
H1.HeaderClassName
{
color: #C22835;
}
.AnyTagClassName
{
color: #C22835;
}
</style>
background-color css
<style>
a { background-color: #C22835; }
a { background-color: rgb(194,40,53); }
div.DivClassName
{
background-color: #C22835;
}
.BgClassName
{
background-color: #C22835;
}
</style>
border-color css
<style>
span { border-color: #C22835; }
span { border-color: rgb(194,40,53); }
td.TdClassName
{
border-color: #C22835;
}
.TagClassName
{
border-color: #C22835;
}
</style>