Shades of Cardinal #C10E3F
Tints of Cardinal #C10E3F
RGB
CMYK
RGB Variations
Color information
#C10E3F (or 0xC10E3F) is known color: Cardinal. HEX triplet: C1, 0E and 3F. RGB value is (193,14,63). Sum of RGB (Red+Green+Blue) = 193+14+63=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E3F is #3EF1C0. Grayscale: #494949. Windows color (decimal): -4125121 or 4132545. OLE color: 4132545.
HSL color Cylindrical-coordinate representation of color #C10E3F: hue angle of 343.58º 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 #C10E3F is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 63 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.24 |
| HSL | 343.58º | 0.86% | 0.41% | - |
| HSV(B) | 343.58º | 0.93% | 0.76% | - |
| XYZ | 23.05 | 12.01 | 5.81 | - |
| YUV | 73.11 | 122.3 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 63 | 0 | 0.93 | 0.67 | 0.24 | 343.58 | 0.86 | 0.41 |
| Hex | C1 | E | 3F | 0 | 5D | 43 | 18 | 158 | 56 | 29 |
| Octal | 301 | 16 | 77 | 0 | 135 | 103 | 30 | 530 | 126 | 51 |
| Binary | 11000001 | 1110 | 111111 | 0 | 1011101 | 1000011 | 11000 | 101011000 | 1010110 | 101001 |
Color Harmonies of #C10E3F
Complementary color
Monochromatic Colors of #C10E3F
Black with #C10E3F
Text Example
Text Example
White with #C10E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E3F; }
p { color: rgb(193,14,63); }
H1.HeaderClassName
{
color: #C10E3F;
}
.AnyTagClassName
{
color: #C10E3F;
}
</style>
background-color css
<style>
a { background-color: #C10E3F; }
a { background-color: rgb(193,14,63); }
div.DivClassName
{
background-color: #C10E3F;
}
.BgClassName
{
background-color: #C10E3F;
}
</style>
border-color css
<style>
span { border-color: #C10E3F; }
span { border-color: rgb(193,14,63); }
td.TdClassName
{
border-color: #C10E3F;
}
.TagClassName
{
border-color: #C10E3F;
}
</style>