Shades of Cardinal #C8232C
Tints of Cardinal #C8232C
RGB
CMYK
RGB Variations
Color information
#C8232C (or 0xC8232C) is known color: Cardinal. HEX triplet: C8, 23 and 2C. RGB value is (200,35,44). Sum of RGB (Red+Green+Blue) = 200+35+44=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8232C is #37DCD3. Grayscale: #555555. Windows color (decimal): -3661012 or 2892744. OLE color: 2892744.
HSL color Cylindrical-coordinate representation of color #C8232C: hue angle of 356.73º degrees, saturation: 0.7, 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 #C8232C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 44 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.22 |
| HSL | 356.73º | 0.7% | 0.46% | - |
| HSV(B) | 356.73º | 0.83% | 0.78% | - |
| XYZ | 24.88 | 13.66 | 3.71 | - |
| YUV | 85.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 44 | 0 | 0.82 | 0.78 | 0.22 | 356.73 | 0.7 | 0.46 |
| Hex | C8 | 23 | 2C | 0 | 52 | 4E | 16 | 165 | 46 | 2E |
| Octal | 310 | 43 | 54 | 0 | 122 | 116 | 26 | 545 | 106 | 56 |
| Binary | 11001000 | 100011 | 101100 | 0 | 1010010 | 1001110 | 10110 | 101100101 | 1000110 | 101110 |
Color Harmonies of #C8232C
Complementary color
Monochromatic Colors of #C8232C
Black with #C8232C
Text Example
Text Example
White with #C8232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8232C; }
p { color: rgb(200,35,44); }
H1.HeaderClassName
{
color: #C8232C;
}
.AnyTagClassName
{
color: #C8232C;
}
</style>
background-color css
<style>
a { background-color: #C8232C; }
a { background-color: rgb(200,35,44); }
div.DivClassName
{
background-color: #C8232C;
}
.BgClassName
{
background-color: #C8232C;
}
</style>
border-color css
<style>
span { border-color: #C8232C; }
span { border-color: rgb(200,35,44); }
td.TdClassName
{
border-color: #C8232C;
}
.TagClassName
{
border-color: #C8232C;
}
</style>