Shades of Cardinal #C10738
Tints of Cardinal #C10738
RGB
CMYK
RGB Variations
Color information
#C10738 (or 0xC10738) is known color: Cardinal. HEX triplet: C1, 07 and 38. RGB value is (193,7,56). Sum of RGB (Red+Green+Blue) = 193+7+56=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C10738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10738 is #3EF8C7. Grayscale: #444444. Windows color (decimal): -4126920 or 3672001. OLE color: 3672001.
HSL color Cylindrical-coordinate representation of color #C10738: hue angle of 344.19º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10738 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.24 |
| HSL | 344.19º | 0.93% | 0.39% | - |
| HSV(B) | 344.19º | 0.96% | 0.76% | - |
| XYZ | 22.78 | 11.77 | 4.81 | - |
| YUV | 68.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 56 | 0 | 0.96 | 0.71 | 0.24 | 344.19 | 0.93 | 0.39 |
| Hex | C1 | 7 | 38 | 0 | 60 | 47 | 18 | 158 | 5D | 27 |
| Octal | 301 | 7 | 70 | 0 | 140 | 107 | 30 | 530 | 135 | 47 |
| Binary | 11000001 | 111 | 111000 | 0 | 1100000 | 1000111 | 11000 | 101011000 | 1011101 | 100111 |
Color Harmonies of #C10738
Complementary color
Monochromatic Colors of #C10738
Black with #C10738
Text Example
Text Example
White with #C10738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10738; }
p { color: rgb(193,7,56); }
H1.HeaderClassName
{
color: #C10738;
}
.AnyTagClassName
{
color: #C10738;
}
</style>
background-color css
<style>
a { background-color: #C10738; }
a { background-color: rgb(193,7,56); }
div.DivClassName
{
background-color: #C10738;
}
.BgClassName
{
background-color: #C10738;
}
</style>
border-color css
<style>
span { border-color: #C10738; }
span { border-color: rgb(193,7,56); }
td.TdClassName
{
border-color: #C10738;
}
.TagClassName
{
border-color: #C10738;
}
</style>