Shades of Cardinal #C00734
Tints of Cardinal #C00734
RGB
CMYK
RGB Variations
Color information
#C00734 (or 0xC00734) is known color: Cardinal. HEX triplet: C0, 07 and 34. RGB value is (192,7,52). Sum of RGB (Red+Green+Blue) = 192+7+52=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C00734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00734 is #3FF8CB. Grayscale: #434343. Windows color (decimal): -4192460 or 3409856. OLE color: 3409856.
HSL color Cylindrical-coordinate representation of color #C00734: hue angle of 345.41º 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 #C00734 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 52 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.25 |
| HSL | 345.41º | 0.93% | 0.39% | - |
| HSV(B) | 345.41º | 0.96% | 0.75% | - |
| XYZ | 22.43 | 11.61 | 4.31 | - |
| YUV | 67.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 52 | 0 | 0.96 | 0.73 | 0.25 | 345.41 | 0.93 | 0.39 |
| Hex | C0 | 7 | 34 | 0 | 60 | 49 | 19 | 159 | 5D | 27 |
| Octal | 300 | 7 | 64 | 0 | 140 | 111 | 31 | 531 | 135 | 47 |
| Binary | 11000000 | 111 | 110100 | 0 | 1100000 | 1001001 | 11001 | 101011001 | 1011101 | 100111 |
Color Harmonies of #C00734
Complementary color
Monochromatic Colors of #C00734
Black with #C00734
Text Example
Text Example
White with #C00734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00734; }
p { color: rgb(192,7,52); }
H1.HeaderClassName
{
color: #C00734;
}
.AnyTagClassName
{
color: #C00734;
}
</style>
background-color css
<style>
a { background-color: #C00734; }
a { background-color: rgb(192,7,52); }
div.DivClassName
{
background-color: #C00734;
}
.BgClassName
{
background-color: #C00734;
}
</style>
border-color css
<style>
span { border-color: #C00734; }
span { border-color: rgb(192,7,52); }
td.TdClassName
{
border-color: #C00734;
}
.TagClassName
{
border-color: #C00734;
}
</style>