Shades of Cardinal #C00738
Tints of Cardinal #C00738
RGB
CMYK
RGB Variations
Color information
#C00738 (or 0xC00738) is known color: Cardinal. HEX triplet: C0, 07 and 38. RGB value is (192,7,56). Sum of RGB (Red+Green+Blue) = 192+7+56=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C00738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00738 is #3FF8C7. Grayscale: #434343. Windows color (decimal): -4192456 or 3672000. OLE color: 3672000.
HSL color Cylindrical-coordinate representation of color #C00738: hue angle of 344.11º 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 #C00738 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.25 |
| HSL | 344.11º | 0.93% | 0.39% | - |
| HSV(B) | 344.11º | 0.96% | 0.75% | - |
| XYZ | 22.53 | 11.64 | 4.8 | - |
| YUV | 67.9 | 121.29 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 56 | 0 | 0.96 | 0.71 | 0.25 | 344.11 | 0.93 | 0.39 |
| Hex | C0 | 7 | 38 | 0 | 60 | 47 | 19 | 158 | 5D | 27 |
| Octal | 300 | 7 | 70 | 0 | 140 | 107 | 31 | 530 | 135 | 47 |
| Binary | 11000000 | 111 | 111000 | 0 | 1100000 | 1000111 | 11001 | 101011000 | 1011101 | 100111 |
Color Harmonies of #C00738
Complementary color
Monochromatic Colors of #C00738
Black with #C00738
Text Example
Text Example
White with #C00738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00738; }
p { color: rgb(192,7,56); }
H1.HeaderClassName
{
color: #C00738;
}
.AnyTagClassName
{
color: #C00738;
}
</style>
background-color css
<style>
a { background-color: #C00738; }
a { background-color: rgb(192,7,56); }
div.DivClassName
{
background-color: #C00738;
}
.BgClassName
{
background-color: #C00738;
}
</style>
border-color css
<style>
span { border-color: #C00738; }
span { border-color: rgb(192,7,56); }
td.TdClassName
{
border-color: #C00738;
}
.TagClassName
{
border-color: #C00738;
}
</style>