Shades of Cardinal #C2013F
Tints of Cardinal #C2013F
RGB
CMYK
RGB Variations
Color information
#C2013F (or 0xC2013F) is known color: Cardinal. HEX triplet: C2, 01 and 3F. RGB value is (194,1,63). Sum of RGB (Red+Green+Blue) = 194+1+63=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2013F is #3DFEC0. Grayscale: #414141. Windows color (decimal): -4062913 or 4129218. OLE color: 4129218.
HSL color Cylindrical-coordinate representation of color #C2013F: hue angle of 340.73º 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 #C2013F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.24 |
| HSL | 340.73º | 0.99% | 0.38% | - |
| HSV(B) | 340.73º | 0.99% | 0.76% | - |
| XYZ | 23.16 | 11.85 | 5.77 | - |
| YUV | 65.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 63 | 0 | 0.99 | 0.68 | 0.24 | 340.73 | 0.99 | 0.38 |
| Hex | C2 | 1 | 3F | 0 | 63 | 44 | 18 | 155 | 63 | 26 |
| Octal | 302 | 1 | 77 | 0 | 143 | 104 | 30 | 525 | 143 | 46 |
| Binary | 11000010 | 1 | 111111 | 0 | 1100011 | 1000100 | 11000 | 101010101 | 1100011 | 100110 |
Color Harmonies of #C2013F
Complementary color
Monochromatic Colors of #C2013F
Black with #C2013F
Text Example
Text Example
White with #C2013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2013F; }
p { color: rgb(194,1,63); }
H1.HeaderClassName
{
color: #C2013F;
}
.AnyTagClassName
{
color: #C2013F;
}
</style>
background-color css
<style>
a { background-color: #C2013F; }
a { background-color: rgb(194,1,63); }
div.DivClassName
{
background-color: #C2013F;
}
.BgClassName
{
background-color: #C2013F;
}
</style>
border-color css
<style>
span { border-color: #C2013F; }
span { border-color: rgb(194,1,63); }
td.TdClassName
{
border-color: #C2013F;
}
.TagClassName
{
border-color: #C2013F;
}
</style>