Shades of Cardinal #C81443
Tints of Cardinal #C81443
RGB
CMYK
RGB Variations
Color information
#C81443 (or 0xC81443) is known color: Cardinal. HEX triplet: C8, 14 and 43. RGB value is (200,20,67). Sum of RGB (Red+Green+Blue) = 200+20+67=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C81443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81443 is #37EBBC. Grayscale: #4F4F4F. Windows color (decimal): -3664829 or 4396232. OLE color: 4396232.
HSL color Cylindrical-coordinate representation of color #C81443: hue angle of 344.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81443 is Cyan = 0, Magento = 0.9, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 67 | - |
| CMYK | 0 | 0.9 | 0.66 | 0.22 |
| HSL | 344.33º | 0.82% | 0.43% | - |
| HSV(B) | 344.33º | 0.9% | 0.78% | - |
| XYZ | 25.08 | 13.18 | 6.53 | - |
| YUV | 79.18 | 121.13 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 67 | 0 | 0.9 | 0.66 | 0.22 | 344.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 43 | 0 | 5A | 42 | 16 | 158 | 52 | 2B |
| Octal | 310 | 24 | 103 | 0 | 132 | 102 | 26 | 530 | 122 | 53 |
| Binary | 11001000 | 10100 | 1000011 | 0 | 1011010 | 1000010 | 10110 | 101011000 | 1010010 | 101011 |
Color Harmonies of #C81443
Complementary color
Monochromatic Colors of #C81443
Black with #C81443
Text Example
Text Example
White with #C81443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81443; }
p { color: rgb(200,20,67); }
H1.HeaderClassName
{
color: #C81443;
}
.AnyTagClassName
{
color: #C81443;
}
</style>
background-color css
<style>
a { background-color: #C81443; }
a { background-color: rgb(200,20,67); }
div.DivClassName
{
background-color: #C81443;
}
.BgClassName
{
background-color: #C81443;
}
</style>
border-color css
<style>
span { border-color: #C81443; }
span { border-color: rgb(200,20,67); }
td.TdClassName
{
border-color: #C81443;
}
.TagClassName
{
border-color: #C81443;
}
</style>