Shades of Cardinal #C82432
Tints of Cardinal #C82432
RGB
CMYK
RGB Variations
Color information
#C82432 (or 0xC82432) is known color: Cardinal. HEX triplet: C8, 24 and 32. RGB value is (200,36,50). Sum of RGB (Red+Green+Blue) = 200+36+50=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C82432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82432 is #37DBCD. Grayscale: #565656. Windows color (decimal): -3660750 or 3286216. OLE color: 3286216.
HSL color Cylindrical-coordinate representation of color #C82432: hue angle of 354.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82432 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 50 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.22 |
| HSL | 354.88º | 0.69% | 0.46% | - |
| HSV(B) | 354.88º | 0.82% | 0.78% | - |
| XYZ | 25.03 | 13.77 | 4.36 | - |
| YUV | 86.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 50 | 0 | 0.82 | 0.75 | 0.22 | 354.88 | 0.69 | 0.46 |
| Hex | C8 | 24 | 32 | 0 | 52 | 4B | 16 | 163 | 45 | 2E |
| Octal | 310 | 44 | 62 | 0 | 122 | 113 | 26 | 543 | 105 | 56 |
| Binary | 11001000 | 100100 | 110010 | 0 | 1010010 | 1001011 | 10110 | 101100011 | 1000101 | 101110 |
Color Harmonies of #C82432
Complementary color
Monochromatic Colors of #C82432
Black with #C82432
Text Example
Text Example
White with #C82432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82432; }
p { color: rgb(200,36,50); }
H1.HeaderClassName
{
color: #C82432;
}
.AnyTagClassName
{
color: #C82432;
}
</style>
background-color css
<style>
a { background-color: #C82432; }
a { background-color: rgb(200,36,50); }
div.DivClassName
{
background-color: #C82432;
}
.BgClassName
{
background-color: #C82432;
}
</style>
border-color css
<style>
span { border-color: #C82432; }
span { border-color: rgb(200,36,50); }
td.TdClassName
{
border-color: #C82432;
}
.TagClassName
{
border-color: #C82432;
}
</style>