Shades of Cardinal #C82235
Tints of Cardinal #C82235
RGB
CMYK
RGB Variations
Color information
#C82235 (or 0xC82235) is known color: Cardinal. HEX triplet: C8, 22 and 35. RGB value is (200,34,53). Sum of RGB (Red+Green+Blue) = 200+34+53=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C82235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82235 is #37DDCA. Grayscale: #555555. Windows color (decimal): -3661259 or 3482312. OLE color: 3482312.
HSL color Cylindrical-coordinate representation of color #C82235: hue angle of 353.13º 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 #C82235 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 53 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.22 |
| HSL | 353.13º | 0.71% | 0.46% | - |
| HSV(B) | 353.13º | 0.83% | 0.78% | - |
| XYZ | 25.03 | 13.68 | 4.69 | - |
| YUV | 85.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 53 | 0 | 0.83 | 0.74 | 0.22 | 353.13 | 0.71 | 0.46 |
| Hex | C8 | 22 | 35 | 0 | 53 | 4A | 16 | 161 | 47 | 2E |
| Octal | 310 | 42 | 65 | 0 | 123 | 112 | 26 | 541 | 107 | 56 |
| Binary | 11001000 | 100010 | 110101 | 0 | 1010011 | 1001010 | 10110 | 101100001 | 1000111 | 101110 |
Color Harmonies of #C82235
Complementary color
Monochromatic Colors of #C82235
Black with #C82235
Text Example
Text Example
White with #C82235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82235; }
p { color: rgb(200,34,53); }
H1.HeaderClassName
{
color: #C82235;
}
.AnyTagClassName
{
color: #C82235;
}
</style>
background-color css
<style>
a { background-color: #C82235; }
a { background-color: rgb(200,34,53); }
div.DivClassName
{
background-color: #C82235;
}
.BgClassName
{
background-color: #C82235;
}
</style>
border-color css
<style>
span { border-color: #C82235; }
span { border-color: rgb(200,34,53); }
td.TdClassName
{
border-color: #C82235;
}
.TagClassName
{
border-color: #C82235;
}
</style>