Shades of Cardinal #C82233
Tints of Cardinal #C82233
RGB
CMYK
RGB Variations
Color information
#C82233 (or 0xC82233) is known color: Cardinal. HEX triplet: C8, 22 and 33. RGB value is (200,34,51). Sum of RGB (Red+Green+Blue) = 200+34+51=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C82233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82233 is #37DDCC. Grayscale: #555555. Windows color (decimal): -3661261 or 3351240. OLE color: 3351240.
HSL color Cylindrical-coordinate representation of color #C82233: hue angle of 353.86º 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 #C82233 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 51 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.22 |
| HSL | 353.86º | 0.71% | 0.46% | - |
| HSV(B) | 353.86º | 0.83% | 0.78% | - |
| XYZ | 24.99 | 13.66 | 4.45 | - |
| YUV | 85.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 51 | 0 | 0.83 | 0.74 | 0.22 | 353.86 | 0.71 | 0.46 |
| Hex | C8 | 22 | 33 | 0 | 53 | 4A | 16 | 162 | 47 | 2E |
| Octal | 310 | 42 | 63 | 0 | 123 | 112 | 26 | 542 | 107 | 56 |
| Binary | 11001000 | 100010 | 110011 | 0 | 1010011 | 1001010 | 10110 | 101100010 | 1000111 | 101110 |
Color Harmonies of #C82233
Complementary color
Monochromatic Colors of #C82233
Black with #C82233
Text Example
Text Example
White with #C82233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82233; }
p { color: rgb(200,34,51); }
H1.HeaderClassName
{
color: #C82233;
}
.AnyTagClassName
{
color: #C82233;
}
</style>
background-color css
<style>
a { background-color: #C82233; }
a { background-color: rgb(200,34,51); }
div.DivClassName
{
background-color: #C82233;
}
.BgClassName
{
background-color: #C82233;
}
</style>
border-color css
<style>
span { border-color: #C82233; }
span { border-color: rgb(200,34,51); }
td.TdClassName
{
border-color: #C82233;
}
.TagClassName
{
border-color: #C82233;
}
</style>