Shades of Cardinal #C10633
Tints of Cardinal #C10633
RGB
CMYK
RGB Variations
Color information
#C10633 (or 0xC10633) is known color: Cardinal. HEX triplet: C1, 06 and 33. RGB value is (193,6,51). Sum of RGB (Red+Green+Blue) = 193+6+51=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C10633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10633 is #3EF9CC. Grayscale: #434343. Windows color (decimal): -4127181 or 3344065. OLE color: 3344065.
HSL color Cylindrical-coordinate representation of color #C10633: hue angle of 345.56º 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 #C10633 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.24 |
| HSL | 345.56º | 0.94% | 0.39% | - |
| HSV(B) | 345.56º | 0.97% | 0.76% | - |
| XYZ | 22.65 | 11.71 | 4.2 | - |
| YUV | 67.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 51 | 0 | 0.97 | 0.74 | 0.24 | 345.56 | 0.94 | 0.39 |
| Hex | C1 | 6 | 33 | 0 | 61 | 4A | 18 | 15A | 5E | 27 |
| Octal | 301 | 6 | 63 | 0 | 141 | 112 | 30 | 532 | 136 | 47 |
| Binary | 11000001 | 110 | 110011 | 0 | 1100001 | 1001010 | 11000 | 101011010 | 1011110 | 100111 |
Color Harmonies of #C10633
Complementary color
Monochromatic Colors of #C10633
Black with #C10633
Text Example
Text Example
White with #C10633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10633; }
p { color: rgb(193,6,51); }
H1.HeaderClassName
{
color: #C10633;
}
.AnyTagClassName
{
color: #C10633;
}
</style>
background-color css
<style>
a { background-color: #C10633; }
a { background-color: rgb(193,6,51); }
div.DivClassName
{
background-color: #C10633;
}
.BgClassName
{
background-color: #C10633;
}
</style>
border-color css
<style>
span { border-color: #C10633; }
span { border-color: rgb(193,6,51); }
td.TdClassName
{
border-color: #C10633;
}
.TagClassName
{
border-color: #C10633;
}
</style>