Shades of Cardinal #C81548
Tints of Cardinal #C81548
RGB
CMYK
RGB Variations
Color information
#C81548 (or 0xC81548) is known color: Cardinal. HEX triplet: C8, 15 and 48. RGB value is (200,21,72). Sum of RGB (Red+Green+Blue) = 200+21+72=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C81548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81548 is #37EAB7. Grayscale: #505050. Windows color (decimal): -3664568 or 4724168. OLE color: 4724168.
HSL color Cylindrical-coordinate representation of color #C81548: hue angle of 342.91º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81548 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 72 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.22 |
| HSL | 342.91º | 0.81% | 0.43% | - |
| HSV(B) | 342.91º | 0.9% | 0.78% | - |
| XYZ | 25.26 | 13.28 | 7.36 | - |
| YUV | 80.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 72 | 0 | 0.90 | 0.64 | 0.22 | 342.91 | 0.81 | 0.43 |
| Hex | C8 | 15 | 48 | 0 | 5A | 40 | 16 | 157 | 51 | 2B |
| Octal | 310 | 25 | 110 | 0 | 132 | 100 | 26 | 527 | 121 | 53 |
| Binary | 11001000 | 10101 | 1001000 | 0 | 1011010 | 1000000 | 10110 | 101010111 | 1010001 | 101011 |
Color Harmonies of #C81548
Complementary color
Monochromatic Colors of #C81548
Black with #C81548
Text Example
Text Example
White with #C81548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81548; }
p { color: rgb(200,21,72); }
H1.HeaderClassName
{
color: #C81548;
}
.AnyTagClassName
{
color: #C81548;
}
</style>
background-color css
<style>
a { background-color: #C81548; }
a { background-color: rgb(200,21,72); }
div.DivClassName
{
background-color: #C81548;
}
.BgClassName
{
background-color: #C81548;
}
</style>
border-color css
<style>
span { border-color: #C81548; }
span { border-color: rgb(200,21,72); }
td.TdClassName
{
border-color: #C81548;
}
.TagClassName
{
border-color: #C81548;
}
</style>