Shades of Cardinal #C82131
Tints of Cardinal #C82131
RGB
CMYK
RGB Variations
Color information
#C82131 (or 0xC82131) is known color: Cardinal. HEX triplet: C8, 21 and 31. RGB value is (200,33,49). Sum of RGB (Red+Green+Blue) = 200+33+49=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C82131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82131 is #37DECE. Grayscale: #545454. Windows color (decimal): -3661519 or 3219912. OLE color: 3219912.
HSL color Cylindrical-coordinate representation of color #C82131: hue angle of 354.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82131 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 49 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.22 |
| HSL | 354.25º | 0.72% | 0.46% | - |
| HSV(B) | 354.25º | 0.84% | 0.78% | - |
| XYZ | 24.92 | 13.59 | 4.22 | - |
| YUV | 84.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 49 | 0 | 0.84 | 0.76 | 0.22 | 354.25 | 0.72 | 0.46 |
| Hex | C8 | 21 | 31 | 0 | 54 | 4C | 16 | 162 | 48 | 2E |
| Octal | 310 | 41 | 61 | 0 | 124 | 114 | 26 | 542 | 110 | 56 |
| Binary | 11001000 | 100001 | 110001 | 0 | 1010100 | 1001100 | 10110 | 101100010 | 1001000 | 101110 |
Color Harmonies of #C82131
Complementary color
Monochromatic Colors of #C82131
Black with #C82131
Text Example
Text Example
White with #C82131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82131; }
p { color: rgb(200,33,49); }
H1.HeaderClassName
{
color: #C82131;
}
.AnyTagClassName
{
color: #C82131;
}
</style>
background-color css
<style>
a { background-color: #C82131; }
a { background-color: rgb(200,33,49); }
div.DivClassName
{
background-color: #C82131;
}
.BgClassName
{
background-color: #C82131;
}
</style>
border-color css
<style>
span { border-color: #C82131; }
span { border-color: rgb(200,33,49); }
td.TdClassName
{
border-color: #C82131;
}
.TagClassName
{
border-color: #C82131;
}
</style>