Shades of Cardinal #C81049
Tints of Cardinal #C81049
RGB
CMYK
RGB Variations
Color information
#C81049 (or 0xC81049) is known color: Cardinal. HEX triplet: C8, 10 and 49. RGB value is (200,16,73). Sum of RGB (Red+Green+Blue) = 200+16+73=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C81049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81049 is #37EFB6. Grayscale: #4D4D4D. Windows color (decimal): -3665847 or 4788424. OLE color: 4788424.
HSL color Cylindrical-coordinate representation of color #C81049: hue angle of 341.41º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81049 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 73 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.22 |
| HSL | 341.41º | 0.85% | 0.42% | - |
| HSV(B) | 341.41º | 0.92% | 0.78% | - |
| XYZ | 25.21 | 13.13 | 7.51 | - |
| YUV | 77.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 73 | 0 | 0.92 | 0.64 | 0.22 | 341.41 | 0.85 | 0.42 |
| Hex | C8 | 10 | 49 | 0 | 5C | 40 | 16 | 155 | 55 | 2A |
| Octal | 310 | 20 | 111 | 0 | 134 | 100 | 26 | 525 | 125 | 52 |
| Binary | 11001000 | 10000 | 1001001 | 0 | 1011100 | 1000000 | 10110 | 101010101 | 1010101 | 101010 |
Color Harmonies of #C81049
Complementary color
Monochromatic Colors of #C81049
Black with #C81049
Text Example
Text Example
White with #C81049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81049; }
p { color: rgb(200,16,73); }
H1.HeaderClassName
{
color: #C81049;
}
.AnyTagClassName
{
color: #C81049;
}
</style>
background-color css
<style>
a { background-color: #C81049; }
a { background-color: rgb(200,16,73); }
div.DivClassName
{
background-color: #C81049;
}
.BgClassName
{
background-color: #C81049;
}
</style>
border-color css
<style>
span { border-color: #C81049; }
span { border-color: rgb(200,16,73); }
td.TdClassName
{
border-color: #C81049;
}
.TagClassName
{
border-color: #C81049;
}
</style>