Shades of Cardinal #C31845
Tints of Cardinal #C31845
RGB
CMYK
RGB Variations
Color information
#C31845 (or 0xC31845) is known color: Cardinal. HEX triplet: C3, 18 and 45. RGB value is (195,24,69). Sum of RGB (Red+Green+Blue) = 195+24+69=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C31845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31845 is #3CE7BA. Grayscale: #505050. Windows color (decimal): -3991483 or 4528323. OLE color: 4528323.
HSL color Cylindrical-coordinate representation of color #C31845: hue angle of 344.21º 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 #C31845 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 69 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.24 |
| HSL | 344.21º | 0.78% | 0.43% | - |
| HSV(B) | 344.21º | 0.88% | 0.76% | - |
| XYZ | 23.91 | 12.69 | 6.82 | - |
| YUV | 80.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 69 | 0 | 0.88 | 0.65 | 0.24 | 344.21 | 0.78 | 0.43 |
| Hex | C3 | 18 | 45 | 0 | 58 | 41 | 18 | 158 | 4E | 2B |
| Octal | 303 | 30 | 105 | 0 | 130 | 101 | 30 | 530 | 116 | 53 |
| Binary | 11000011 | 11000 | 1000101 | 0 | 1011000 | 1000001 | 11000 | 101011000 | 1001110 | 101011 |
Color Harmonies of #C31845
Complementary color
Monochromatic Colors of #C31845
Black with #C31845
Text Example
Text Example
White with #C31845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31845; }
p { color: rgb(195,24,69); }
H1.HeaderClassName
{
color: #C31845;
}
.AnyTagClassName
{
color: #C31845;
}
</style>
background-color css
<style>
a { background-color: #C31845; }
a { background-color: rgb(195,24,69); }
div.DivClassName
{
background-color: #C31845;
}
.BgClassName
{
background-color: #C31845;
}
</style>
border-color css
<style>
span { border-color: #C31845; }
span { border-color: rgb(195,24,69); }
td.TdClassName
{
border-color: #C31845;
}
.TagClassName
{
border-color: #C31845;
}
</style>