Shades of Cardinal #C1013D
Tints of Cardinal #C1013D
RGB
CMYK
RGB Variations
Color information
#C1013D (or 0xC1013D) is known color: Cardinal. HEX triplet: C1, 01 and 3D. RGB value is (193,1,61). Sum of RGB (Red+Green+Blue) = 193+1+61=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1013D is #3EFEC2. Grayscale: #414141. Windows color (decimal): -4128451 or 3998145. OLE color: 3998145.
HSL color Cylindrical-coordinate representation of color #C1013D: hue angle of 341.25º degrees, saturation: 0.99, 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 #C1013D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.24 |
| HSL | 341.25º | 0.99% | 0.38% | - |
| HSV(B) | 341.25º | 0.99% | 0.76% | - |
| XYZ | 22.85 | 11.7 | 5.47 | - |
| YUV | 65.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 61 | 0 | 0.99 | 0.68 | 0.24 | 341.25 | 0.99 | 0.38 |
| Hex | C1 | 1 | 3D | 0 | 63 | 44 | 18 | 155 | 63 | 26 |
| Octal | 301 | 1 | 75 | 0 | 143 | 104 | 30 | 525 | 143 | 46 |
| Binary | 11000001 | 1 | 111101 | 0 | 1100011 | 1000100 | 11000 | 101010101 | 1100011 | 100110 |
Color Harmonies of #C1013D
Complementary color
Monochromatic Colors of #C1013D
Black with #C1013D
Text Example
Text Example
White with #C1013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1013D; }
p { color: rgb(193,1,61); }
H1.HeaderClassName
{
color: #C1013D;
}
.AnyTagClassName
{
color: #C1013D;
}
</style>
background-color css
<style>
a { background-color: #C1013D; }
a { background-color: rgb(193,1,61); }
div.DivClassName
{
background-color: #C1013D;
}
.BgClassName
{
background-color: #C1013D;
}
</style>
border-color css
<style>
span { border-color: #C1013D; }
span { border-color: rgb(193,1,61); }
td.TdClassName
{
border-color: #C1013D;
}
.TagClassName
{
border-color: #C1013D;
}
</style>