Shades of Cardinal #C32534
Tints of Cardinal #C32534
RGB
CMYK
RGB Variations
Color information
#C32534 (or 0xC32534) is known color: Cardinal. HEX triplet: C3, 25 and 34. RGB value is (195,37,52). Sum of RGB (Red+Green+Blue) = 195+37+52=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C32534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32534 is #3CDACB. Grayscale: #565656. Windows color (decimal): -3988172 or 3417539. OLE color: 3417539.
HSL color Cylindrical-coordinate representation of color #C32534: hue angle of 354.3º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32534 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 52 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.24 |
| HSL | 354.3º | 0.68% | 0.45% | - |
| HSV(B) | 354.3º | 0.81% | 0.76% | - |
| XYZ | 23.79 | 13.17 | 4.54 | - |
| YUV | 85.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 52 | 0 | 0.81 | 0.73 | 0.24 | 354.3 | 0.68 | 0.45 |
| Hex | C3 | 25 | 34 | 0 | 51 | 49 | 18 | 162 | 44 | 2D |
| Octal | 303 | 45 | 64 | 0 | 121 | 111 | 30 | 542 | 104 | 55 |
| Binary | 11000011 | 100101 | 110100 | 0 | 1010001 | 1001001 | 11000 | 101100010 | 1000100 | 101101 |
Color Harmonies of #C32534
Complementary color
Monochromatic Colors of #C32534
Black with #C32534
Text Example
Text Example
White with #C32534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32534; }
p { color: rgb(195,37,52); }
H1.HeaderClassName
{
color: #C32534;
}
.AnyTagClassName
{
color: #C32534;
}
</style>
background-color css
<style>
a { background-color: #C32534; }
a { background-color: rgb(195,37,52); }
div.DivClassName
{
background-color: #C32534;
}
.BgClassName
{
background-color: #C32534;
}
</style>
border-color css
<style>
span { border-color: #C32534; }
span { border-color: rgb(195,37,52); }
td.TdClassName
{
border-color: #C32534;
}
.TagClassName
{
border-color: #C32534;
}
</style>