Shades of Cardinal #C02145
Tints of Cardinal #C02145
RGB
CMYK
RGB Variations
Color information
#C02145 (or 0xC02145) is known color: Cardinal. HEX triplet: C0, 21 and 45. RGB value is (192,33,69). Sum of RGB (Red+Green+Blue) = 192+33+69=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C02145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02145 is #3FDEBA. Grayscale: #545454. Windows color (decimal): -4185787 or 4530624. OLE color: 4530624.
HSL color Cylindrical-coordinate representation of color #C02145: hue angle of 346.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02145 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 69 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.25 |
| HSL | 346.42º | 0.71% | 0.44% | - |
| HSV(B) | 346.42º | 0.83% | 0.75% | - |
| XYZ | 23.36 | 12.72 | 6.86 | - |
| YUV | 84.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 69 | 0 | 0.83 | 0.64 | 0.25 | 346.42 | 0.71 | 0.44 |
| Hex | C0 | 21 | 45 | 0 | 53 | 40 | 19 | 15A | 47 | 2C |
| Octal | 300 | 41 | 105 | 0 | 123 | 100 | 31 | 532 | 107 | 54 |
| Binary | 11000000 | 100001 | 1000101 | 0 | 1010011 | 1000000 | 11001 | 101011010 | 1000111 | 101100 |
Color Harmonies of #C02145
Complementary color
Monochromatic Colors of #C02145
Black with #C02145
Text Example
Text Example
White with #C02145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02145; }
p { color: rgb(192,33,69); }
H1.HeaderClassName
{
color: #C02145;
}
.AnyTagClassName
{
color: #C02145;
}
</style>
background-color css
<style>
a { background-color: #C02145; }
a { background-color: rgb(192,33,69); }
div.DivClassName
{
background-color: #C02145;
}
.BgClassName
{
background-color: #C02145;
}
</style>
border-color css
<style>
span { border-color: #C02145; }
span { border-color: rgb(192,33,69); }
td.TdClassName
{
border-color: #C02145;
}
.TagClassName
{
border-color: #C02145;
}
</style>