Shades of Cardinal #C8233B
Tints of Cardinal #C8233B
RGB
CMYK
RGB Variations
Color information
#C8233B (or 0xC8233B) is known color: Cardinal. HEX triplet: C8, 23 and 3B. RGB value is (200,35,59). Sum of RGB (Red+Green+Blue) = 200+35+59=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8233B is #37DCC4. Grayscale: #575757. Windows color (decimal): -3660997 or 3875784. OLE color: 3875784.
HSL color Cylindrical-coordinate representation of color #C8233B: hue angle of 351.27º 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 #C8233B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 59 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.22 |
| HSL | 351.27º | 0.7% | 0.46% | - |
| HSV(B) | 351.27º | 0.83% | 0.78% | - |
| XYZ | 25.21 | 13.8 | 5.47 | - |
| YUV | 87.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 59 | 0 | 0.82 | 0.70 | 0.22 | 351.27 | 0.7 | 0.46 |
| Hex | C8 | 23 | 3B | 0 | 52 | 46 | 16 | 15F | 46 | 2E |
| Octal | 310 | 43 | 73 | 0 | 122 | 106 | 26 | 537 | 106 | 56 |
| Binary | 11001000 | 100011 | 111011 | 0 | 1010010 | 1000110 | 10110 | 101011111 | 1000110 | 101110 |
Color Harmonies of #C8233B
Complementary color
Monochromatic Colors of #C8233B
Black with #C8233B
Text Example
Text Example
White with #C8233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8233B; }
p { color: rgb(200,35,59); }
H1.HeaderClassName
{
color: #C8233B;
}
.AnyTagClassName
{
color: #C8233B;
}
</style>
background-color css
<style>
a { background-color: #C8233B; }
a { background-color: rgb(200,35,59); }
div.DivClassName
{
background-color: #C8233B;
}
.BgClassName
{
background-color: #C8233B;
}
</style>
border-color css
<style>
span { border-color: #C8233B; }
span { border-color: rgb(200,35,59); }
td.TdClassName
{
border-color: #C8233B;
}
.TagClassName
{
border-color: #C8233B;
}
</style>