Shades of Cardinal #C0223D
Tints of Cardinal #C0223D
RGB
CMYK
RGB Variations
Color information
#C0223D (or 0xC0223D) is known color: Cardinal. HEX triplet: C0, 22 and 3D. RGB value is (192,34,61). Sum of RGB (Red+Green+Blue) = 192+34+61=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0223D is #3FDDC2. Grayscale: #545454. Windows color (decimal): -4185539 or 4006592. OLE color: 4006592.
HSL color Cylindrical-coordinate representation of color #C0223D: hue angle of 349.75º 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 #C0223D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 61 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.25 |
| HSL | 349.75º | 0.7% | 0.44% | - |
| HSV(B) | 349.75º | 0.82% | 0.75% | - |
| XYZ | 23.15 | 12.69 | 5.64 | - |
| YUV | 84.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 61 | 0 | 0.82 | 0.68 | 0.25 | 349.75 | 0.7 | 0.44 |
| Hex | C0 | 22 | 3D | 0 | 52 | 44 | 19 | 15E | 46 | 2C |
| Octal | 300 | 42 | 75 | 0 | 122 | 104 | 31 | 536 | 106 | 54 |
| Binary | 11000000 | 100010 | 111101 | 0 | 1010010 | 1000100 | 11001 | 101011110 | 1000110 | 101100 |
Color Harmonies of #C0223D
Complementary color
Monochromatic Colors of #C0223D
Black with #C0223D
Text Example
Text Example
White with #C0223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0223D; }
p { color: rgb(192,34,61); }
H1.HeaderClassName
{
color: #C0223D;
}
.AnyTagClassName
{
color: #C0223D;
}
</style>
background-color css
<style>
a { background-color: #C0223D; }
a { background-color: rgb(192,34,61); }
div.DivClassName
{
background-color: #C0223D;
}
.BgClassName
{
background-color: #C0223D;
}
</style>
border-color css
<style>
span { border-color: #C0223D; }
span { border-color: rgb(192,34,61); }
td.TdClassName
{
border-color: #C0223D;
}
.TagClassName
{
border-color: #C0223D;
}
</style>