Shades of Cardinal #C0202E
Tints of Cardinal #C0202E
RGB
CMYK
RGB Variations
Color information
#C0202E (or 0xC0202E) is known color: Cardinal. HEX triplet: C0, 20 and 2E. RGB value is (192,32,46). Sum of RGB (Red+Green+Blue) = 192+32+46=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0202E is #3FDFD1. Grayscale: #515151. Windows color (decimal): -4186066 or 3023040. OLE color: 3023040.
HSL color Cylindrical-coordinate representation of color #C0202E: hue angle of 354.75º 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 #C0202E is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 46 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.25 |
| HSL | 354.75º | 0.71% | 0.44% | - |
| HSV(B) | 354.75º | 0.83% | 0.75% | - |
| XYZ | 22.75 | 12.44 | 3.79 | - |
| YUV | 81.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 46 | 0 | 0.83 | 0.76 | 0.25 | 354.75 | 0.71 | 0.44 |
| Hex | C0 | 20 | 2E | 0 | 53 | 4C | 19 | 163 | 47 | 2C |
| Octal | 300 | 40 | 56 | 0 | 123 | 114 | 31 | 543 | 107 | 54 |
| Binary | 11000000 | 100000 | 101110 | 0 | 1010011 | 1001100 | 11001 | 101100011 | 1000111 | 101100 |
Color Harmonies of #C0202E
Complementary color
Monochromatic Colors of #C0202E
Black with #C0202E
Text Example
Text Example
White with #C0202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0202E; }
p { color: rgb(192,32,46); }
H1.HeaderClassName
{
color: #C0202E;
}
.AnyTagClassName
{
color: #C0202E;
}
</style>
background-color css
<style>
a { background-color: #C0202E; }
a { background-color: rgb(192,32,46); }
div.DivClassName
{
background-color: #C0202E;
}
.BgClassName
{
background-color: #C0202E;
}
</style>
border-color css
<style>
span { border-color: #C0202E; }
span { border-color: rgb(192,32,46); }
td.TdClassName
{
border-color: #C0202E;
}
.TagClassName
{
border-color: #C0202E;
}
</style>