Shades of Cardinal #C32635
Tints of Cardinal #C32635
RGB
CMYK
RGB Variations
Color information
#C32635 (or 0xC32635) is known color: Cardinal. HEX triplet: C3, 26 and 35. RGB value is (195,38,53). Sum of RGB (Red+Green+Blue) = 195+38+53=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C32635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32635 is #3CD9CA. Grayscale: #565656. Windows color (decimal): -3987915 or 3483331. OLE color: 3483331.
HSL color Cylindrical-coordinate representation of color #C32635: hue angle of 354.27º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32635 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 53 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.24 |
| HSL | 354.27º | 0.67% | 0.46% | - |
| HSV(B) | 354.27º | 0.81% | 0.76% | - |
| XYZ | 23.84 | 13.25 | 4.67 | - |
| YUV | 86.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 53 | 0 | 0.81 | 0.73 | 0.24 | 354.27 | 0.67 | 0.46 |
| Hex | C3 | 26 | 35 | 0 | 51 | 49 | 18 | 162 | 43 | 2E |
| Octal | 303 | 46 | 65 | 0 | 121 | 111 | 30 | 542 | 103 | 56 |
| Binary | 11000011 | 100110 | 110101 | 0 | 1010001 | 1001001 | 11000 | 101100010 | 1000011 | 101110 |
Color Harmonies of #C32635
Complementary color
Monochromatic Colors of #C32635
Black with #C32635
Text Example
Text Example
White with #C32635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32635; }
p { color: rgb(195,38,53); }
H1.HeaderClassName
{
color: #C32635;
}
.AnyTagClassName
{
color: #C32635;
}
</style>
background-color css
<style>
a { background-color: #C32635; }
a { background-color: rgb(195,38,53); }
div.DivClassName
{
background-color: #C32635;
}
.BgClassName
{
background-color: #C32635;
}
</style>
border-color css
<style>
span { border-color: #C32635; }
span { border-color: rgb(195,38,53); }
td.TdClassName
{
border-color: #C32635;
}
.TagClassName
{
border-color: #C32635;
}
</style>