Shades of Cardinal #C02131
Tints of Cardinal #C02131
RGB
CMYK
RGB Variations
Color information
#C02131 (or 0xC02131) is known color: Cardinal. HEX triplet: C0, 21 and 31. RGB value is (192,33,49). Sum of RGB (Red+Green+Blue) = 192+33+49=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C02131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02131 is #3FDECE. Grayscale: #525252. Windows color (decimal): -4185807 or 3219904. OLE color: 3219904.
HSL color Cylindrical-coordinate representation of color #C02131: hue angle of 353.96º 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 #C02131 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 49 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.25 |
| HSL | 353.96º | 0.71% | 0.44% | - |
| HSV(B) | 353.96º | 0.83% | 0.75% | - |
| XYZ | 22.84 | 12.52 | 4.12 | - |
| YUV | 82.37 | 109.18 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 49 | 0 | 0.83 | 0.74 | 0.25 | 353.96 | 0.71 | 0.44 |
| Hex | C0 | 21 | 31 | 0 | 53 | 4A | 19 | 162 | 47 | 2C |
| Octal | 300 | 41 | 61 | 0 | 123 | 112 | 31 | 542 | 107 | 54 |
| Binary | 11000000 | 100001 | 110001 | 0 | 1010011 | 1001010 | 11001 | 101100010 | 1000111 | 101100 |
Color Harmonies of #C02131
Complementary color
Monochromatic Colors of #C02131
Black with #C02131
Text Example
Text Example
White with #C02131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02131; }
p { color: rgb(192,33,49); }
H1.HeaderClassName
{
color: #C02131;
}
.AnyTagClassName
{
color: #C02131;
}
</style>
background-color css
<style>
a { background-color: #C02131; }
a { background-color: rgb(192,33,49); }
div.DivClassName
{
background-color: #C02131;
}
.BgClassName
{
background-color: #C02131;
}
</style>
border-color css
<style>
span { border-color: #C02131; }
span { border-color: rgb(192,33,49); }
td.TdClassName
{
border-color: #C02131;
}
.TagClassName
{
border-color: #C02131;
}
</style>