Shades of Cardinal #C2003B
Tints of Cardinal #C2003B
RGB
CMYK
RGB Variations
Color information
#C2003B (or 0xC2003B) is known color: Cardinal. HEX triplet: C2, 00 and 3B. RGB value is (194,0,59). Sum of RGB (Red+Green+Blue) = 194+0+59=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C2003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2003B is #3DFFC4. Grayscale: #404040. Windows color (decimal): -4063173 or 3866818. OLE color: 3866818.
HSL color Cylindrical-coordinate representation of color #C2003B: hue angle of 341.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2003B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.70 | 0.24 |
| HSL | 341.75º | 1% | 0.38% | - |
| HSV(B) | 341.75º | 1% | 0.76% | - |
| XYZ | 23.04 | 11.79 | 5.2 | - |
| YUV | 64.73 | 124.77 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 59 | 0 | 1 | 0.70 | 0.24 | 341.75 | 1 | 0.38 |
| Hex | C2 | 0 | 3B | 0 | 64 | 46 | 18 | 156 | 64 | 26 |
| Octal | 302 | 0 | 73 | 0 | 144 | 106 | 30 | 526 | 144 | 46 |
| Binary | 11000010 | 0 | 111011 | 0 | 1100100 | 1000110 | 11000 | 101010110 | 1100100 | 100110 |
Color Harmonies of #C2003B
Complementary color
Monochromatic Colors of #C2003B
Black with #C2003B
Text Example
Text Example
White with #C2003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2003B; }
p { color: rgb(194,0,59); }
H1.HeaderClassName
{
color: #C2003B;
}
.AnyTagClassName
{
color: #C2003B;
}
</style>
background-color css
<style>
a { background-color: #C2003B; }
a { background-color: rgb(194,0,59); }
div.DivClassName
{
background-color: #C2003B;
}
.BgClassName
{
background-color: #C2003B;
}
</style>
border-color css
<style>
span { border-color: #C2003B; }
span { border-color: rgb(194,0,59); }
td.TdClassName
{
border-color: #C2003B;
}
.TagClassName
{
border-color: #C2003B;
}
</style>