Shades of Cardinal #C81643
Tints of Cardinal #C81643
RGB
CMYK
RGB Variations
Color information
#C81643 (or 0xC81643) is known color: Cardinal. HEX triplet: C8, 16 and 43. RGB value is (200,22,67). Sum of RGB (Red+Green+Blue) = 200+22+67=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C81643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81643 is #37E9BC. Grayscale: #505050. Windows color (decimal): -3664317 or 4396744. OLE color: 4396744.
HSL color Cylindrical-coordinate representation of color #C81643: hue angle of 344.83º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81643 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 67 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.22 |
| HSL | 344.83º | 0.8% | 0.44% | - |
| HSV(B) | 344.83º | 0.89% | 0.78% | - |
| XYZ | 25.12 | 13.26 | 6.55 | - |
| YUV | 80.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 67 | 0 | 0.89 | 0.66 | 0.22 | 344.83 | 0.8 | 0.44 |
| Hex | C8 | 16 | 43 | 0 | 59 | 42 | 16 | 159 | 50 | 2C |
| Octal | 310 | 26 | 103 | 0 | 131 | 102 | 26 | 531 | 120 | 54 |
| Binary | 11001000 | 10110 | 1000011 | 0 | 1011001 | 1000010 | 10110 | 101011001 | 1010000 | 101100 |
Color Harmonies of #C81643
Complementary color
Monochromatic Colors of #C81643
Black with #C81643
Text Example
Text Example
White with #C81643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81643; }
p { color: rgb(200,22,67); }
H1.HeaderClassName
{
color: #C81643;
}
.AnyTagClassName
{
color: #C81643;
}
</style>
background-color css
<style>
a { background-color: #C81643; }
a { background-color: rgb(200,22,67); }
div.DivClassName
{
background-color: #C81643;
}
.BgClassName
{
background-color: #C81643;
}
</style>
border-color css
<style>
span { border-color: #C81643; }
span { border-color: rgb(200,22,67); }
td.TdClassName
{
border-color: #C81643;
}
.TagClassName
{
border-color: #C81643;
}
</style>