Shades of Cardinal #C1203D
Tints of Cardinal #C1203D
RGB
CMYK
RGB Variations
Color information
#C1203D (or 0xC1203D) is known color: Cardinal. HEX triplet: C1, 20 and 3D. RGB value is (193,32,61). Sum of RGB (Red+Green+Blue) = 193+32+61=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1203D is #3EDFC2. Grayscale: #535353. Windows color (decimal): -4120515 or 4006081. OLE color: 4006081.
HSL color Cylindrical-coordinate representation of color #C1203D: hue angle of 349.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1203D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 61 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.24 |
| HSL | 349.19º | 0.72% | 0.44% | - |
| HSV(B) | 349.19º | 0.83% | 0.76% | - |
| XYZ | 23.35 | 12.71 | 5.64 | - |
| YUV | 83.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 61 | 0 | 0.83 | 0.68 | 0.24 | 349.19 | 0.72 | 0.44 |
| Hex | C1 | 20 | 3D | 0 | 53 | 44 | 18 | 15D | 48 | 2C |
| Octal | 301 | 40 | 75 | 0 | 123 | 104 | 30 | 535 | 110 | 54 |
| Binary | 11000001 | 100000 | 111101 | 0 | 1010011 | 1000100 | 11000 | 101011101 | 1001000 | 101100 |
Color Harmonies of #C1203D
Complementary color
Monochromatic Colors of #C1203D
Black with #C1203D
Text Example
Text Example
White with #C1203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1203D; }
p { color: rgb(193,32,61); }
H1.HeaderClassName
{
color: #C1203D;
}
.AnyTagClassName
{
color: #C1203D;
}
</style>
background-color css
<style>
a { background-color: #C1203D; }
a { background-color: rgb(193,32,61); }
div.DivClassName
{
background-color: #C1203D;
}
.BgClassName
{
background-color: #C1203D;
}
</style>
border-color css
<style>
span { border-color: #C1203D; }
span { border-color: rgb(193,32,61); }
td.TdClassName
{
border-color: #C1203D;
}
.TagClassName
{
border-color: #C1203D;
}
</style>