Shades of Cardinal #C0223C
Tints of Cardinal #C0223C
RGB
CMYK
RGB Variations
Color information
#C0223C (or 0xC0223C) is known color: Cardinal. HEX triplet: C0, 22 and 3C. RGB value is (192,34,60). Sum of RGB (Red+Green+Blue) = 192+34+60=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0223C is #3FDDC3. Grayscale: #545454. Windows color (decimal): -4185540 or 3941056. OLE color: 3941056.
HSL color Cylindrical-coordinate representation of color #C0223C: hue angle of 350.13º 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 #C0223C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 60 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.25 |
| HSL | 350.13º | 0.7% | 0.44% | - |
| HSV(B) | 350.13º | 0.82% | 0.75% | - |
| XYZ | 23.13 | 12.68 | 5.5 | - |
| YUV | 84.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 60 | 0 | 0.82 | 0.69 | 0.25 | 350.13 | 0.7 | 0.44 |
| Hex | C0 | 22 | 3C | 0 | 52 | 45 | 19 | 15E | 46 | 2C |
| Octal | 300 | 42 | 74 | 0 | 122 | 105 | 31 | 536 | 106 | 54 |
| Binary | 11000000 | 100010 | 111100 | 0 | 1010010 | 1000101 | 11001 | 101011110 | 1000110 | 101100 |
Color Harmonies of #C0223C
Complementary color
Monochromatic Colors of #C0223C
Black with #C0223C
Text Example
Text Example
White with #C0223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0223C; }
p { color: rgb(192,34,60); }
H1.HeaderClassName
{
color: #C0223C;
}
.AnyTagClassName
{
color: #C0223C;
}
</style>
background-color css
<style>
a { background-color: #C0223C; }
a { background-color: rgb(192,34,60); }
div.DivClassName
{
background-color: #C0223C;
}
.BgClassName
{
background-color: #C0223C;
}
</style>
border-color css
<style>
span { border-color: #C0223C; }
span { border-color: rgb(192,34,60); }
td.TdClassName
{
border-color: #C0223C;
}
.TagClassName
{
border-color: #C0223C;
}
</style>