Shades of Cardinal #C1033D
Tints of Cardinal #C1033D
RGB
CMYK
RGB Variations
Color information
#C1033D (or 0xC1033D) is known color: Cardinal. HEX triplet: C1, 03 and 3D. RGB value is (193,3,61). Sum of RGB (Red+Green+Blue) = 193+3+61=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1033D is #3EFCC2. Grayscale: #424242. Windows color (decimal): -4127939 or 3998657. OLE color: 3998657.
HSL color Cylindrical-coordinate representation of color #C1033D: hue angle of 341.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1033D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.24 |
| HSL | 341.68º | 0.97% | 0.38% | - |
| HSV(B) | 341.68º | 0.98% | 0.76% | - |
| XYZ | 22.87 | 11.74 | 5.48 | - |
| YUV | 66.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 61 | 0 | 0.98 | 0.68 | 0.24 | 341.68 | 0.97 | 0.38 |
| Hex | C1 | 3 | 3D | 0 | 62 | 44 | 18 | 156 | 61 | 26 |
| Octal | 301 | 3 | 75 | 0 | 142 | 104 | 30 | 526 | 141 | 46 |
| Binary | 11000001 | 11 | 111101 | 0 | 1100010 | 1000100 | 11000 | 101010110 | 1100001 | 100110 |
Color Harmonies of #C1033D
Complementary color
Monochromatic Colors of #C1033D
Black with #C1033D
Text Example
Text Example
White with #C1033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1033D; }
p { color: rgb(193,3,61); }
H1.HeaderClassName
{
color: #C1033D;
}
.AnyTagClassName
{
color: #C1033D;
}
</style>
background-color css
<style>
a { background-color: #C1033D; }
a { background-color: rgb(193,3,61); }
div.DivClassName
{
background-color: #C1033D;
}
.BgClassName
{
background-color: #C1033D;
}
</style>
border-color css
<style>
span { border-color: #C1033D; }
span { border-color: rgb(193,3,61); }
td.TdClassName
{
border-color: #C1033D;
}
.TagClassName
{
border-color: #C1033D;
}
</style>