Shades of Cardinal #C82134
Tints of Cardinal #C82134
RGB
CMYK
RGB Variations
Color information
#C82134 (or 0xC82134) is known color: Cardinal. HEX triplet: C8, 21 and 34. RGB value is (200,33,52). Sum of RGB (Red+Green+Blue) = 200+33+52=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C82134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82134 is #37DECB. Grayscale: #555555. Windows color (decimal): -3661516 or 3416520. OLE color: 3416520.
HSL color Cylindrical-coordinate representation of color #C82134: hue angle of 353.17º 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 #C82134 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 52 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.22 |
| HSL | 353.17º | 0.72% | 0.46% | - |
| HSV(B) | 353.17º | 0.84% | 0.78% | - |
| XYZ | 24.98 | 13.62 | 4.56 | - |
| YUV | 85.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 52 | 0 | 0.84 | 0.74 | 0.22 | 353.17 | 0.72 | 0.46 |
| Hex | C8 | 21 | 34 | 0 | 54 | 4A | 16 | 161 | 48 | 2E |
| Octal | 310 | 41 | 64 | 0 | 124 | 112 | 26 | 541 | 110 | 56 |
| Binary | 11001000 | 100001 | 110100 | 0 | 1010100 | 1001010 | 10110 | 101100001 | 1001000 | 101110 |
Color Harmonies of #C82134
Complementary color
Monochromatic Colors of #C82134
Black with #C82134
Text Example
Text Example
White with #C82134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82134; }
p { color: rgb(200,33,52); }
H1.HeaderClassName
{
color: #C82134;
}
.AnyTagClassName
{
color: #C82134;
}
</style>
background-color css
<style>
a { background-color: #C82134; }
a { background-color: rgb(200,33,52); }
div.DivClassName
{
background-color: #C82134;
}
.BgClassName
{
background-color: #C82134;
}
</style>
border-color css
<style>
span { border-color: #C82134; }
span { border-color: rgb(200,33,52); }
td.TdClassName
{
border-color: #C82134;
}
.TagClassName
{
border-color: #C82134;
}
</style>