Shades of Cardinal #C02443
Tints of Cardinal #C02443
RGB
CMYK
RGB Variations
Color information
#C02443 (or 0xC02443) is known color: Cardinal. HEX triplet: C0, 24 and 43. RGB value is (192,36,67). Sum of RGB (Red+Green+Blue) = 192+36+67=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C02443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02443 is #3FDBBC. Grayscale: #565656. Windows color (decimal): -4185021 or 4400320. OLE color: 4400320.
HSL color Cylindrical-coordinate representation of color #C02443: hue angle of 348.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02443 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 67 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.25 |
| HSL | 348.08º | 0.68% | 0.45% | - |
| HSV(B) | 348.08º | 0.81% | 0.75% | - |
| XYZ | 23.38 | 12.87 | 6.56 | - |
| YUV | 86.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 67 | 0 | 0.81 | 0.65 | 0.25 | 348.08 | 0.68 | 0.45 |
| Hex | C0 | 24 | 43 | 0 | 51 | 41 | 19 | 15C | 44 | 2D |
| Octal | 300 | 44 | 103 | 0 | 121 | 101 | 31 | 534 | 104 | 55 |
| Binary | 11000000 | 100100 | 1000011 | 0 | 1010001 | 1000001 | 11001 | 101011100 | 1000100 | 101101 |
Color Harmonies of #C02443
Complementary color
Monochromatic Colors of #C02443
Black with #C02443
Text Example
Text Example
White with #C02443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02443; }
p { color: rgb(192,36,67); }
H1.HeaderClassName
{
color: #C02443;
}
.AnyTagClassName
{
color: #C02443;
}
</style>
background-color css
<style>
a { background-color: #C02443; }
a { background-color: rgb(192,36,67); }
div.DivClassName
{
background-color: #C02443;
}
.BgClassName
{
background-color: #C02443;
}
</style>
border-color css
<style>
span { border-color: #C02443; }
span { border-color: rgb(192,36,67); }
td.TdClassName
{
border-color: #C02443;
}
.TagClassName
{
border-color: #C02443;
}
</style>