Shades of Cardinal #C81932
Tints of Cardinal #C81932
RGB
CMYK
RGB Variations
Color information
#C81932 (or 0xC81932) is known color: Cardinal. HEX triplet: C8, 19 and 32. RGB value is (200,25,50). Sum of RGB (Red+Green+Blue) = 200+25+50=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C81932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81932 is #37E6CD. Grayscale: #505050. Windows color (decimal): -3663566 or 3283400. OLE color: 3283400.
HSL color Cylindrical-coordinate representation of color #C81932: hue angle of 351.43º 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 #C81932 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 50 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.22 |
| HSL | 351.43º | 0.78% | 0.44% | - |
| HSV(B) | 351.43º | 0.88% | 0.78% | - |
| XYZ | 24.74 | 13.2 | 4.26 | - |
| YUV | 80.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 50 | 0 | 0.88 | 0.75 | 0.22 | 351.43 | 0.78 | 0.44 |
| Hex | C8 | 19 | 32 | 0 | 58 | 4B | 16 | 15F | 4E | 2C |
| Octal | 310 | 31 | 62 | 0 | 130 | 113 | 26 | 537 | 116 | 54 |
| Binary | 11001000 | 11001 | 110010 | 0 | 1011000 | 1001011 | 10110 | 101011111 | 1001110 | 101100 |
Color Harmonies of #C81932
Complementary color
Monochromatic Colors of #C81932
Black with #C81932
Text Example
Text Example
White with #C81932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81932; }
p { color: rgb(200,25,50); }
H1.HeaderClassName
{
color: #C81932;
}
.AnyTagClassName
{
color: #C81932;
}
</style>
background-color css
<style>
a { background-color: #C81932; }
a { background-color: rgb(200,25,50); }
div.DivClassName
{
background-color: #C81932;
}
.BgClassName
{
background-color: #C81932;
}
</style>
border-color css
<style>
span { border-color: #C81932; }
span { border-color: rgb(200,25,50); }
td.TdClassName
{
border-color: #C81932;
}
.TagClassName
{
border-color: #C81932;
}
</style>