Shades of Cardinal #C32339
Tints of Cardinal #C32339
RGB
CMYK
RGB Variations
Color information
#C32339 (or 0xC32339) is known color: Cardinal. HEX triplet: C3, 23 and 39. RGB value is (195,35,57). Sum of RGB (Red+Green+Blue) = 195+35+57=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C32339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32339 is #3CDCC6. Grayscale: #555555. Windows color (decimal): -3988679 or 3744707. OLE color: 3744707.
HSL color Cylindrical-coordinate representation of color #C32339: hue angle of 351.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32339 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 57 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.24 |
| HSL | 351.75º | 0.7% | 0.45% | - |
| HSV(B) | 351.75º | 0.82% | 0.76% | - |
| XYZ | 23.85 | 13.1 | 5.14 | - |
| YUV | 85.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 57 | 0 | 0.82 | 0.71 | 0.24 | 351.75 | 0.7 | 0.45 |
| Hex | C3 | 23 | 39 | 0 | 52 | 47 | 18 | 160 | 46 | 2D |
| Octal | 303 | 43 | 71 | 0 | 122 | 107 | 30 | 540 | 106 | 55 |
| Binary | 11000011 | 100011 | 111001 | 0 | 1010010 | 1000111 | 11000 | 101100000 | 1000110 | 101101 |
Color Harmonies of #C32339
Complementary color
Monochromatic Colors of #C32339
Black with #C32339
Text Example
Text Example
White with #C32339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32339; }
p { color: rgb(195,35,57); }
H1.HeaderClassName
{
color: #C32339;
}
.AnyTagClassName
{
color: #C32339;
}
</style>
background-color css
<style>
a { background-color: #C32339; }
a { background-color: rgb(195,35,57); }
div.DivClassName
{
background-color: #C32339;
}
.BgClassName
{
background-color: #C32339;
}
</style>
border-color css
<style>
span { border-color: #C32339; }
span { border-color: rgb(195,35,57); }
td.TdClassName
{
border-color: #C32339;
}
.TagClassName
{
border-color: #C32339;
}
</style>