Shades of Cardinal #C7233C
Tints of Cardinal #C7233C
RGB
CMYK
RGB Variations
Color information
#C7233C (or 0xC7233C) is known color: Cardinal. HEX triplet: C7, 23 and 3C. RGB value is (199,35,60). Sum of RGB (Red+Green+Blue) = 199+35+60=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7233C is #38DCC3. Grayscale: #565656. Windows color (decimal): -3726532 or 3941319. OLE color: 3941319.
HSL color Cylindrical-coordinate representation of color #C7233C: hue angle of 350.85º 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 #C7233C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 60 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.22 |
| HSL | 350.85º | 0.7% | 0.46% | - |
| HSV(B) | 350.85º | 0.82% | 0.78% | - |
| XYZ | 24.97 | 13.67 | 5.6 | - |
| YUV | 86.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 60 | 0 | 0.82 | 0.70 | 0.22 | 350.85 | 0.7 | 0.46 |
| Hex | C7 | 23 | 3C | 0 | 52 | 46 | 16 | 15F | 46 | 2E |
| Octal | 307 | 43 | 74 | 0 | 122 | 106 | 26 | 537 | 106 | 56 |
| Binary | 11000111 | 100011 | 111100 | 0 | 1010010 | 1000110 | 10110 | 101011111 | 1000110 | 101110 |
Color Harmonies of #C7233C
Complementary color
Monochromatic Colors of #C7233C
Black with #C7233C
Text Example
Text Example
White with #C7233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7233C; }
p { color: rgb(199,35,60); }
H1.HeaderClassName
{
color: #C7233C;
}
.AnyTagClassName
{
color: #C7233C;
}
</style>
background-color css
<style>
a { background-color: #C7233C; }
a { background-color: rgb(199,35,60); }
div.DivClassName
{
background-color: #C7233C;
}
.BgClassName
{
background-color: #C7233C;
}
</style>
border-color css
<style>
span { border-color: #C7233C; }
span { border-color: rgb(199,35,60); }
td.TdClassName
{
border-color: #C7233C;
}
.TagClassName
{
border-color: #C7233C;
}
</style>