Shades of Cardinal #C0222B
Tints of Cardinal #C0222B
RGB
CMYK
RGB Variations
Color information
#C0222B (or 0xC0222B) is known color: Cardinal. HEX triplet: C0, 22 and 2B. RGB value is (192,34,43). Sum of RGB (Red+Green+Blue) = 192+34+43=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0222B is #3FDDD4. Grayscale: #525252. Windows color (decimal): -4185557 or 2826944. OLE color: 2826944.
HSL color Cylindrical-coordinate representation of color #C0222B: hue angle of 356.58º 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 #C0222B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 43 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.25 |
| HSL | 356.58º | 0.7% | 0.44% | - |
| HSV(B) | 356.58º | 0.82% | 0.75% | - |
| XYZ | 22.75 | 12.52 | 3.5 | - |
| YUV | 82.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 43 | 0 | 0.82 | 0.78 | 0.25 | 356.58 | 0.7 | 0.44 |
| Hex | C0 | 22 | 2B | 0 | 52 | 4E | 19 | 165 | 46 | 2C |
| Octal | 300 | 42 | 53 | 0 | 122 | 116 | 31 | 545 | 106 | 54 |
| Binary | 11000000 | 100010 | 101011 | 0 | 1010010 | 1001110 | 11001 | 101100101 | 1000110 | 101100 |
Color Harmonies of #C0222B
Complementary color
Monochromatic Colors of #C0222B
Black with #C0222B
Text Example
Text Example
White with #C0222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0222B; }
p { color: rgb(192,34,43); }
H1.HeaderClassName
{
color: #C0222B;
}
.AnyTagClassName
{
color: #C0222B;
}
</style>
background-color css
<style>
a { background-color: #C0222B; }
a { background-color: rgb(192,34,43); }
div.DivClassName
{
background-color: #C0222B;
}
.BgClassName
{
background-color: #C0222B;
}
</style>
border-color css
<style>
span { border-color: #C0222B; }
span { border-color: rgb(192,34,43); }
td.TdClassName
{
border-color: #C0222B;
}
.TagClassName
{
border-color: #C0222B;
}
</style>