Shades of Cardinal #C7203D
Tints of Cardinal #C7203D
RGB
CMYK
RGB Variations
Color information
#C7203D (or 0xC7203D) is known color: Cardinal. HEX triplet: C7, 20 and 3D. RGB value is (199,32,61). Sum of RGB (Red+Green+Blue) = 199+32+61=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7203D is #38DFC2. Grayscale: #555555. Windows color (decimal): -3727299 or 4006087. OLE color: 4006087.
HSL color Cylindrical-coordinate representation of color #C7203D: hue angle of 349.58º 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 #C7203D is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 61 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.22 |
| HSL | 349.58º | 0.72% | 0.45% | - |
| HSV(B) | 349.58º | 0.84% | 0.78% | - |
| XYZ | 24.91 | 13.51 | 5.71 | - |
| YUV | 85.24 | 114.33 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 61 | 0 | 0.84 | 0.69 | 0.22 | 349.58 | 0.72 | 0.45 |
| Hex | C7 | 20 | 3D | 0 | 54 | 45 | 16 | 15E | 48 | 2D |
| Octal | 307 | 40 | 75 | 0 | 124 | 105 | 26 | 536 | 110 | 55 |
| Binary | 11000111 | 100000 | 111101 | 0 | 1010100 | 1000101 | 10110 | 101011110 | 1001000 | 101101 |
Color Harmonies of #C7203D
Complementary color
Monochromatic Colors of #C7203D
Black with #C7203D
Text Example
Text Example
White with #C7203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7203D; }
p { color: rgb(199,32,61); }
H1.HeaderClassName
{
color: #C7203D;
}
.AnyTagClassName
{
color: #C7203D;
}
</style>
background-color css
<style>
a { background-color: #C7203D; }
a { background-color: rgb(199,32,61); }
div.DivClassName
{
background-color: #C7203D;
}
.BgClassName
{
background-color: #C7203D;
}
</style>
border-color css
<style>
span { border-color: #C7203D; }
span { border-color: rgb(199,32,61); }
td.TdClassName
{
border-color: #C7203D;
}
.TagClassName
{
border-color: #C7203D;
}
</style>