Shades of Cardinal #C20732
Tints of Cardinal #C20732
RGB
CMYK
RGB Variations
Color information
#C20732 (or 0xC20732) is known color: Cardinal. HEX triplet: C2, 07 and 32. RGB value is (194,7,50). Sum of RGB (Red+Green+Blue) = 194+7+50=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C20732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20732 is #3DF8CD. Grayscale: #434343. Windows color (decimal): -4061390 or 3278786. OLE color: 3278786.
HSL color Cylindrical-coordinate representation of color #C20732: hue angle of 346.2º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20732 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 50 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.24 |
| HSL | 346.2º | 0.93% | 0.39% | - |
| HSV(B) | 346.2º | 0.96% | 0.76% | - |
| XYZ | 22.9 | 11.85 | 4.1 | - |
| YUV | 67.82 | 117.95 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 50 | 0 | 0.96 | 0.74 | 0.24 | 346.2 | 0.93 | 0.39 |
| Hex | C2 | 7 | 32 | 0 | 60 | 4A | 18 | 15A | 5D | 27 |
| Octal | 302 | 7 | 62 | 0 | 140 | 112 | 30 | 532 | 135 | 47 |
| Binary | 11000010 | 111 | 110010 | 0 | 1100000 | 1001010 | 11000 | 101011010 | 1011101 | 100111 |
Color Harmonies of #C20732
Complementary color
Monochromatic Colors of #C20732
Black with #C20732
Text Example
Text Example
White with #C20732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20732; }
p { color: rgb(194,7,50); }
H1.HeaderClassName
{
color: #C20732;
}
.AnyTagClassName
{
color: #C20732;
}
</style>
background-color css
<style>
a { background-color: #C20732; }
a { background-color: rgb(194,7,50); }
div.DivClassName
{
background-color: #C20732;
}
.BgClassName
{
background-color: #C20732;
}
</style>
border-color css
<style>
span { border-color: #C20732; }
span { border-color: rgb(194,7,50); }
td.TdClassName
{
border-color: #C20732;
}
.TagClassName
{
border-color: #C20732;
}
</style>