Shades of Cardinal #C3203D
Tints of Cardinal #C3203D
RGB
CMYK
RGB Variations
Color information
#C3203D (or 0xC3203D) is known color: Cardinal. HEX triplet: C3, 20 and 3D. RGB value is (195,32,61). Sum of RGB (Red+Green+Blue) = 195+32+61=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C3203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3203D is #3CDFC2. Grayscale: #545454. Windows color (decimal): -3989443 or 4006083. OLE color: 4006083.
HSL color Cylindrical-coordinate representation of color #C3203D: hue angle of 349.33º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3203D is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 61 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.24 |
| HSL | 349.33º | 0.72% | 0.45% | - |
| HSV(B) | 349.33º | 0.84% | 0.76% | - |
| XYZ | 23.86 | 12.97 | 5.66 | - |
| YUV | 84.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 61 | 0 | 0.84 | 0.69 | 0.24 | 349.33 | 0.72 | 0.45 |
| Hex | C3 | 20 | 3D | 0 | 54 | 45 | 18 | 15D | 48 | 2D |
| Octal | 303 | 40 | 75 | 0 | 124 | 105 | 30 | 535 | 110 | 55 |
| Binary | 11000011 | 100000 | 111101 | 0 | 1010100 | 1000101 | 11000 | 101011101 | 1001000 | 101101 |
Color Harmonies of #C3203D
Complementary color
Monochromatic Colors of #C3203D
Black with #C3203D
Text Example
Text Example
White with #C3203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3203D; }
p { color: rgb(195,32,61); }
H1.HeaderClassName
{
color: #C3203D;
}
.AnyTagClassName
{
color: #C3203D;
}
</style>
background-color css
<style>
a { background-color: #C3203D; }
a { background-color: rgb(195,32,61); }
div.DivClassName
{
background-color: #C3203D;
}
.BgClassName
{
background-color: #C3203D;
}
</style>
border-color css
<style>
span { border-color: #C3203D; }
span { border-color: rgb(195,32,61); }
td.TdClassName
{
border-color: #C3203D;
}
.TagClassName
{
border-color: #C3203D;
}
</style>