Shades of Cardinal #C20630
Tints of Cardinal #C20630
RGB
CMYK
RGB Variations
Color information
#C20630 (or 0xC20630) is known color: Cardinal. HEX triplet: C2, 06 and 30. RGB value is (194,6,48). Sum of RGB (Red+Green+Blue) = 194+6+48=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C20630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20630 is #3DF9CF. Grayscale: #434343. Windows color (decimal): -4061648 or 3147458. OLE color: 3147458.
HSL color Cylindrical-coordinate representation of color #C20630: hue angle of 346.6º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20630 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 48 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.24 |
| HSL | 346.6º | 0.94% | 0.39% | - |
| HSV(B) | 346.6º | 0.97% | 0.76% | - |
| XYZ | 22.85 | 11.81 | 3.87 | - |
| YUV | 67 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 48 | 0 | 0.97 | 0.75 | 0.24 | 346.6 | 0.94 | 0.39 |
| Hex | C2 | 6 | 30 | 0 | 61 | 4B | 18 | 15B | 5E | 27 |
| Octal | 302 | 6 | 60 | 0 | 141 | 113 | 30 | 533 | 136 | 47 |
| Binary | 11000010 | 110 | 110000 | 0 | 1100001 | 1001011 | 11000 | 101011011 | 1011110 | 100111 |
Color Harmonies of #C20630
Complementary color
Monochromatic Colors of #C20630
Black with #C20630
Text Example
Text Example
White with #C20630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20630; }
p { color: rgb(194,6,48); }
H1.HeaderClassName
{
color: #C20630;
}
.AnyTagClassName
{
color: #C20630;
}
</style>
background-color css
<style>
a { background-color: #C20630; }
a { background-color: rgb(194,6,48); }
div.DivClassName
{
background-color: #C20630;
}
.BgClassName
{
background-color: #C20630;
}
</style>
border-color css
<style>
span { border-color: #C20630; }
span { border-color: rgb(194,6,48); }
td.TdClassName
{
border-color: #C20630;
}
.TagClassName
{
border-color: #C20630;
}
</style>