Shades of Cardinal #C32735
Tints of Cardinal #C32735
RGB
CMYK
RGB Variations
Color information
#C32735 (or 0xC32735) is known color: Cardinal. HEX triplet: C3, 27 and 35. RGB value is (195,39,53). Sum of RGB (Red+Green+Blue) = 195+39+53=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C32735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32735 is #3CD8CA. Grayscale: #575757. Windows color (decimal): -3987659 or 3483587. OLE color: 3483587.
HSL color Cylindrical-coordinate representation of color #C32735: hue angle of 354.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32735 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 53 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.24 |
| HSL | 354.62º | 0.67% | 0.46% | - |
| HSV(B) | 354.62º | 0.8% | 0.76% | - |
| XYZ | 23.87 | 13.31 | 4.68 | - |
| YUV | 87.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 53 | 0 | 0.80 | 0.73 | 0.24 | 354.62 | 0.67 | 0.46 |
| Hex | C3 | 27 | 35 | 0 | 50 | 49 | 18 | 163 | 43 | 2E |
| Octal | 303 | 47 | 65 | 0 | 120 | 111 | 30 | 543 | 103 | 56 |
| Binary | 11000011 | 100111 | 110101 | 0 | 1010000 | 1001001 | 11000 | 101100011 | 1000011 | 101110 |
Color Harmonies of #C32735
Complementary color
Monochromatic Colors of #C32735
Black with #C32735
Text Example
Text Example
White with #C32735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32735; }
p { color: rgb(195,39,53); }
H1.HeaderClassName
{
color: #C32735;
}
.AnyTagClassName
{
color: #C32735;
}
</style>
background-color css
<style>
a { background-color: #C32735; }
a { background-color: rgb(195,39,53); }
div.DivClassName
{
background-color: #C32735;
}
.BgClassName
{
background-color: #C32735;
}
</style>
border-color css
<style>
span { border-color: #C32735; }
span { border-color: rgb(195,39,53); }
td.TdClassName
{
border-color: #C32735;
}
.TagClassName
{
border-color: #C32735;
}
</style>