Shades of Cardinal #C0222E
Tints of Cardinal #C0222E
RGB
CMYK
RGB Variations
Color information
#C0222E (or 0xC0222E) is known color: Cardinal. HEX triplet: C0, 22 and 2E. RGB value is (192,34,46). Sum of RGB (Red+Green+Blue) = 192+34+46=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0222E is #3FDDD1. Grayscale: #525252. Windows color (decimal): -4185554 or 3023552. OLE color: 3023552.
HSL color Cylindrical-coordinate representation of color #C0222E: hue angle of 355.44º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0222E is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 46 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.25 |
| HSL | 355.44º | 0.7% | 0.44% | - |
| HSV(B) | 355.44º | 0.82% | 0.75% | - |
| XYZ | 22.8 | 12.55 | 3.8 | - |
| YUV | 82.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 46 | 0 | 0.82 | 0.76 | 0.25 | 355.44 | 0.7 | 0.44 |
| Hex | C0 | 22 | 2E | 0 | 52 | 4C | 19 | 163 | 46 | 2C |
| Octal | 300 | 42 | 56 | 0 | 122 | 114 | 31 | 543 | 106 | 54 |
| Binary | 11000000 | 100010 | 101110 | 0 | 1010010 | 1001100 | 11001 | 101100011 | 1000110 | 101100 |
Color Harmonies of #C0222E
Complementary color
Monochromatic Colors of #C0222E
Black with #C0222E
Text Example
Text Example
White with #C0222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0222E; }
p { color: rgb(192,34,46); }
H1.HeaderClassName
{
color: #C0222E;
}
.AnyTagClassName
{
color: #C0222E;
}
</style>
background-color css
<style>
a { background-color: #C0222E; }
a { background-color: rgb(192,34,46); }
div.DivClassName
{
background-color: #C0222E;
}
.BgClassName
{
background-color: #C0222E;
}
</style>
border-color css
<style>
span { border-color: #C0222E; }
span { border-color: rgb(192,34,46); }
td.TdClassName
{
border-color: #C0222E;
}
.TagClassName
{
border-color: #C0222E;
}
</style>