Shades of Cardinal #C7203C
Tints of Cardinal #C7203C
RGB
CMYK
RGB Variations
Color information
#C7203C (or 0xC7203C) is known color: Cardinal. HEX triplet: C7, 20 and 3C. RGB value is (199,32,60). Sum of RGB (Red+Green+Blue) = 199+32+60=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7203C is #38DFC3. Grayscale: #555555. Windows color (decimal): -3727300 or 3940551. OLE color: 3940551.
HSL color Cylindrical-coordinate representation of color #C7203C: hue angle of 349.94º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7203C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 60 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.22 |
| HSL | 349.94º | 0.72% | 0.45% | - |
| HSV(B) | 349.94º | 0.84% | 0.78% | - |
| XYZ | 24.89 | 13.5 | 5.57 | - |
| YUV | 85.13 | 113.83 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 60 | 0 | 0.84 | 0.70 | 0.22 | 349.94 | 0.72 | 0.45 |
| Hex | C7 | 20 | 3C | 0 | 54 | 46 | 16 | 15E | 48 | 2D |
| Octal | 307 | 40 | 74 | 0 | 124 | 106 | 26 | 536 | 110 | 55 |
| Binary | 11000111 | 100000 | 111100 | 0 | 1010100 | 1000110 | 10110 | 101011110 | 1001000 | 101101 |
Color Harmonies of #C7203C
Complementary color
Monochromatic Colors of #C7203C
Black with #C7203C
Text Example
Text Example
White with #C7203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7203C; }
p { color: rgb(199,32,60); }
H1.HeaderClassName
{
color: #C7203C;
}
.AnyTagClassName
{
color: #C7203C;
}
</style>
background-color css
<style>
a { background-color: #C7203C; }
a { background-color: rgb(199,32,60); }
div.DivClassName
{
background-color: #C7203C;
}
.BgClassName
{
background-color: #C7203C;
}
</style>
border-color css
<style>
span { border-color: #C7203C; }
span { border-color: rgb(199,32,60); }
td.TdClassName
{
border-color: #C7203C;
}
.TagClassName
{
border-color: #C7203C;
}
</style>