Shades of Cardinal #C22333
Tints of Cardinal #C22333
RGB
CMYK
RGB Variations
Color information
#C22333 (or 0xC22333) is known color: Cardinal. HEX triplet: C2, 23 and 33. RGB value is (194,35,51). Sum of RGB (Red+Green+Blue) = 194+35+51=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C22333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22333 is #3DDCCC. Grayscale: #545454. Windows color (decimal): -4054221 or 3351490. OLE color: 3351490.
HSL color Cylindrical-coordinate representation of color #C22333: hue angle of 353.96º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22333 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 51 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.24 |
| HSL | 353.96º | 0.69% | 0.45% | - |
| HSV(B) | 353.96º | 0.82% | 0.76% | - |
| XYZ | 23.45 | 12.91 | 4.39 | - |
| YUV | 84.37 | 109.18 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 51 | 0 | 0.82 | 0.74 | 0.24 | 353.96 | 0.69 | 0.45 |
| Hex | C2 | 23 | 33 | 0 | 52 | 4A | 18 | 162 | 45 | 2D |
| Octal | 302 | 43 | 63 | 0 | 122 | 112 | 30 | 542 | 105 | 55 |
| Binary | 11000010 | 100011 | 110011 | 0 | 1010010 | 1001010 | 11000 | 101100010 | 1000101 | 101101 |
Color Harmonies of #C22333
Complementary color
Monochromatic Colors of #C22333
Black with #C22333
Text Example
Text Example
White with #C22333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22333; }
p { color: rgb(194,35,51); }
H1.HeaderClassName
{
color: #C22333;
}
.AnyTagClassName
{
color: #C22333;
}
</style>
background-color css
<style>
a { background-color: #C22333; }
a { background-color: rgb(194,35,51); }
div.DivClassName
{
background-color: #C22333;
}
.BgClassName
{
background-color: #C22333;
}
</style>
border-color css
<style>
span { border-color: #C22333; }
span { border-color: rgb(194,35,51); }
td.TdClassName
{
border-color: #C22333;
}
.TagClassName
{
border-color: #C22333;
}
</style>