Shades of Cardinal #C81044
Tints of Cardinal #C81044
RGB
CMYK
RGB Variations
Color information
#C81044 (or 0xC81044) is known color: Cardinal. HEX triplet: C8, 10 and 44. RGB value is (200,16,68). Sum of RGB (Red+Green+Blue) = 200+16+68=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C81044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81044 is #37EFBB. Grayscale: #4C4C4C. Windows color (decimal): -3665852 or 4460744. OLE color: 4460744.
HSL color Cylindrical-coordinate representation of color #C81044: hue angle of 343.04º 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 #C81044 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 68 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.22 |
| HSL | 343.04º | 0.85% | 0.42% | - |
| HSV(B) | 343.04º | 0.92% | 0.78% | - |
| XYZ | 25.05 | 13.07 | 6.67 | - |
| YUV | 76.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 68 | 0 | 0.92 | 0.66 | 0.22 | 343.04 | 0.85 | 0.42 |
| Hex | C8 | 10 | 44 | 0 | 5C | 42 | 16 | 157 | 55 | 2A |
| Octal | 310 | 20 | 104 | 0 | 134 | 102 | 26 | 527 | 125 | 52 |
| Binary | 11001000 | 10000 | 1000100 | 0 | 1011100 | 1000010 | 10110 | 101010111 | 1010101 | 101010 |
Color Harmonies of #C81044
Complementary color
Monochromatic Colors of #C81044
Black with #C81044
Text Example
Text Example
White with #C81044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81044; }
p { color: rgb(200,16,68); }
H1.HeaderClassName
{
color: #C81044;
}
.AnyTagClassName
{
color: #C81044;
}
</style>
background-color css
<style>
a { background-color: #C81044; }
a { background-color: rgb(200,16,68); }
div.DivClassName
{
background-color: #C81044;
}
.BgClassName
{
background-color: #C81044;
}
</style>
border-color css
<style>
span { border-color: #C81044; }
span { border-color: rgb(200,16,68); }
td.TdClassName
{
border-color: #C81044;
}
.TagClassName
{
border-color: #C81044;
}
</style>