Shades of Cardinal #C82236
Tints of Cardinal #C82236
RGB
CMYK
RGB Variations
Color information
#C82236 (or 0xC82236) is known color: Cardinal. HEX triplet: C8, 22 and 36. RGB value is (200,34,54). Sum of RGB (Red+Green+Blue) = 200+34+54=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C82236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82236 is #37DDC9. Grayscale: #565656. Windows color (decimal): -3661258 or 3547848. OLE color: 3547848.
HSL color Cylindrical-coordinate representation of color #C82236: hue angle of 352.77º degrees, saturation: 0.71, 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 #C82236 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 54 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.22 |
| HSL | 352.77º | 0.71% | 0.46% | - |
| HSV(B) | 352.77º | 0.83% | 0.78% | - |
| XYZ | 25.06 | 13.69 | 4.81 | - |
| YUV | 85.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 54 | 0 | 0.83 | 0.73 | 0.22 | 352.77 | 0.71 | 0.46 |
| Hex | C8 | 22 | 36 | 0 | 53 | 49 | 16 | 161 | 47 | 2E |
| Octal | 310 | 42 | 66 | 0 | 123 | 111 | 26 | 541 | 107 | 56 |
| Binary | 11001000 | 100010 | 110110 | 0 | 1010011 | 1001001 | 10110 | 101100001 | 1000111 | 101110 |
Color Harmonies of #C82236
Complementary color
Monochromatic Colors of #C82236
Black with #C82236
Text Example
Text Example
White with #C82236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82236; }
p { color: rgb(200,34,54); }
H1.HeaderClassName
{
color: #C82236;
}
.AnyTagClassName
{
color: #C82236;
}
</style>
background-color css
<style>
a { background-color: #C82236; }
a { background-color: rgb(200,34,54); }
div.DivClassName
{
background-color: #C82236;
}
.BgClassName
{
background-color: #C82236;
}
</style>
border-color css
<style>
span { border-color: #C82236; }
span { border-color: rgb(200,34,54); }
td.TdClassName
{
border-color: #C82236;
}
.TagClassName
{
border-color: #C82236;
}
</style>