Shades of Cardinal #C2093B
Tints of Cardinal #C2093B
RGB
CMYK
RGB Variations
Color information
#C2093B (or 0xC2093B) is known color: Cardinal. HEX triplet: C2, 09 and 3B. RGB value is (194,9,59). Sum of RGB (Red+Green+Blue) = 194+9+59=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C2093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2093B is #3DF6C4. Grayscale: #464646. Windows color (decimal): -4060869 or 3869122. OLE color: 3869122.
HSL color Cylindrical-coordinate representation of color #C2093B: hue angle of 343.78º 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 #C2093B is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 59 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.24 |
| HSL | 343.78º | 0.91% | 0.4% | - |
| HSV(B) | 343.78º | 0.95% | 0.76% | - |
| XYZ | 23.14 | 11.98 | 5.23 | - |
| YUV | 70.02 | 121.79 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 59 | 0 | 0.95 | 0.70 | 0.24 | 343.78 | 0.91 | 0.4 |
| Hex | C2 | 9 | 3B | 0 | 5F | 46 | 18 | 158 | 5B | 28 |
| Octal | 302 | 11 | 73 | 0 | 137 | 106 | 30 | 530 | 133 | 50 |
| Binary | 11000010 | 1001 | 111011 | 0 | 1011111 | 1000110 | 11000 | 101011000 | 1011011 | 101000 |
Color Harmonies of #C2093B
Complementary color
Monochromatic Colors of #C2093B
Black with #C2093B
Text Example
Text Example
White with #C2093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2093B; }
p { color: rgb(194,9,59); }
H1.HeaderClassName
{
color: #C2093B;
}
.AnyTagClassName
{
color: #C2093B;
}
</style>
background-color css
<style>
a { background-color: #C2093B; }
a { background-color: rgb(194,9,59); }
div.DivClassName
{
background-color: #C2093B;
}
.BgClassName
{
background-color: #C2093B;
}
</style>
border-color css
<style>
span { border-color: #C2093B; }
span { border-color: rgb(194,9,59); }
td.TdClassName
{
border-color: #C2093B;
}
.TagClassName
{
border-color: #C2093B;
}
</style>