Shades of Cardinal #C10E2E
Tints of Cardinal #C10E2E
RGB
CMYK
RGB Variations
Color information
#C10E2E (or 0xC10E2E) is known color: Cardinal. HEX triplet: C1, 0E and 2E. RGB value is (193,14,46). Sum of RGB (Red+Green+Blue) = 193+14+46=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E2E is #3EF1D1. Grayscale: #474747. Windows color (decimal): -4125138 or 3018433. OLE color: 3018433.
HSL color Cylindrical-coordinate representation of color #C10E2E: hue angle of 349.27º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E2E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 46 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.24 |
| HSL | 349.27º | 0.86% | 0.41% | - |
| HSV(B) | 349.27º | 0.93% | 0.76% | - |
| XYZ | 22.64 | 11.85 | 3.68 | - |
| YUV | 71.17 | 113.8 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 46 | 0 | 0.93 | 0.76 | 0.24 | 349.27 | 0.86 | 0.41 |
| Hex | C1 | E | 2E | 0 | 5D | 4C | 18 | 15D | 56 | 29 |
| Octal | 301 | 16 | 56 | 0 | 135 | 114 | 30 | 535 | 126 | 51 |
| Binary | 11000001 | 1110 | 101110 | 0 | 1011101 | 1001100 | 11000 | 101011101 | 1010110 | 101001 |
Color Harmonies of #C10E2E
Complementary color
Monochromatic Colors of #C10E2E
Black with #C10E2E
Text Example
Text Example
White with #C10E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E2E; }
p { color: rgb(193,14,46); }
H1.HeaderClassName
{
color: #C10E2E;
}
.AnyTagClassName
{
color: #C10E2E;
}
</style>
background-color css
<style>
a { background-color: #C10E2E; }
a { background-color: rgb(193,14,46); }
div.DivClassName
{
background-color: #C10E2E;
}
.BgClassName
{
background-color: #C10E2E;
}
</style>
border-color css
<style>
span { border-color: #C10E2E; }
span { border-color: rgb(193,14,46); }
td.TdClassName
{
border-color: #C10E2E;
}
.TagClassName
{
border-color: #C10E2E;
}
</style>