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