Shades of Cardinal #C3232F
Tints of Cardinal #C3232F
RGB
CMYK
RGB Variations
Color information
#C3232F (or 0xC3232F) is known color: Cardinal. HEX triplet: C3, 23 and 2F. RGB value is (195,35,47). Sum of RGB (Red+Green+Blue) = 195+35+47=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3232F is #3CDCD0. Grayscale: #545454. Windows color (decimal): -3988689 or 3089347. OLE color: 3089347.
HSL color Cylindrical-coordinate representation of color #C3232F: hue angle of 355.5º 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 #C3232F is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 47 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.24 |
| HSL | 355.5º | 0.7% | 0.45% | - |
| HSV(B) | 355.5º | 0.82% | 0.76% | - |
| XYZ | 23.62 | 13.01 | 3.96 | - |
| YUV | 84.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 47 | 0 | 0.82 | 0.76 | 0.24 | 355.5 | 0.7 | 0.45 |
| Hex | C3 | 23 | 2F | 0 | 52 | 4C | 18 | 164 | 46 | 2D |
| Octal | 303 | 43 | 57 | 0 | 122 | 114 | 30 | 544 | 106 | 55 |
| Binary | 11000011 | 100011 | 101111 | 0 | 1010010 | 1001100 | 11000 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C3232F
Complementary color
Monochromatic Colors of #C3232F
Black with #C3232F
Text Example
Text Example
White with #C3232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3232F; }
p { color: rgb(195,35,47); }
H1.HeaderClassName
{
color: #C3232F;
}
.AnyTagClassName
{
color: #C3232F;
}
</style>
background-color css
<style>
a { background-color: #C3232F; }
a { background-color: rgb(195,35,47); }
div.DivClassName
{
background-color: #C3232F;
}
.BgClassName
{
background-color: #C3232F;
}
</style>
border-color css
<style>
span { border-color: #C3232F; }
span { border-color: rgb(195,35,47); }
td.TdClassName
{
border-color: #C3232F;
}
.TagClassName
{
border-color: #C3232F;
}
</style>