Shades of Cardinal #C3073D
Tints of Cardinal #C3073D
RGB
CMYK
RGB Variations
Color information
#C3073D (or 0xC3073D) is known color: Cardinal. HEX triplet: C3, 07 and 3D. RGB value is (195,7,61). Sum of RGB (Red+Green+Blue) = 195+7+61=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3073D is #3CF8C2. Grayscale: #454545. Windows color (decimal): -3995843 or 3999683. OLE color: 3999683.
HSL color Cylindrical-coordinate representation of color #C3073D: hue angle of 342.77º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3073D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 61 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.24 |
| HSL | 342.77º | 0.93% | 0.4% | - |
| HSV(B) | 342.77º | 0.96% | 0.76% | - |
| XYZ | 23.42 | 12.09 | 5.51 | - |
| YUV | 69.37 | 123.28 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 61 | 0 | 0.96 | 0.69 | 0.24 | 342.77 | 0.93 | 0.4 |
| Hex | C3 | 7 | 3D | 0 | 60 | 45 | 18 | 157 | 5D | 28 |
| Octal | 303 | 7 | 75 | 0 | 140 | 105 | 30 | 527 | 135 | 50 |
| Binary | 11000011 | 111 | 111101 | 0 | 1100000 | 1000101 | 11000 | 101010111 | 1011101 | 101000 |
Color Harmonies of #C3073D
Complementary color
Monochromatic Colors of #C3073D
Black with #C3073D
Text Example
Text Example
White with #C3073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3073D; }
p { color: rgb(195,7,61); }
H1.HeaderClassName
{
color: #C3073D;
}
.AnyTagClassName
{
color: #C3073D;
}
</style>
background-color css
<style>
a { background-color: #C3073D; }
a { background-color: rgb(195,7,61); }
div.DivClassName
{
background-color: #C3073D;
}
.BgClassName
{
background-color: #C3073D;
}
</style>
border-color css
<style>
span { border-color: #C3073D; }
span { border-color: rgb(195,7,61); }
td.TdClassName
{
border-color: #C3073D;
}
.TagClassName
{
border-color: #C3073D;
}
</style>