Shades of Cardinal #C3113D
Tints of Cardinal #C3113D
RGB
CMYK
RGB Variations
Color information
#C3113D (or 0xC3113D) is known color: Cardinal. HEX triplet: C3, 11 and 3D. RGB value is (195,17,61). Sum of RGB (Red+Green+Blue) = 195+17+61=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3113D is #3CEEC2. Grayscale: #4B4B4B. Windows color (decimal): -3993283 or 4002243. OLE color: 4002243.
HSL color Cylindrical-coordinate representation of color #C3113D: hue angle of 345.17º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3113D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.24 |
| HSL | 345.17º | 0.84% | 0.42% | - |
| HSV(B) | 345.17º | 0.91% | 0.76% | - |
| XYZ | 23.55 | 12.34 | 5.56 | - |
| YUV | 75.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 61 | 0 | 0.91 | 0.69 | 0.24 | 345.17 | 0.84 | 0.42 |
| Hex | C3 | 11 | 3D | 0 | 5B | 45 | 18 | 159 | 54 | 2A |
| Octal | 303 | 21 | 75 | 0 | 133 | 105 | 30 | 531 | 124 | 52 |
| Binary | 11000011 | 10001 | 111101 | 0 | 1011011 | 1000101 | 11000 | 101011001 | 1010100 | 101010 |
Color Harmonies of #C3113D
Complementary color
Monochromatic Colors of #C3113D
Black with #C3113D
Text Example
Text Example
White with #C3113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3113D; }
p { color: rgb(195,17,61); }
H1.HeaderClassName
{
color: #C3113D;
}
.AnyTagClassName
{
color: #C3113D;
}
</style>
background-color css
<style>
a { background-color: #C3113D; }
a { background-color: rgb(195,17,61); }
div.DivClassName
{
background-color: #C3113D;
}
.BgClassName
{
background-color: #C3113D;
}
</style>
border-color css
<style>
span { border-color: #C3113D; }
span { border-color: rgb(195,17,61); }
td.TdClassName
{
border-color: #C3113D;
}
.TagClassName
{
border-color: #C3113D;
}
</style>