Shades of Cardinal #C10E4B
Tints of Cardinal #C10E4B
RGB
CMYK
RGB Variations
Color information
#C10E4B (or 0xC10E4B) is known color: Cardinal. HEX triplet: C1, 0E and 4B. RGB value is (193,14,75). Sum of RGB (Red+Green+Blue) = 193+14+75=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E4B is #3EF1B4. Grayscale: #4A4A4A. Windows color (decimal): -4125109 or 4918977. OLE color: 4918977.
HSL color Cylindrical-coordinate representation of color #C10E4B: hue angle of 339.55º 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 #C10E4B is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 75 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.24 |
| HSL | 339.55º | 0.86% | 0.41% | - |
| HSV(B) | 339.55º | 0.93% | 0.76% | - |
| XYZ | 23.42 | 12.16 | 7.77 | - |
| YUV | 74.48 | 128.3 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 75 | 0 | 0.93 | 0.61 | 0.24 | 339.55 | 0.86 | 0.41 |
| Hex | C1 | E | 4B | 0 | 5D | 3D | 18 | 154 | 56 | 29 |
| Octal | 301 | 16 | 113 | 0 | 135 | 75 | 30 | 524 | 126 | 51 |
| Binary | 11000001 | 1110 | 1001011 | 0 | 1011101 | 111101 | 11000 | 101010100 | 1010110 | 101001 |
Color Harmonies of #C10E4B
Complementary color
Monochromatic Colors of #C10E4B
Black with #C10E4B
Text Example
Text Example
White with #C10E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E4B; }
p { color: rgb(193,14,75); }
H1.HeaderClassName
{
color: #C10E4B;
}
.AnyTagClassName
{
color: #C10E4B;
}
</style>
background-color css
<style>
a { background-color: #C10E4B; }
a { background-color: rgb(193,14,75); }
div.DivClassName
{
background-color: #C10E4B;
}
.BgClassName
{
background-color: #C10E4B;
}
</style>
border-color css
<style>
span { border-color: #C10E4B; }
span { border-color: rgb(193,14,75); }
td.TdClassName
{
border-color: #C10E4B;
}
.TagClassName
{
border-color: #C10E4B;
}
</style>