Shades of Cardinal #C4073D
Tints of Cardinal #C4073D
RGB
CMYK
RGB Variations
Color information
#C4073D (or 0xC4073D) is known color: Cardinal. HEX triplet: C4, 07 and 3D. RGB value is (196,7,61). Sum of RGB (Red+Green+Blue) = 196+7+61=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C4073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4073D is #3BF8C2. Grayscale: #454545. Windows color (decimal): -3930307 or 3999684. OLE color: 3999684.
HSL color Cylindrical-coordinate representation of color #C4073D: hue angle of 342.86º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4073D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 61 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.23 |
| HSL | 342.86º | 0.93% | 0.4% | - |
| HSV(B) | 342.86º | 0.96% | 0.77% | - |
| XYZ | 23.68 | 12.22 | 5.53 | - |
| YUV | 69.67 | 123.12 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 61 | 0 | 0.96 | 0.69 | 0.23 | 342.86 | 0.93 | 0.4 |
| Hex | C4 | 7 | 3D | 0 | 60 | 45 | 17 | 157 | 5D | 28 |
| Octal | 304 | 7 | 75 | 0 | 140 | 105 | 27 | 527 | 135 | 50 |
| Binary | 11000100 | 111 | 111101 | 0 | 1100000 | 1000101 | 10111 | 101010111 | 1011101 | 101000 |
Color Harmonies of #C4073D
Complementary color
Monochromatic Colors of #C4073D
Black with #C4073D
Text Example
Text Example
White with #C4073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4073D; }
p { color: rgb(196,7,61); }
H1.HeaderClassName
{
color: #C4073D;
}
.AnyTagClassName
{
color: #C4073D;
}
</style>
background-color css
<style>
a { background-color: #C4073D; }
a { background-color: rgb(196,7,61); }
div.DivClassName
{
background-color: #C4073D;
}
.BgClassName
{
background-color: #C4073D;
}
</style>
border-color css
<style>
span { border-color: #C4073D; }
span { border-color: rgb(196,7,61); }
td.TdClassName
{
border-color: #C4073D;
}
.TagClassName
{
border-color: #C4073D;
}
</style>