Shades of Cardinal #C2113E
Tints of Cardinal #C2113E
RGB
CMYK
RGB Variations
Color information
#C2113E (or 0xC2113E) is known color: Cardinal. HEX triplet: C2, 11 and 3E. RGB value is (194,17,62). Sum of RGB (Red+Green+Blue) = 194+17+62=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2113E is #3DEEC1. Grayscale: #4B4B4B. Windows color (decimal): -4058818 or 4067778. OLE color: 4067778.
HSL color Cylindrical-coordinate representation of color #C2113E: hue angle of 344.75º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2113E is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 62 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.24 |
| HSL | 344.75º | 0.84% | 0.41% | - |
| HSV(B) | 344.75º | 0.91% | 0.76% | - |
| XYZ | 23.32 | 12.22 | 5.69 | - |
| YUV | 75.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 62 | 0 | 0.91 | 0.68 | 0.24 | 344.75 | 0.84 | 0.41 |
| Hex | C2 | 11 | 3E | 0 | 5B | 44 | 18 | 159 | 54 | 29 |
| Octal | 302 | 21 | 76 | 0 | 133 | 104 | 30 | 531 | 124 | 51 |
| Binary | 11000010 | 10001 | 111110 | 0 | 1011011 | 1000100 | 11000 | 101011001 | 1010100 | 101001 |
Color Harmonies of #C2113E
Complementary color
Monochromatic Colors of #C2113E
Black with #C2113E
Text Example
Text Example
White with #C2113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2113E; }
p { color: rgb(194,17,62); }
H1.HeaderClassName
{
color: #C2113E;
}
.AnyTagClassName
{
color: #C2113E;
}
</style>
background-color css
<style>
a { background-color: #C2113E; }
a { background-color: rgb(194,17,62); }
div.DivClassName
{
background-color: #C2113E;
}
.BgClassName
{
background-color: #C2113E;
}
</style>
border-color css
<style>
span { border-color: #C2113E; }
span { border-color: rgb(194,17,62); }
td.TdClassName
{
border-color: #C2113E;
}
.TagClassName
{
border-color: #C2113E;
}
</style>