Shades of Cardinal #C0202C
Tints of Cardinal #C0202C
RGB
CMYK
RGB Variations
Color information
#C0202C (or 0xC0202C) is known color: Cardinal. HEX triplet: C0, 20 and 2C. RGB value is (192,32,44). Sum of RGB (Red+Green+Blue) = 192+32+44=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0202C is #3FDFD3. Grayscale: #515151. Windows color (decimal): -4186068 or 2891968. OLE color: 2891968.
HSL color Cylindrical-coordinate representation of color #C0202C: hue angle of 355.5º 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 #C0202C is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 44 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.25 |
| HSL | 355.5º | 0.71% | 0.44% | - |
| HSV(B) | 355.5º | 0.83% | 0.75% | - |
| XYZ | 22.71 | 12.42 | 3.58 | - |
| YUV | 81.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 44 | 0 | 0.83 | 0.77 | 0.25 | 355.5 | 0.71 | 0.44 |
| Hex | C0 | 20 | 2C | 0 | 53 | 4D | 19 | 164 | 47 | 2C |
| Octal | 300 | 40 | 54 | 0 | 123 | 115 | 31 | 544 | 107 | 54 |
| Binary | 11000000 | 100000 | 101100 | 0 | 1010011 | 1001101 | 11001 | 101100100 | 1000111 | 101100 |
Color Harmonies of #C0202C
Complementary color
Monochromatic Colors of #C0202C
Black with #C0202C
Text Example
Text Example
White with #C0202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0202C; }
p { color: rgb(192,32,44); }
H1.HeaderClassName
{
color: #C0202C;
}
.AnyTagClassName
{
color: #C0202C;
}
</style>
background-color css
<style>
a { background-color: #C0202C; }
a { background-color: rgb(192,32,44); }
div.DivClassName
{
background-color: #C0202C;
}
.BgClassName
{
background-color: #C0202C;
}
</style>
border-color css
<style>
span { border-color: #C0202C; }
span { border-color: rgb(192,32,44); }
td.TdClassName
{
border-color: #C0202C;
}
.TagClassName
{
border-color: #C0202C;
}
</style>