Shades of Cardinal #C2083F
Tints of Cardinal #C2083F
RGB
CMYK
RGB Variations
Color information
#C2083F (or 0xC2083F) is known color: Cardinal. HEX triplet: C2, 08 and 3F. RGB value is (194,8,63). Sum of RGB (Red+Green+Blue) = 194+8+63=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C2083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2083F is #3DF7C0. Grayscale: #454545. Windows color (decimal): -4061121 or 4131010. OLE color: 4131010.
HSL color Cylindrical-coordinate representation of color #C2083F: hue angle of 342.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2083F is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.24 |
| HSL | 342.26º | 0.92% | 0.4% | - |
| HSV(B) | 342.26º | 0.96% | 0.76% | - |
| XYZ | 23.23 | 12 | 5.79 | - |
| YUV | 69.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 63 | 0 | 0.96 | 0.68 | 0.24 | 342.26 | 0.92 | 0.4 |
| Hex | C2 | 8 | 3F | 0 | 60 | 44 | 18 | 156 | 5C | 28 |
| Octal | 302 | 10 | 77 | 0 | 140 | 104 | 30 | 526 | 134 | 50 |
| Binary | 11000010 | 1000 | 111111 | 0 | 1100000 | 1000100 | 11000 | 101010110 | 1011100 | 101000 |
Color Harmonies of #C2083F
Complementary color
Monochromatic Colors of #C2083F
Black with #C2083F
Text Example
Text Example
White with #C2083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2083F; }
p { color: rgb(194,8,63); }
H1.HeaderClassName
{
color: #C2083F;
}
.AnyTagClassName
{
color: #C2083F;
}
</style>
background-color css
<style>
a { background-color: #C2083F; }
a { background-color: rgb(194,8,63); }
div.DivClassName
{
background-color: #C2083F;
}
.BgClassName
{
background-color: #C2083F;
}
</style>
border-color css
<style>
span { border-color: #C2083F; }
span { border-color: rgb(194,8,63); }
td.TdClassName
{
border-color: #C2083F;
}
.TagClassName
{
border-color: #C2083F;
}
</style>