Shades of Cardinal #C2094B
Tints of Cardinal #C2094B
RGB
CMYK
RGB Variations
Color information
#C2094B (or 0xC2094B) is known color: Cardinal. HEX triplet: C2, 09 and 4B. RGB value is (194,9,75). Sum of RGB (Red+Green+Blue) = 194+9+75=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2094B is #3DF6B4. Grayscale: #474747. Windows color (decimal): -4060853 or 4917698. OLE color: 4917698.
HSL color Cylindrical-coordinate representation of color #C2094B: hue angle of 338.59º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2094B is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 75 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.24 |
| HSL | 338.59º | 0.91% | 0.4% | - |
| HSV(B) | 338.59º | 0.95% | 0.76% | - |
| XYZ | 23.62 | 12.17 | 7.76 | - |
| YUV | 71.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 75 | 0 | 0.95 | 0.61 | 0.24 | 338.59 | 0.91 | 0.4 |
| Hex | C2 | 9 | 4B | 0 | 5F | 3D | 18 | 153 | 5B | 28 |
| Octal | 302 | 11 | 113 | 0 | 137 | 75 | 30 | 523 | 133 | 50 |
| Binary | 11000010 | 1001 | 1001011 | 0 | 1011111 | 111101 | 11000 | 101010011 | 1011011 | 101000 |
Color Harmonies of #C2094B
Complementary color
Monochromatic Colors of #C2094B
Black with #C2094B
Text Example
Text Example
White with #C2094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2094B; }
p { color: rgb(194,9,75); }
H1.HeaderClassName
{
color: #C2094B;
}
.AnyTagClassName
{
color: #C2094B;
}
</style>
background-color css
<style>
a { background-color: #C2094B; }
a { background-color: rgb(194,9,75); }
div.DivClassName
{
background-color: #C2094B;
}
.BgClassName
{
background-color: #C2094B;
}
</style>
border-color css
<style>
span { border-color: #C2094B; }
span { border-color: rgb(194,9,75); }
td.TdClassName
{
border-color: #C2094B;
}
.TagClassName
{
border-color: #C2094B;
}
</style>