Shades of Cardinal #C1063F
Tints of Cardinal #C1063F
RGB
CMYK
RGB Variations
Color information
#C1063F (or 0xC1063F) is known color: Cardinal. HEX triplet: C1, 06 and 3F. RGB value is (193,6,63). Sum of RGB (Red+Green+Blue) = 193+6+63=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C1063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1063F is #3EF9C0. Grayscale: #444444. Windows color (decimal): -4127169 or 4130497. OLE color: 4130497.
HSL color Cylindrical-coordinate representation of color #C1063F: hue angle of 341.71º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1063F is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.24 |
| HSL | 341.71º | 0.94% | 0.39% | - |
| HSV(B) | 341.71º | 0.97% | 0.76% | - |
| XYZ | 22.95 | 11.83 | 5.78 | - |
| YUV | 68.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 63 | 0 | 0.97 | 0.67 | 0.24 | 341.71 | 0.94 | 0.39 |
| Hex | C1 | 6 | 3F | 0 | 61 | 43 | 18 | 156 | 5E | 27 |
| Octal | 301 | 6 | 77 | 0 | 141 | 103 | 30 | 526 | 136 | 47 |
| Binary | 11000001 | 110 | 111111 | 0 | 1100001 | 1000011 | 11000 | 101010110 | 1011110 | 100111 |
Color Harmonies of #C1063F
Complementary color
Monochromatic Colors of #C1063F
Black with #C1063F
Text Example
Text Example
White with #C1063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1063F; }
p { color: rgb(193,6,63); }
H1.HeaderClassName
{
color: #C1063F;
}
.AnyTagClassName
{
color: #C1063F;
}
</style>
background-color css
<style>
a { background-color: #C1063F; }
a { background-color: rgb(193,6,63); }
div.DivClassName
{
background-color: #C1063F;
}
.BgClassName
{
background-color: #C1063F;
}
</style>
border-color css
<style>
span { border-color: #C1063F; }
span { border-color: rgb(193,6,63); }
td.TdClassName
{
border-color: #C1063F;
}
.TagClassName
{
border-color: #C1063F;
}
</style>