Shades of Cardinal #C82031
Tints of Cardinal #C82031
RGB
CMYK
RGB Variations
Color information
#C82031 (or 0xC82031) is known color: Cardinal. HEX triplet: C8, 20 and 31. RGB value is (200,32,49). Sum of RGB (Red+Green+Blue) = 200+32+49=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C82031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82031 is #37DFCE. Grayscale: #545454. Windows color (decimal): -3661775 or 3219656. OLE color: 3219656.
HSL color Cylindrical-coordinate representation of color #C82031: hue angle of 353.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82031 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 49 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.22 |
| HSL | 353.93º | 0.72% | 0.45% | - |
| HSV(B) | 353.93º | 0.84% | 0.78% | - |
| XYZ | 24.89 | 13.53 | 4.21 | - |
| YUV | 84.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 49 | 0 | 0.84 | 0.76 | 0.22 | 353.93 | 0.72 | 0.45 |
| Hex | C8 | 20 | 31 | 0 | 54 | 4C | 16 | 162 | 48 | 2D |
| Octal | 310 | 40 | 61 | 0 | 124 | 114 | 26 | 542 | 110 | 55 |
| Binary | 11001000 | 100000 | 110001 | 0 | 1010100 | 1001100 | 10110 | 101100010 | 1001000 | 101101 |
Color Harmonies of #C82031
Complementary color
Monochromatic Colors of #C82031
Black with #C82031
Text Example
Text Example
White with #C82031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82031; }
p { color: rgb(200,32,49); }
H1.HeaderClassName
{
color: #C82031;
}
.AnyTagClassName
{
color: #C82031;
}
</style>
background-color css
<style>
a { background-color: #C82031; }
a { background-color: rgb(200,32,49); }
div.DivClassName
{
background-color: #C82031;
}
.BgClassName
{
background-color: #C82031;
}
</style>
border-color css
<style>
span { border-color: #C82031; }
span { border-color: rgb(200,32,49); }
td.TdClassName
{
border-color: #C82031;
}
.TagClassName
{
border-color: #C82031;
}
</style>