Shades of Cardinal #C2093A
Tints of Cardinal #C2093A
RGB
CMYK
RGB Variations
Color information
#C2093A (or 0xC2093A) is known color: Cardinal. HEX triplet: C2, 09 and 3A. RGB value is (194,9,58). Sum of RGB (Red+Green+Blue) = 194+9+58=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2093A is #3DF6C5. Grayscale: #454545. Windows color (decimal): -4060870 or 3803586. OLE color: 3803586.
HSL color Cylindrical-coordinate representation of color #C2093A: hue angle of 344.11º 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 #C2093A is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 58 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.24 |
| HSL | 344.11º | 0.91% | 0.4% | - |
| HSV(B) | 344.11º | 0.95% | 0.76% | - |
| XYZ | 23.11 | 11.97 | 5.1 | - |
| YUV | 69.9 | 121.29 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 58 | 0 | 0.95 | 0.70 | 0.24 | 344.11 | 0.91 | 0.4 |
| Hex | C2 | 9 | 3A | 0 | 5F | 46 | 18 | 158 | 5B | 28 |
| Octal | 302 | 11 | 72 | 0 | 137 | 106 | 30 | 530 | 133 | 50 |
| Binary | 11000010 | 1001 | 111010 | 0 | 1011111 | 1000110 | 11000 | 101011000 | 1011011 | 101000 |
Color Harmonies of #C2093A
Complementary color
Monochromatic Colors of #C2093A
Black with #C2093A
Text Example
Text Example
White with #C2093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2093A; }
p { color: rgb(194,9,58); }
H1.HeaderClassName
{
color: #C2093A;
}
.AnyTagClassName
{
color: #C2093A;
}
</style>
background-color css
<style>
a { background-color: #C2093A; }
a { background-color: rgb(194,9,58); }
div.DivClassName
{
background-color: #C2093A;
}
.BgClassName
{
background-color: #C2093A;
}
</style>
border-color css
<style>
span { border-color: #C2093A; }
span { border-color: rgb(194,9,58); }
td.TdClassName
{
border-color: #C2093A;
}
.TagClassName
{
border-color: #C2093A;
}
</style>