Shades of Cardinal #C0222C
Tints of Cardinal #C0222C
RGB
CMYK
RGB Variations
Color information
#C0222C (or 0xC0222C) is known color: Cardinal. HEX triplet: C0, 22 and 2C. RGB value is (192,34,44). Sum of RGB (Red+Green+Blue) = 192+34+44=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0222C is #3FDDD3. Grayscale: #525252. Windows color (decimal): -4185556 or 2892480. OLE color: 2892480.
HSL color Cylindrical-coordinate representation of color #C0222C: hue angle of 356.2º 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 #C0222C is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 44 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.25 |
| HSL | 356.2º | 0.7% | 0.44% | - |
| HSV(B) | 356.2º | 0.82% | 0.75% | - |
| XYZ | 22.76 | 12.53 | 3.6 | - |
| YUV | 82.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 44 | 0 | 0.82 | 0.77 | 0.25 | 356.2 | 0.7 | 0.44 |
| Hex | C0 | 22 | 2C | 0 | 52 | 4D | 19 | 164 | 46 | 2C |
| Octal | 300 | 42 | 54 | 0 | 122 | 115 | 31 | 544 | 106 | 54 |
| Binary | 11000000 | 100010 | 101100 | 0 | 1010010 | 1001101 | 11001 | 101100100 | 1000110 | 101100 |
Color Harmonies of #C0222C
Complementary color
Monochromatic Colors of #C0222C
Black with #C0222C
Text Example
Text Example
White with #C0222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0222C; }
p { color: rgb(192,34,44); }
H1.HeaderClassName
{
color: #C0222C;
}
.AnyTagClassName
{
color: #C0222C;
}
</style>
background-color css
<style>
a { background-color: #C0222C; }
a { background-color: rgb(192,34,44); }
div.DivClassName
{
background-color: #C0222C;
}
.BgClassName
{
background-color: #C0222C;
}
</style>
border-color css
<style>
span { border-color: #C0222C; }
span { border-color: rgb(192,34,44); }
td.TdClassName
{
border-color: #C0222C;
}
.TagClassName
{
border-color: #C0222C;
}
</style>