Shades of Cardinal #C8223B
Tints of Cardinal #C8223B
RGB
CMYK
RGB Variations
Color information
#C8223B (or 0xC8223B) is known color: Cardinal. HEX triplet: C8, 22 and 3B. RGB value is (200,34,59). Sum of RGB (Red+Green+Blue) = 200+34+59=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8223B is #37DDC4. Grayscale: #565656. Windows color (decimal): -3661253 or 3875528. OLE color: 3875528.
HSL color Cylindrical-coordinate representation of color #C8223B: hue angle of 350.96º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8223B is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 59 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.22 |
| HSL | 350.96º | 0.71% | 0.46% | - |
| HSV(B) | 350.96º | 0.83% | 0.78% | - |
| XYZ | 25.18 | 13.74 | 5.46 | - |
| YUV | 86.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 59 | 0 | 0.83 | 0.70 | 0.22 | 350.96 | 0.71 | 0.46 |
| Hex | C8 | 22 | 3B | 0 | 53 | 46 | 16 | 15F | 47 | 2E |
| Octal | 310 | 42 | 73 | 0 | 123 | 106 | 26 | 537 | 107 | 56 |
| Binary | 11001000 | 100010 | 111011 | 0 | 1010011 | 1000110 | 10110 | 101011111 | 1000111 | 101110 |
Color Harmonies of #C8223B
Complementary color
Monochromatic Colors of #C8223B
Black with #C8223B
Text Example
Text Example
White with #C8223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8223B; }
p { color: rgb(200,34,59); }
H1.HeaderClassName
{
color: #C8223B;
}
.AnyTagClassName
{
color: #C8223B;
}
</style>
background-color css
<style>
a { background-color: #C8223B; }
a { background-color: rgb(200,34,59); }
div.DivClassName
{
background-color: #C8223B;
}
.BgClassName
{
background-color: #C8223B;
}
</style>
border-color css
<style>
span { border-color: #C8223B; }
span { border-color: rgb(200,34,59); }
td.TdClassName
{
border-color: #C8223B;
}
.TagClassName
{
border-color: #C8223B;
}
</style>