Shades of Cardinal #C10741
Tints of Cardinal #C10741
RGB
CMYK
RGB Variations
Color information
#C10741 (or 0xC10741) is known color: Cardinal. HEX triplet: C1, 07 and 41. RGB value is (193,7,65). Sum of RGB (Red+Green+Blue) = 193+7+65=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C10741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10741 is #3EF8BE. Grayscale: #454545. Windows color (decimal): -4126911 or 4261825. OLE color: 4261825.
HSL color Cylindrical-coordinate representation of color #C10741: hue angle of 341.29º 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 #C10741 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 65 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.24 |
| HSL | 341.29º | 0.93% | 0.39% | - |
| HSV(B) | 341.29º | 0.96% | 0.76% | - |
| XYZ | 23.02 | 11.87 | 6.08 | - |
| YUV | 69.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 65 | 0 | 0.96 | 0.66 | 0.24 | 341.29 | 0.93 | 0.39 |
| Hex | C1 | 7 | 41 | 0 | 60 | 42 | 18 | 155 | 5D | 27 |
| Octal | 301 | 7 | 101 | 0 | 140 | 102 | 30 | 525 | 135 | 47 |
| Binary | 11000001 | 111 | 1000001 | 0 | 1100000 | 1000010 | 11000 | 101010101 | 1011101 | 100111 |
Color Harmonies of #C10741
Complementary color
Monochromatic Colors of #C10741
Black with #C10741
Text Example
Text Example
White with #C10741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10741; }
p { color: rgb(193,7,65); }
H1.HeaderClassName
{
color: #C10741;
}
.AnyTagClassName
{
color: #C10741;
}
</style>
background-color css
<style>
a { background-color: #C10741; }
a { background-color: rgb(193,7,65); }
div.DivClassName
{
background-color: #C10741;
}
.BgClassName
{
background-color: #C10741;
}
</style>
border-color css
<style>
span { border-color: #C10741; }
span { border-color: rgb(193,7,65); }
td.TdClassName
{
border-color: #C10741;
}
.TagClassName
{
border-color: #C10741;
}
</style>