Shades of Cardinal #C00741
Tints of Cardinal #C00741
RGB
CMYK
RGB Variations
Color information
#C00741 (or 0xC00741) is known color: Cardinal. HEX triplet: C0, 07 and 41. RGB value is (192,7,65). Sum of RGB (Red+Green+Blue) = 192+7+65=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C00741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00741 is #3FF8BE. Grayscale: #444444. Windows color (decimal): -4192447 or 4261824. OLE color: 4261824.
HSL color Cylindrical-coordinate representation of color #C00741: hue angle of 341.19º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00741 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 65 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.25 |
| HSL | 341.19º | 0.93% | 0.39% | - |
| HSV(B) | 341.19º | 0.96% | 0.75% | - |
| XYZ | 22.77 | 11.74 | 6.07 | - |
| YUV | 68.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 65 | 0 | 0.96 | 0.66 | 0.25 | 341.19 | 0.93 | 0.39 |
| Hex | C0 | 7 | 41 | 0 | 60 | 42 | 19 | 155 | 5D | 27 |
| Octal | 300 | 7 | 101 | 0 | 140 | 102 | 31 | 525 | 135 | 47 |
| Binary | 11000000 | 111 | 1000001 | 0 | 1100000 | 1000010 | 11001 | 101010101 | 1011101 | 100111 |
Color Harmonies of #C00741
Complementary color
Monochromatic Colors of #C00741
Black with #C00741
Text Example
Text Example
White with #C00741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00741; }
p { color: rgb(192,7,65); }
H1.HeaderClassName
{
color: #C00741;
}
.AnyTagClassName
{
color: #C00741;
}
</style>
background-color css
<style>
a { background-color: #C00741; }
a { background-color: rgb(192,7,65); }
div.DivClassName
{
background-color: #C00741;
}
.BgClassName
{
background-color: #C00741;
}
</style>
border-color css
<style>
span { border-color: #C00741; }
span { border-color: rgb(192,7,65); }
td.TdClassName
{
border-color: #C00741;
}
.TagClassName
{
border-color: #C00741;
}
</style>