Shades of Cardinal #C1023A
Tints of Cardinal #C1023A
RGB
CMYK
RGB Variations
Color information
#C1023A (or 0xC1023A) is known color: Cardinal. HEX triplet: C1, 02 and 3A. RGB value is (193,2,58). Sum of RGB (Red+Green+Blue) = 193+2+58=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C1023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1023A is #3EFDC5. Grayscale: #414141. Windows color (decimal): -4128198 or 3801793. OLE color: 3801793.
HSL color Cylindrical-coordinate representation of color #C1023A: hue angle of 342.41º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1023A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.24 |
| HSL | 342.41º | 0.98% | 0.38% | - |
| HSV(B) | 342.41º | 0.99% | 0.76% | - |
| XYZ | 22.78 | 11.69 | 5.06 | - |
| YUV | 65.49 | 123.78 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 58 | 0 | 0.99 | 0.70 | 0.24 | 342.41 | 0.98 | 0.38 |
| Hex | C1 | 2 | 3A | 0 | 63 | 46 | 18 | 156 | 62 | 26 |
| Octal | 301 | 2 | 72 | 0 | 143 | 106 | 30 | 526 | 142 | 46 |
| Binary | 11000001 | 10 | 111010 | 0 | 1100011 | 1000110 | 11000 | 101010110 | 1100010 | 100110 |
Color Harmonies of #C1023A
Complementary color
Monochromatic Colors of #C1023A
Black with #C1023A
Text Example
Text Example
White with #C1023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1023A; }
p { color: rgb(193,2,58); }
H1.HeaderClassName
{
color: #C1023A;
}
.AnyTagClassName
{
color: #C1023A;
}
</style>
background-color css
<style>
a { background-color: #C1023A; }
a { background-color: rgb(193,2,58); }
div.DivClassName
{
background-color: #C1023A;
}
.BgClassName
{
background-color: #C1023A;
}
</style>
border-color css
<style>
span { border-color: #C1023A; }
span { border-color: rgb(193,2,58); }
td.TdClassName
{
border-color: #C1023A;
}
.TagClassName
{
border-color: #C1023A;
}
</style>