Shades of Cardinal #C2013D
Tints of Cardinal #C2013D
RGB
CMYK
RGB Variations
Color information
#C2013D (or 0xC2013D) is known color: Cardinal. HEX triplet: C2, 01 and 3D. RGB value is (194,1,61). Sum of RGB (Red+Green+Blue) = 194+1+61=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2013D is #3DFEC2. Grayscale: #414141. Windows color (decimal): -4062915 or 3998146. OLE color: 3998146.
HSL color Cylindrical-coordinate representation of color #C2013D: hue angle of 341.35º 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 #C2013D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.24 |
| HSL | 341.35º | 0.99% | 0.38% | - |
| HSV(B) | 341.35º | 0.99% | 0.76% | - |
| XYZ | 23.1 | 11.83 | 5.48 | - |
| YUV | 65.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 61 | 0 | 0.99 | 0.69 | 0.24 | 341.35 | 0.99 | 0.38 |
| Hex | C2 | 1 | 3D | 0 | 63 | 45 | 18 | 155 | 63 | 26 |
| Octal | 302 | 1 | 75 | 0 | 143 | 105 | 30 | 525 | 143 | 46 |
| Binary | 11000010 | 1 | 111101 | 0 | 1100011 | 1000101 | 11000 | 101010101 | 1100011 | 100110 |
Color Harmonies of #C2013D
Complementary color
Monochromatic Colors of #C2013D
Black with #C2013D
Text Example
Text Example
White with #C2013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2013D; }
p { color: rgb(194,1,61); }
H1.HeaderClassName
{
color: #C2013D;
}
.AnyTagClassName
{
color: #C2013D;
}
</style>
background-color css
<style>
a { background-color: #C2013D; }
a { background-color: rgb(194,1,61); }
div.DivClassName
{
background-color: #C2013D;
}
.BgClassName
{
background-color: #C2013D;
}
</style>
border-color css
<style>
span { border-color: #C2013D; }
span { border-color: rgb(194,1,61); }
td.TdClassName
{
border-color: #C2013D;
}
.TagClassName
{
border-color: #C2013D;
}
</style>