Shades of Cardinal #C2074B
Tints of Cardinal #C2074B
RGB
CMYK
RGB Variations
Color information
#C2074B (or 0xC2074B) is known color: Cardinal. HEX triplet: C2, 07 and 4B. RGB value is (194,7,75). Sum of RGB (Red+Green+Blue) = 194+7+75=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2074B is #3DF8B4. Grayscale: #464646. Windows color (decimal): -4061365 or 4917186. OLE color: 4917186.
HSL color Cylindrical-coordinate representation of color #C2074B: hue angle of 338.18º 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 #C2074B is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 75 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.24 |
| HSL | 338.18º | 0.93% | 0.39% | - |
| HSV(B) | 338.18º | 0.96% | 0.76% | - |
| XYZ | 23.59 | 12.13 | 7.75 | - |
| YUV | 70.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 75 | 0 | 0.96 | 0.61 | 0.24 | 338.18 | 0.93 | 0.39 |
| Hex | C2 | 7 | 4B | 0 | 60 | 3D | 18 | 152 | 5D | 27 |
| Octal | 302 | 7 | 113 | 0 | 140 | 75 | 30 | 522 | 135 | 47 |
| Binary | 11000010 | 111 | 1001011 | 0 | 1100000 | 111101 | 11000 | 101010010 | 1011101 | 100111 |
Color Harmonies of #C2074B
Complementary color
Monochromatic Colors of #C2074B
Black with #C2074B
Text Example
Text Example
White with #C2074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2074B; }
p { color: rgb(194,7,75); }
H1.HeaderClassName
{
color: #C2074B;
}
.AnyTagClassName
{
color: #C2074B;
}
</style>
background-color css
<style>
a { background-color: #C2074B; }
a { background-color: rgb(194,7,75); }
div.DivClassName
{
background-color: #C2074B;
}
.BgClassName
{
background-color: #C2074B;
}
</style>
border-color css
<style>
span { border-color: #C2074B; }
span { border-color: rgb(194,7,75); }
td.TdClassName
{
border-color: #C2074B;
}
.TagClassName
{
border-color: #C2074B;
}
</style>