Shades of Cardinal #C11D2D
Tints of Cardinal #C11D2D
RGB
CMYK
RGB Variations
Color information
#C11D2D (or 0xC11D2D) is known color: Cardinal. HEX triplet: C1, 1D and 2D. RGB value is (193,29,45). Sum of RGB (Red+Green+Blue) = 193+29+45=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11D2D is #3EE2D2. Grayscale: #4F4F4F. Windows color (decimal): -4121299 or 2956737. OLE color: 2956737.
HSL color Cylindrical-coordinate representation of color #C11D2D: hue angle of 354.15º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11D2D is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 45 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.24 |
| HSL | 354.15º | 0.74% | 0.44% | - |
| HSV(B) | 354.15º | 0.85% | 0.76% | - |
| XYZ | 22.91 | 12.41 | 3.67 | - |
| YUV | 79.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 45 | 0 | 0.85 | 0.77 | 0.24 | 354.15 | 0.74 | 0.44 |
| Hex | C1 | 1D | 2D | 0 | 55 | 4D | 18 | 162 | 4A | 2C |
| Octal | 301 | 35 | 55 | 0 | 125 | 115 | 30 | 542 | 112 | 54 |
| Binary | 11000001 | 11101 | 101101 | 0 | 1010101 | 1001101 | 11000 | 101100010 | 1001010 | 101100 |
Color Harmonies of #C11D2D
Complementary color
Monochromatic Colors of #C11D2D
Black with #C11D2D
Text Example
Text Example
White with #C11D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11D2D; }
p { color: rgb(193,29,45); }
H1.HeaderClassName
{
color: #C11D2D;
}
.AnyTagClassName
{
color: #C11D2D;
}
</style>
background-color css
<style>
a { background-color: #C11D2D; }
a { background-color: rgb(193,29,45); }
div.DivClassName
{
background-color: #C11D2D;
}
.BgClassName
{
background-color: #C11D2D;
}
</style>
border-color css
<style>
span { border-color: #C11D2D; }
span { border-color: rgb(193,29,45); }
td.TdClassName
{
border-color: #C11D2D;
}
.TagClassName
{
border-color: #C11D2D;
}
</style>