Shades of Cardinal #C1003E
Tints of Cardinal #C1003E
RGB
CMYK
RGB Variations
Color information
#C1003E (or 0xC1003E) is known color: Cardinal. HEX triplet: C1, 00 and 3E. RGB value is (193,0,62). Sum of RGB (Red+Green+Blue) = 193+0+62=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003E is #3EFFC1. Grayscale: #404040. Windows color (decimal): -4128706 or 4063425. OLE color: 4063425.
HSL color Cylindrical-coordinate representation of color #C1003E: hue angle of 340.73º 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 #C1003E is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.68 | 0.24 |
| HSL | 340.73º | 1% | 0.38% | - |
| HSV(B) | 340.73º | 1% | 0.76% | - |
| XYZ | 22.86 | 11.69 | 5.61 | - |
| YUV | 64.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 62 | 0 | 1 | 0.68 | 0.24 | 340.73 | 1 | 0.38 |
| Hex | C1 | 0 | 3E | 0 | 64 | 44 | 18 | 155 | 64 | 26 |
| Octal | 301 | 0 | 76 | 0 | 144 | 104 | 30 | 525 | 144 | 46 |
| Binary | 11000001 | 0 | 111110 | 0 | 1100100 | 1000100 | 11000 | 101010101 | 1100100 | 100110 |
Color Harmonies of #C1003E
Complementary color
Monochromatic Colors of #C1003E
Black with #C1003E
Text Example
Text Example
White with #C1003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1003E; }
p { color: rgb(193,0,62); }
H1.HeaderClassName
{
color: #C1003E;
}
.AnyTagClassName
{
color: #C1003E;
}
</style>
background-color css
<style>
a { background-color: #C1003E; }
a { background-color: rgb(193,0,62); }
div.DivClassName
{
background-color: #C1003E;
}
.BgClassName
{
background-color: #C1003E;
}
</style>
border-color css
<style>
span { border-color: #C1003E; }
span { border-color: rgb(193,0,62); }
td.TdClassName
{
border-color: #C1003E;
}
.TagClassName
{
border-color: #C1003E;
}
</style>