Shades of Cardinal #C31832
Tints of Cardinal #C31832
RGB
CMYK
RGB Variations
Color information
#C31832 (or 0xC31832) is known color: Cardinal. HEX triplet: C3, 18 and 32. RGB value is (195,24,50). Sum of RGB (Red+Green+Blue) = 195+24+50=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C31832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31832 is #3CE7CD. Grayscale: #4E4E4E. Windows color (decimal): -3991502 or 3283139. OLE color: 3283139.
HSL color Cylindrical-coordinate representation of color #C31832: hue angle of 350.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31832 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 50 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.24 |
| HSL | 350.88º | 0.78% | 0.43% | - |
| HSV(B) | 350.88º | 0.88% | 0.76% | - |
| XYZ | 23.41 | 12.49 | 4.19 | - |
| YUV | 78.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 50 | 0 | 0.88 | 0.74 | 0.24 | 350.88 | 0.78 | 0.43 |
| Hex | C3 | 18 | 32 | 0 | 58 | 4A | 18 | 15F | 4E | 2B |
| Octal | 303 | 30 | 62 | 0 | 130 | 112 | 30 | 537 | 116 | 53 |
| Binary | 11000011 | 11000 | 110010 | 0 | 1011000 | 1001010 | 11000 | 101011111 | 1001110 | 101011 |
Color Harmonies of #C31832
Complementary color
Monochromatic Colors of #C31832
Black with #C31832
Text Example
Text Example
White with #C31832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31832; }
p { color: rgb(195,24,50); }
H1.HeaderClassName
{
color: #C31832;
}
.AnyTagClassName
{
color: #C31832;
}
</style>
background-color css
<style>
a { background-color: #C31832; }
a { background-color: rgb(195,24,50); }
div.DivClassName
{
background-color: #C31832;
}
.BgClassName
{
background-color: #C31832;
}
</style>
border-color css
<style>
span { border-color: #C31832; }
span { border-color: rgb(195,24,50); }
td.TdClassName
{
border-color: #C31832;
}
.TagClassName
{
border-color: #C31832;
}
</style>