Shades of Cardinal #C1023C
Tints of Cardinal #C1023C
RGB
CMYK
RGB Variations
Color information
#C1023C (or 0xC1023C) is known color: Cardinal. HEX triplet: C1, 02 and 3C. RGB value is (193,2,60). Sum of RGB (Red+Green+Blue) = 193+2+60=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1023C is #3EFDC3. Grayscale: #414141. Windows color (decimal): -4128196 or 3932865. OLE color: 3932865.
HSL color Cylindrical-coordinate representation of color #C1023C: hue angle of 341.78º 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 #C1023C is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.24 |
| HSL | 341.78º | 0.98% | 0.38% | - |
| HSV(B) | 341.78º | 0.99% | 0.76% | - |
| XYZ | 22.83 | 11.71 | 5.33 | - |
| YUV | 65.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 60 | 0 | 0.99 | 0.69 | 0.24 | 341.78 | 0.98 | 0.38 |
| Hex | C1 | 2 | 3C | 0 | 63 | 45 | 18 | 156 | 62 | 26 |
| Octal | 301 | 2 | 74 | 0 | 143 | 105 | 30 | 526 | 142 | 46 |
| Binary | 11000001 | 10 | 111100 | 0 | 1100011 | 1000101 | 11000 | 101010110 | 1100010 | 100110 |
Color Harmonies of #C1023C
Complementary color
Monochromatic Colors of #C1023C
Black with #C1023C
Text Example
Text Example
White with #C1023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1023C; }
p { color: rgb(193,2,60); }
H1.HeaderClassName
{
color: #C1023C;
}
.AnyTagClassName
{
color: #C1023C;
}
</style>
background-color css
<style>
a { background-color: #C1023C; }
a { background-color: rgb(193,2,60); }
div.DivClassName
{
background-color: #C1023C;
}
.BgClassName
{
background-color: #C1023C;
}
</style>
border-color css
<style>
span { border-color: #C1023C; }
span { border-color: rgb(193,2,60); }
td.TdClassName
{
border-color: #C1023C;
}
.TagClassName
{
border-color: #C1023C;
}
</style>