Shades of Cardinal #C11F31
Tints of Cardinal #C11F31
RGB
CMYK
RGB Variations
Color information
#C11F31 (or 0xC11F31) is known color: Cardinal. HEX triplet: C1, 1F and 31. RGB value is (193,31,49). Sum of RGB (Red+Green+Blue) = 193+31+49=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F31 is #3EE0CE. Grayscale: #515151. Windows color (decimal): -4120783 or 3219393. OLE color: 3219393.
HSL color Cylindrical-coordinate representation of color #C11F31: hue angle of 353.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11F31 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 49 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.24 |
| HSL | 353.33º | 0.72% | 0.44% | - |
| HSV(B) | 353.33º | 0.84% | 0.76% | - |
| XYZ | 23.04 | 12.54 | 4.11 | - |
| YUV | 81.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 49 | 0 | 0.84 | 0.75 | 0.24 | 353.33 | 0.72 | 0.44 |
| Hex | C1 | 1F | 31 | 0 | 54 | 4B | 18 | 161 | 48 | 2C |
| Octal | 301 | 37 | 61 | 0 | 124 | 113 | 30 | 541 | 110 | 54 |
| Binary | 11000001 | 11111 | 110001 | 0 | 1010100 | 1001011 | 11000 | 101100001 | 1001000 | 101100 |
Color Harmonies of #C11F31
Complementary color
Monochromatic Colors of #C11F31
Black with #C11F31
Text Example
Text Example
White with #C11F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11F31; }
p { color: rgb(193,31,49); }
H1.HeaderClassName
{
color: #C11F31;
}
.AnyTagClassName
{
color: #C11F31;
}
</style>
background-color css
<style>
a { background-color: #C11F31; }
a { background-color: rgb(193,31,49); }
div.DivClassName
{
background-color: #C11F31;
}
.BgClassName
{
background-color: #C11F31;
}
</style>
border-color css
<style>
span { border-color: #C11F31; }
span { border-color: rgb(193,31,49); }
td.TdClassName
{
border-color: #C11F31;
}
.TagClassName
{
border-color: #C11F31;
}
</style>