Shades of Cardinal #C02144
Tints of Cardinal #C02144
RGB
CMYK
RGB Variations
Color information
#C02144 (or 0xC02144) is known color: Cardinal. HEX triplet: C0, 21 and 44. RGB value is (192,33,68). Sum of RGB (Red+Green+Blue) = 192+33+68=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C02144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02144 is #3FDEBB. Grayscale: #545454. Windows color (decimal): -4185788 or 4465088. OLE color: 4465088.
HSL color Cylindrical-coordinate representation of color #C02144: hue angle of 346.79º 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 #C02144 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 68 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.25 |
| HSL | 346.79º | 0.71% | 0.44% | - |
| HSV(B) | 346.79º | 0.83% | 0.75% | - |
| XYZ | 23.33 | 12.71 | 6.69 | - |
| YUV | 84.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 68 | 0 | 0.83 | 0.65 | 0.25 | 346.79 | 0.71 | 0.44 |
| Hex | C0 | 21 | 44 | 0 | 53 | 41 | 19 | 15B | 47 | 2C |
| Octal | 300 | 41 | 104 | 0 | 123 | 101 | 31 | 533 | 107 | 54 |
| Binary | 11000000 | 100001 | 1000100 | 0 | 1010011 | 1000001 | 11001 | 101011011 | 1000111 | 101100 |
Color Harmonies of #C02144
Complementary color
Monochromatic Colors of #C02144
Black with #C02144
Text Example
Text Example
White with #C02144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02144; }
p { color: rgb(192,33,68); }
H1.HeaderClassName
{
color: #C02144;
}
.AnyTagClassName
{
color: #C02144;
}
</style>
background-color css
<style>
a { background-color: #C02144; }
a { background-color: rgb(192,33,68); }
div.DivClassName
{
background-color: #C02144;
}
.BgClassName
{
background-color: #C02144;
}
</style>
border-color css
<style>
span { border-color: #C02144; }
span { border-color: rgb(192,33,68); }
td.TdClassName
{
border-color: #C02144;
}
.TagClassName
{
border-color: #C02144;
}
</style>