Shades of Cardinal #C1003C
Tints of Cardinal #C1003C
RGB
CMYK
RGB Variations
Color information
#C1003C (or 0xC1003C) is known color: Cardinal. HEX triplet: C1, 00 and 3C. RGB value is (193,0,60). Sum of RGB (Red+Green+Blue) = 193+0+60=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003C is #3EFFC3. Grayscale: #404040. Windows color (decimal): -4128708 or 3932353. OLE color: 3932353.
HSL color Cylindrical-coordinate representation of color #C1003C: hue angle of 341.35º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1003C is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.69 | 0.24 |
| HSL | 341.35º | 1% | 0.38% | - |
| HSV(B) | 341.35º | 1% | 0.76% | - |
| XYZ | 22.81 | 11.66 | 5.32 | - |
| YUV | 64.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 60 | 0 | 1 | 0.69 | 0.24 | 341.35 | 1 | 0.38 |
| Hex | C1 | 0 | 3C | 0 | 64 | 45 | 18 | 155 | 64 | 26 |
| Octal | 301 | 0 | 74 | 0 | 144 | 105 | 30 | 525 | 144 | 46 |
| Binary | 11000001 | 0 | 111100 | 0 | 1100100 | 1000101 | 11000 | 101010101 | 1100100 | 100110 |
Color Harmonies of #C1003C
Complementary color
Monochromatic Colors of #C1003C
Black with #C1003C
Text Example
Text Example
White with #C1003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1003C; }
p { color: rgb(193,0,60); }
H1.HeaderClassName
{
color: #C1003C;
}
.AnyTagClassName
{
color: #C1003C;
}
</style>
background-color css
<style>
a { background-color: #C1003C; }
a { background-color: rgb(193,0,60); }
div.DivClassName
{
background-color: #C1003C;
}
.BgClassName
{
background-color: #C1003C;
}
</style>
border-color css
<style>
span { border-color: #C1003C; }
span { border-color: rgb(193,0,60); }
td.TdClassName
{
border-color: #C1003C;
}
.TagClassName
{
border-color: #C1003C;
}
</style>