Shades of Cardinal #C10F2C
Tints of Cardinal #C10F2C
RGB
CMYK
RGB Variations
Color information
#C10F2C (or 0xC10F2C) is known color: Cardinal. HEX triplet: C1, 0F and 2C. RGB value is (193,15,44). Sum of RGB (Red+Green+Blue) = 193+15+44=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10F2C is #3EF0D3. Grayscale: #474747. Windows color (decimal): -4124884 or 2887617. OLE color: 2887617.
HSL color Cylindrical-coordinate representation of color #C10F2C: hue angle of 350.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F2C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 44 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.24 |
| HSL | 350.22º | 0.86% | 0.41% | - |
| HSV(B) | 350.22º | 0.92% | 0.76% | - |
| XYZ | 22.62 | 11.86 | 3.48 | - |
| YUV | 71.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 44 | 0 | 0.92 | 0.77 | 0.24 | 350.22 | 0.86 | 0.41 |
| Hex | C1 | F | 2C | 0 | 5C | 4D | 18 | 15E | 56 | 29 |
| Octal | 301 | 17 | 54 | 0 | 134 | 115 | 30 | 536 | 126 | 51 |
| Binary | 11000001 | 1111 | 101100 | 0 | 1011100 | 1001101 | 11000 | 101011110 | 1010110 | 101001 |
Color Harmonies of #C10F2C
Complementary color
Monochromatic Colors of #C10F2C
Black with #C10F2C
Text Example
Text Example
White with #C10F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F2C; }
p { color: rgb(193,15,44); }
H1.HeaderClassName
{
color: #C10F2C;
}
.AnyTagClassName
{
color: #C10F2C;
}
</style>
background-color css
<style>
a { background-color: #C10F2C; }
a { background-color: rgb(193,15,44); }
div.DivClassName
{
background-color: #C10F2C;
}
.BgClassName
{
background-color: #C10F2C;
}
</style>
border-color css
<style>
span { border-color: #C10F2C; }
span { border-color: rgb(193,15,44); }
td.TdClassName
{
border-color: #C10F2C;
}
.TagClassName
{
border-color: #C10F2C;
}
</style>