Shades of Cardinal #C10138
Tints of Cardinal #C10138
RGB
CMYK
RGB Variations
Color information
#C10138 (or 0xC10138) is known color: Cardinal. HEX triplet: C1, 01 and 38. RGB value is (193,1,56). Sum of RGB (Red+Green+Blue) = 193+1+56=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C10138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10138 is #3EFEC7. Grayscale: #404040. Windows color (decimal): -4128456 or 3670465. OLE color: 3670465.
HSL color Cylindrical-coordinate representation of color #C10138: hue angle of 342.81º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10138 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 56 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.24 |
| HSL | 342.81º | 0.99% | 0.38% | - |
| HSV(B) | 342.81º | 0.99% | 0.76% | - |
| XYZ | 22.72 | 11.64 | 4.79 | - |
| YUV | 64.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 56 | 0 | 0.99 | 0.71 | 0.24 | 342.81 | 0.99 | 0.38 |
| Hex | C1 | 1 | 38 | 0 | 63 | 47 | 18 | 157 | 63 | 26 |
| Octal | 301 | 1 | 70 | 0 | 143 | 107 | 30 | 527 | 143 | 46 |
| Binary | 11000001 | 1 | 111000 | 0 | 1100011 | 1000111 | 11000 | 101010111 | 1100011 | 100110 |
Color Harmonies of #C10138
Complementary color
Monochromatic Colors of #C10138
Black with #C10138
Text Example
Text Example
White with #C10138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10138; }
p { color: rgb(193,1,56); }
H1.HeaderClassName
{
color: #C10138;
}
.AnyTagClassName
{
color: #C10138;
}
</style>
background-color css
<style>
a { background-color: #C10138; }
a { background-color: rgb(193,1,56); }
div.DivClassName
{
background-color: #C10138;
}
.BgClassName
{
background-color: #C10138;
}
</style>
border-color css
<style>
span { border-color: #C10138; }
span { border-color: rgb(193,1,56); }
td.TdClassName
{
border-color: #C10138;
}
.TagClassName
{
border-color: #C10138;
}
</style>