Shades of Cardinal #C82237
Tints of Cardinal #C82237
RGB
CMYK
RGB Variations
Color information
#C82237 (or 0xC82237) is known color: Cardinal. HEX triplet: C8, 22 and 37. RGB value is (200,34,55). Sum of RGB (Red+Green+Blue) = 200+34+55=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C82237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82237 is #37DDC8. Grayscale: #565656. Windows color (decimal): -3661257 or 3613384. OLE color: 3613384.
HSL color Cylindrical-coordinate representation of color #C82237: hue angle of 352.41º 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 #C82237 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 55 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.22 |
| HSL | 352.41º | 0.71% | 0.46% | - |
| HSV(B) | 352.41º | 0.83% | 0.78% | - |
| XYZ | 25.08 | 13.7 | 4.94 | - |
| YUV | 86.03 | 110.5 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 55 | 0 | 0.83 | 0.72 | 0.22 | 352.41 | 0.71 | 0.46 |
| Hex | C8 | 22 | 37 | 0 | 53 | 48 | 16 | 160 | 47 | 2E |
| Octal | 310 | 42 | 67 | 0 | 123 | 110 | 26 | 540 | 107 | 56 |
| Binary | 11001000 | 100010 | 110111 | 0 | 1010011 | 1001000 | 10110 | 101100000 | 1000111 | 101110 |
Color Harmonies of #C82237
Complementary color
Monochromatic Colors of #C82237
Black with #C82237
Text Example
Text Example
White with #C82237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82237; }
p { color: rgb(200,34,55); }
H1.HeaderClassName
{
color: #C82237;
}
.AnyTagClassName
{
color: #C82237;
}
</style>
background-color css
<style>
a { background-color: #C82237; }
a { background-color: rgb(200,34,55); }
div.DivClassName
{
background-color: #C82237;
}
.BgClassName
{
background-color: #C82237;
}
</style>
border-color css
<style>
span { border-color: #C82237; }
span { border-color: rgb(200,34,55); }
td.TdClassName
{
border-color: #C82237;
}
.TagClassName
{
border-color: #C82237;
}
</style>