Shades of Cardinal #C32439
Tints of Cardinal #C32439
RGB
CMYK
RGB Variations
Color information
#C32439 (or 0xC32439) is known color: Cardinal. HEX triplet: C3, 24 and 39. RGB value is (195,36,57). Sum of RGB (Red+Green+Blue) = 195+36+57=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C32439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32439 is #3CDBC6. Grayscale: #565656. Windows color (decimal): -3988423 or 3744963. OLE color: 3744963.
HSL color Cylindrical-coordinate representation of color #C32439: hue angle of 352.08º degrees, saturation: 0.69, 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 #C32439 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 57 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.24 |
| HSL | 352.08º | 0.69% | 0.45% | - |
| HSV(B) | 352.08º | 0.82% | 0.76% | - |
| XYZ | 23.88 | 13.16 | 5.15 | - |
| YUV | 85.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 57 | 0 | 0.82 | 0.71 | 0.24 | 352.08 | 0.69 | 0.45 |
| Hex | C3 | 24 | 39 | 0 | 52 | 47 | 18 | 160 | 45 | 2D |
| Octal | 303 | 44 | 71 | 0 | 122 | 107 | 30 | 540 | 105 | 55 |
| Binary | 11000011 | 100100 | 111001 | 0 | 1010010 | 1000111 | 11000 | 101100000 | 1000101 | 101101 |
Color Harmonies of #C32439
Complementary color
Monochromatic Colors of #C32439
Black with #C32439
Text Example
Text Example
White with #C32439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32439; }
p { color: rgb(195,36,57); }
H1.HeaderClassName
{
color: #C32439;
}
.AnyTagClassName
{
color: #C32439;
}
</style>
background-color css
<style>
a { background-color: #C32439; }
a { background-color: rgb(195,36,57); }
div.DivClassName
{
background-color: #C32439;
}
.BgClassName
{
background-color: #C32439;
}
</style>
border-color css
<style>
span { border-color: #C32439; }
span { border-color: rgb(195,36,57); }
td.TdClassName
{
border-color: #C32439;
}
.TagClassName
{
border-color: #C32439;
}
</style>