Shades of Cardinal #C31638
Tints of Cardinal #C31638
RGB
CMYK
RGB Variations
Color information
#C31638 (or 0xC31638) is known color: Cardinal. HEX triplet: C3, 16 and 38. RGB value is (195,22,56). Sum of RGB (Red+Green+Blue) = 195+22+56=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C31638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31638 is #3CE9C7. Grayscale: #4D4D4D. Windows color (decimal): -3992008 or 3675843. OLE color: 3675843.
HSL color Cylindrical-coordinate representation of color #C31638: hue angle of 348.21º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31638 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 56 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.24 |
| HSL | 348.21º | 0.8% | 0.43% | - |
| HSV(B) | 348.21º | 0.89% | 0.76% | - |
| XYZ | 23.51 | 12.46 | 4.91 | - |
| YUV | 77.6 | 115.81 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 56 | 0 | 0.89 | 0.71 | 0.24 | 348.21 | 0.8 | 0.43 |
| Hex | C3 | 16 | 38 | 0 | 59 | 47 | 18 | 15C | 50 | 2B |
| Octal | 303 | 26 | 70 | 0 | 131 | 107 | 30 | 534 | 120 | 53 |
| Binary | 11000011 | 10110 | 111000 | 0 | 1011001 | 1000111 | 11000 | 101011100 | 1010000 | 101011 |
Color Harmonies of #C31638
Complementary color
Monochromatic Colors of #C31638
Black with #C31638
Text Example
Text Example
White with #C31638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31638; }
p { color: rgb(195,22,56); }
H1.HeaderClassName
{
color: #C31638;
}
.AnyTagClassName
{
color: #C31638;
}
</style>
background-color css
<style>
a { background-color: #C31638; }
a { background-color: rgb(195,22,56); }
div.DivClassName
{
background-color: #C31638;
}
.BgClassName
{
background-color: #C31638;
}
</style>
border-color css
<style>
span { border-color: #C31638; }
span { border-color: rgb(195,22,56); }
td.TdClassName
{
border-color: #C31638;
}
.TagClassName
{
border-color: #C31638;
}
</style>