Shades of Cardinal #C81945
Tints of Cardinal #C81945
RGB
CMYK
RGB Variations
Color information
#C81945 (or 0xC81945) is known color: Cardinal. HEX triplet: C8, 19 and 45. RGB value is (200,25,69). Sum of RGB (Red+Green+Blue) = 200+25+69=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C81945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81945 is #37E6BA. Grayscale: #525252. Windows color (decimal): -3663547 or 4528584. OLE color: 4528584.
HSL color Cylindrical-coordinate representation of color #C81945: hue angle of 344.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81945 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 69 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.22 |
| HSL | 344.91º | 0.78% | 0.44% | - |
| HSV(B) | 344.91º | 0.88% | 0.78% | - |
| XYZ | 25.24 | 13.4 | 6.89 | - |
| YUV | 82.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 69 | 0 | 0.88 | 0.66 | 0.22 | 344.91 | 0.78 | 0.44 |
| Hex | C8 | 19 | 45 | 0 | 58 | 42 | 16 | 159 | 4E | 2C |
| Octal | 310 | 31 | 105 | 0 | 130 | 102 | 26 | 531 | 116 | 54 |
| Binary | 11001000 | 11001 | 1000101 | 0 | 1011000 | 1000010 | 10110 | 101011001 | 1001110 | 101100 |
Color Harmonies of #C81945
Complementary color
Monochromatic Colors of #C81945
Black with #C81945
Text Example
Text Example
White with #C81945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81945; }
p { color: rgb(200,25,69); }
H1.HeaderClassName
{
color: #C81945;
}
.AnyTagClassName
{
color: #C81945;
}
</style>
background-color css
<style>
a { background-color: #C81945; }
a { background-color: rgb(200,25,69); }
div.DivClassName
{
background-color: #C81945;
}
.BgClassName
{
background-color: #C81945;
}
</style>
border-color css
<style>
span { border-color: #C81945; }
span { border-color: rgb(200,25,69); }
td.TdClassName
{
border-color: #C81945;
}
.TagClassName
{
border-color: #C81945;
}
</style>