Shades of Cardinal #C0202D
Tints of Cardinal #C0202D
RGB
CMYK
RGB Variations
Color information
#C0202D (or 0xC0202D) is known color: Cardinal. HEX triplet: C0, 20 and 2D. RGB value is (192,32,45). Sum of RGB (Red+Green+Blue) = 192+32+45=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0202D is #3FDFD2. Grayscale: #515151. Windows color (decimal): -4186067 or 2957504. OLE color: 2957504.
HSL color Cylindrical-coordinate representation of color #C0202D: hue angle of 355.12º 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 #C0202D is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 45 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.25 |
| HSL | 355.13º | 0.71% | 0.44% | - |
| HSV(B) | 355.13º | 0.83% | 0.75% | - |
| XYZ | 22.73 | 12.43 | 3.68 | - |
| YUV | 81.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 45 | 0 | 0.83 | 0.77 | 0.25 | 355.13 | 0.71 | 0.44 |
| Hex | C0 | 20 | 2D | 0 | 53 | 4D | 19 | 163 | 47 | 2C |
| Octal | 300 | 40 | 55 | 0 | 123 | 115 | 31 | 543 | 107 | 54 |
| Binary | 11000000 | 100000 | 101101 | 0 | 1010011 | 1001101 | 11001 | 101100011 | 1000111 | 101100 |
Color Harmonies of #C0202D
Complementary color
Monochromatic Colors of #C0202D
Black with #C0202D
Text Example
Text Example
White with #C0202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0202D; }
p { color: rgb(192,32,45); }
H1.HeaderClassName
{
color: #C0202D;
}
.AnyTagClassName
{
color: #C0202D;
}
</style>
background-color css
<style>
a { background-color: #C0202D; }
a { background-color: rgb(192,32,45); }
div.DivClassName
{
background-color: #C0202D;
}
.BgClassName
{
background-color: #C0202D;
}
</style>
border-color css
<style>
span { border-color: #C0202D; }
span { border-color: rgb(192,32,45); }
td.TdClassName
{
border-color: #C0202D;
}
.TagClassName
{
border-color: #C0202D;
}
</style>